diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-13 11:18:22 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-13 11:18:22 -0500 |
commit | 2113e89b6816d2c9d442103698414cd189ca3412 (patch) | |
tree | dcb45a31fe393994c6c7c6a7956d4b0b187c21da /ChangeLog | |
parent | 58886d757ebd832e8c0de45981a51242370d40fc (diff) | |
download | vyos-cloud-init-2113e89b6816d2c9d442103698414cd189ca3412.tar.gz vyos-cloud-init-2113e89b6816d2c9d442103698414cd189ca3412.zip |
implement power_state with tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ - Added dependency on distribute's python-pkg-resources - use a set of helper/parsing classes to perform system configuration for easier test. (/etc/sysconfig, /etc/hostname, resolv.conf, /etc/hosts) - - add 'finalcmd' config module to execute 'finalcmd' entries like - 'runcmd' but detached from cloud-init (LP: #1064665) + - 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. |