summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-01-07 11:36:10 -0500
committerScott Moser <smoser@ubuntu.com>2013-01-07 11:36:10 -0500
commit573d2b6cbdbcd6451290e0619f41ddc84f02f683 (patch)
tree26add8941825c9a17868fd593efb401b9ce0844e /ChangeLog
parentde7442b73e79820ef1ab28799c31e19c1968e0d1 (diff)
parent6cfd12c96608eb5fd086da49c4c685635e40e6e0 (diff)
downloadvyos-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26839d36..9534be26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)