Skip to content

Commit

Permalink
cc_snappy: remove deprecated module (#127)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
OddBloke authored and blackboxsw committed Dec 20, 2019
1 parent f76c960 commit 87f2cb0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 965 deletions.
322 changes: 0 additions & 322 deletions cloudinit/config/cc_snappy.py

This file was deleted.

3 changes: 0 additions & 3 deletions config/cloud.cfg.tmpl
Expand Up @@ -103,9 +103,6 @@ cloud_config_modules:

# The modules that run in the 'final' stage
cloud_final_modules:
{% if variant in ["ubuntu", "unknown", "debian"] %}
- snappy # DEPRECATED- Drop in version 18.2
{% endif %}
- package-update-upgrade-install
{% if variant in ["ubuntu", "unknown", "debian"] %}
- fan
Expand Down
1 change: 0 additions & 1 deletion doc/rtd/topics/modules.rst
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions tests/cloud_tests/testcases/modules/TODO.md
Expand Up @@ -78,9 +78,6 @@ Not applicable to write a test for this as it specifies when something should be
## scripts vendor
Not applicable to write a test for this as it specifies when something should be run.

## snappy
2016-11-17: Need test to install snaps from store

## snap-config
2016-11-17: Need to investigate

Expand Down
17 changes: 0 additions & 17 deletions tests/cloud_tests/testcases/modules/snappy.py

This file was deleted.

18 changes: 0 additions & 18 deletions tests/cloud_tests/testcases/modules/snappy.yaml

This file was deleted.

0 comments on commit 87f2cb0

Please sign in to comment.