diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-02-17 15:48:41 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-02-17 15:48:41 -0500 |
commit | 6fe51bb797810832de4301f85b5b3ca11630e108 (patch) | |
tree | 95b494d8bf677a813f0d53365b02ae46fca22035 /ChangeLog | |
parent | e285b1614b00c5689ac71ec9afcfa83d996b22c0 (diff) | |
download | vyos-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |