diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-06-17 11:03:49 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-06-17 11:03:49 -0400 |
commit | 03804622f0fa6963ddfe9fa9292b28653665365a (patch) | |
tree | 6ee5335312c214806dd9f575680499b39d10fedf /ChangeLog | |
parent | a8cd78271c23e13f178aa0d1ee90f8ae5ff640f4 (diff) | |
download | vyos-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |