diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-26 15:41:49 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-26 15:41:49 -0500 |
commit | d2ca9fdf28fc555164d1b892e962f1453a0dc5fb (patch) | |
tree | 6960281542390c4d091a072142904dfe190d8848 | |
parent | a23c2340ef5194871240b9358642f8525297ba2a (diff) | |
download | vyos-cloud-init-d2ca9fdf28fc555164d1b892e962f1453a0dc5fb.tar.gz vyos-cloud-init-d2ca9fdf28fc555164d1b892e962f1453a0dc5fb.zip |
update the changelog with other items from development branch
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -36,3 +36,11 @@ to 'datasource_list: [ "Ec2" ]'. Each of the items in that list must be modules that can be loaded by "DataSource<item>" - add 'timezone' option to cloud-config (LP: #645458) + - Added an additional archive format, that can be used for multi-part + input to cloud-init. This may be more user friendly then mime-multipart + See example in doc/examples/cloud-config-archive.txt (LP: #641504) + - add support for reading Rightscale style user data (LP: #668400) + and acting on it in cloud-config (cc_rightscale_userdata.py) + - make the message on 'disable_root' more clear (LP: #672417) + - do not require public key if private is given in ssh cloud-config + (LP: #648905) |