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 /tests | |
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 'tests')
-rw-r--r-- | tests/cloud_tests/testcases/modules/TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cloud_tests/testcases/modules/TODO.md b/tests/cloud_tests/testcases/modules/TODO.md index ee7e9213..9513cb2d 100644 --- a/tests/cloud_tests/testcases/modules/TODO.md +++ b/tests/cloud_tests/testcases/modules/TODO.md @@ -78,8 +78,8 @@ 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. -## snap-config -2016-11-17: Need to investigate +## snap +2019-12-19: Need to investigate ## spacewalk |