summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-02-17 15:48:41 -0500
committerScott Moser <smoser@ubuntu.com>2011-02-17 15:48:41 -0500
commit6fe51bb797810832de4301f85b5b3ca11630e108 (patch)
tree95b494d8bf677a813f0d53365b02ae46fca22035 /ChangeLog
parente285b1614b00c5689ac71ec9afcfa83d996b22c0 (diff)
downloadvyos-cloud-init-6fe51bb797810832de4301f85b5b3ca11630e108.tar.gz
vyos-cloud-init-6fe51bb797810832de4301f85b5b3ca11630e108.zip
change from yaml+'#include' to yaml + config.d format for cloud.cfg
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de9468a1..705948ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,9 @@
- make DataSourceEc2 retries and timeout configurable
- add helper routines for apt-get update and install
- add 'bootcmd' like 'runcmd' to cloud-config syntax for running things early
+ - move from '#opt_include' in config file format to conf_d.
+ ie, now files in /etc/cloud.cfg.d/ is read rather than reading
+ '#opt_include <filename>' or '#include <filename>' in cloud.cfg
0.6.0:
- change permissions of /var/log/cloud-init.log to accomodate
syslog writing to it (LP: #704509)