diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-01-07 11:36:10 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-01-07 11:36:10 -0500 |
commit | 573d2b6cbdbcd6451290e0619f41ddc84f02f683 (patch) | |
tree | 26add8941825c9a17868fd593efb401b9ce0844e /ChangeLog | |
parent | de7442b73e79820ef1ab28799c31e19c1968e0d1 (diff) | |
parent | 6cfd12c96608eb5fd086da49c4c685635e40e6e0 (diff) | |
download | vyos-cloud-init-573d2b6cbdbcd6451290e0619f41ddc84f02f683.tar.gz vyos-cloud-init-573d2b6cbdbcd6451290e0619f41ddc84f02f683.zip |
fix 'lock_password' for cloud-config user setup
This simiplifies the logic, by just making it independent of 'system'.
LP: #1096423
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ - 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) + - fix to cloud-config user setup. Previously, lock_passwd was broken and + all accounts would be locked unless 'system' was given (LP: #1096423). 0.7.1: - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6 - config-drive: map hostname to local-hostname (LP: #1061964) |