summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-12 22:15:29 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-12 22:15:29 -0500
commit949e1759342b1e60c100855aaf250165bcb9997e (patch)
tree5515fda8889d42bedd0f3be16cf3f8ee86663e30 /ChangeLog
parent9c64c5d0e01e48612fe37d3304b1f6eb70181cae (diff)
downloadvyos-cloud-init-949e1759342b1e60c100855aaf250165bcb9997e.tar.gz
vyos-cloud-init-949e1759342b1e60c100855aaf250165bcb9997e.zip
add 'finalcmd' module for running code after cloud-init-final
This allows the user to easily run stuff even after cloud-init-final has finished. The initial reason for it is to be able to run /sbin/poweroff and not have cloud-init complain loudly that it is being killed. LP: #1064665
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cae8b32..93c3af04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,8 @@
dictionary and force it to full expand so that if cloud-init blocks the ec2
metadata port the lazy loaded dictionary will continue working properly
instead of trying to make additional url calls which will fail (LP: #1068801)
+ - add 'finalcmd' config module to execute 'finalcmd' entries like
+ 'runcmd' but detached from cloud-init (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.