summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-08-26 12:25:50 -0400
committerScott Moser <smoser@ubuntu.com>2014-08-26 12:25:50 -0400
commit190cacc430900d9d2dd4dd45c59d01e30e469720 (patch)
tree541d59e56be7b628f1a73e7762d2eb233bb216c3 /ChangeLog
parentd723c17b7abe5263d879d748dade763034cce476 (diff)
downloadvyos-cloud-init-190cacc430900d9d2dd4dd45c59d01e30e469720.tar.gz
vyos-cloud-init-190cacc430900d9d2dd4dd45c59d01e30e469720.zip
ssh_authkey_fingerprints: fix bug that prevented disabling the module
Module intended to allow disabling by configuration, but that was broken. Now this allows: no_ssh_fingerprints = True LP: #1340903
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b420d037..97417cb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,8 @@
unless config explicitly provided (LP: #1329583) [Garrett Holmstrom])
- fix rendering resolv.conf if no 'options' are provided (LP: #1328953)
- docs: fix disk-setup to reference 'table_type' [Rail Aliiev] (LP: #1313114)
+ - ssh_authkey_fingerprints: fix bug that prevented disabling the module.
+ (LP: #1340903) [Patrick Lucas]
0.7.5:
- open 0.7.5
- Add a debug log message around import failures