diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-13 14:18:26 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-13 14:18:26 -0500 |
commit | f6e994611cf87ea40f2c90991126d29e54b0efed (patch) | |
tree | 0cfb872a7280c2020239c83aef06fbe8ad9a7329 /ChangeLog | |
parent | b503a6827a8aca13246e98272d83cf11fdeab820 (diff) | |
parent | df38cb7a9f99fbb5fdaddeb08e43d74af30372c8 (diff) | |
download | vyos-cloud-init-f6e994611cf87ea40f2c90991126d29e54b0efed.tar.gz vyos-cloud-init-f6e994611cf87ea40f2c90991126d29e54b0efed.zip |
support 'power_state' cloud-config for specifying shutdown
this adds 'power-state-change' config module that allows the user to
specify in cloud-config syntax that a system reboot or shutdown should occur
after cloud-init is done.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ instead of trying to make additional url calls which will fail (LP: #1068801) - use a set of helper/parsing classes to perform system configuration for easier test. (/etc/sysconfig, /etc/hostname, resolv.conf, /etc/hosts) + - add power_state_change config module for shutting down stystem after + cloud-init finishes. (LP: #1064665) 0.7.0: - add a 'exception_cb' argument to 'wait_for_url'. If provided, this method will be called back with the exception received and the message. |