diff options
author | Chad Smith <chad.smith@canonical.com> | 2019-12-20 13:34:30 -0700 |
---|---|---|
committer | Daniel Watkins <oddbloke@ubuntu.com> | 2019-12-20 15:34:30 -0500 |
commit | c7dca877c1fa3dc8b63486bb88022ee23a31bebe (patch) | |
tree | 464c589ed37001c9630acc7e4739346a4b66204a /doc/rtd | |
parent | 3bc8790711aaf689ae957748a131be782167db97 (diff) | |
download | vyos-cloud-init-c7dca877c1fa3dc8b63486bb88022ee23a31bebe.tar.gz vyos-cloud-init-c7dca877c1fa3dc8b63486bb88022ee23a31bebe.zip |
modules: drop cc_snap_config config module (#134)
cloud-init has moved to cc_snap module and a top-level
config key 'snap'. cc_snap_config was deprecated in
cloud-init version 18.2
Co-authored-by: Daniel Watkins <daniel@daniel-watkins.co.uk>
Diffstat (limited to 'doc/rtd')
-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 1aa2f88d..4117da60 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_snap_config .. automodule:: cloudinit.config.cc_spacewalk .. automodule:: cloudinit.config.cc_ssh .. automodule:: cloudinit.config.cc_ssh_authkey_fingerprints |