summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-13 11:18:22 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-13 11:18:22 -0500
commit2113e89b6816d2c9d442103698414cd189ca3412 (patch)
treedcb45a31fe393994c6c7c6a7956d4b0b187c21da /ChangeLog
parent58886d757ebd832e8c0de45981a51242370d40fc (diff)
downloadvyos-cloud-init-2113e89b6816d2c9d442103698414cd189ca3412.tar.gz
vyos-cloud-init-2113e89b6816d2c9d442103698414cd189ca3412.zip
implement power_state with tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 57bfc1a4..23612228 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.