diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2019-12-19 19:00:27 -0500 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2019-12-19 17:00:27 -0700 |
commit | 87f2cb0acc7e802f93fa71ff3432dfd6708717ca (patch) | |
tree | 5ffac1610df567829bec7d6814b6b72da5bf2517 /doc/rtd/topics/modules.rst | |
parent | f76c960aac760f4906c930e973369f6fff229487 (diff) | |
download | vyos-cloud-init-87f2cb0acc7e802f93fa71ff3432dfd6708717ca.tar.gz vyos-cloud-init-87f2cb0acc7e802f93fa71ff3432dfd6708717ca.zip |
cc_snappy: remove deprecated module (#127)
* cc_snappy: remove deprecated module
* cloud_tests: remove cc_snappy tests (and references)
This module was deprecated in favor of cc_snap in cloud-init v.18.2
Diffstat (limited to 'doc/rtd/topics/modules.rst')
-rw-r--r-- | doc/rtd/topics/modules.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/rtd/topics/modules.rst b/doc/rtd/topics/modules.rst index 3dcdd3bc..1aa2f88d 100644 --- a/doc/rtd/topics/modules.rst +++ b/doc/rtd/topics/modules.rst @@ -46,7 +46,6 @@ Modules .. automodule:: cloudinit.config.cc_set_hostname .. automodule:: cloudinit.config.cc_set_passwords .. automodule:: cloudinit.config.cc_snap -.. automodule:: cloudinit.config.cc_snappy .. automodule:: cloudinit.config.cc_snap_config .. automodule:: cloudinit.config.cc_spacewalk .. automodule:: cloudinit.config.cc_ssh |