diff options
author | Joshua Harlow <harlowja@gmail.com> | 2013-01-07 10:57:08 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-01-07 10:57:08 -0500 |
commit | de7442b73e79820ef1ab28799c31e19c1968e0d1 (patch) | |
tree | 44e2321658338094e2a8d30e9fdebd515501642d /ChangeLog | |
parent | 3569e71a1579b97f4e33fb46ab3fcef08a4ddad4 (diff) | |
parent | 15a33d190f2a9247accf8834b005521c615cb6b3 (diff) | |
download | vyos-cloud-init-de7442b73e79820ef1ab28799c31e19c1968e0d1.tar.gz vyos-cloud-init-de7442b73e79820ef1ab28799c31e19c1968e0d1.zip |
fix redaction of password field in log (LP: #1096417)
We were trying to avoid the user's password being written to the log, but that
was looking for the wrong option.
LP: #1096417
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ settings (LP: #1090482) - fix CloudStack DataSource to use Virtual Router as found in /var/lib/dhcpclient rather than default gateway (LP: #1089989) + - fix redaction of password field in log (LP: #1096417) 0.7.1: - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6 - config-drive: map hostname to local-hostname (LP: #1061964) |