summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-13 14:18:26 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-13 14:18:26 -0500
commitf6e994611cf87ea40f2c90991126d29e54b0efed (patch)
tree0cfb872a7280c2020239c83aef06fbe8ad9a7329 /ChangeLog
parentb503a6827a8aca13246e98272d83cf11fdeab820 (diff)
parentdf38cb7a9f99fbb5fdaddeb08e43d74af30372c8 (diff)
downloadvyos-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3735b1e1..cc0dc607 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.