summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-06-17 11:03:49 -0400
committerScott Moser <smoser@ubuntu.com>2011-06-17 11:03:49 -0400
commit03804622f0fa6963ddfe9fa9292b28653665365a (patch)
tree6ee5335312c214806dd9f575680499b39d10fedf /ChangeLog
parenta8cd78271c23e13f178aa0d1ee90f8ae5ff640f4 (diff)
downloadvyos-cloud-init-03804622f0fa6963ddfe9fa9292b28653665365a.tar.gz
vyos-cloud-init-03804622f0fa6963ddfe9fa9292b28653665365a.zip
make the "cloud-config ready" command configurable (LP: #785551)
Previously, when cloud-config was ready, cloud-init would emit an upstart event with: initctl emit cloud-config Now, that command is configurable via the 'cc_ready_cmd' value in cloud.cfg or user data. The default behavior is not changed. LP: #785551
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0da5f92b..e0739531 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@
- make prefix for keys added to /root/.ssh/authorized_keys configurable
and add 'no-port-forwarding,no-agent-forwarding,no-X11-forwarding'
to the default (LP: #798505)
+ - make 'cloud-config ready' command configurable (LP: #785551)
0.6.1:
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)
- improve comment strings in rsyslog file tools/21-cloudinit.conf