diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-01-29 14:32:51 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-29 14:32:51 -0500 |
commit | 3cfe9b3d8958b1a4e450d5ff31d805c424945027 (patch) | |
tree | b05977c13f4d8dbdb111b7392e2a5689ad381b84 /ChangeLog | |
parent | 06c80d8b0dcb8cf1013885fc745bf48d57b39ce4 (diff) | |
parent | 29b56e5ad6a5ec0eedbedcc598f633b1f5302a8a (diff) | |
download | vyos-cloud-init-3cfe9b3d8958b1a4e450d5ff31d805c424945027.tar.gz vyos-cloud-init-3cfe9b3d8958b1a4e450d5ff31d805c424945027.zip |
DataSourceNoCloud: support reading vendor-data
Here we add the ability to read vendor-data from a file named
vendor-data at the same location as the user-data and meta-data files.
At the moment, vendor-data is not read at all from 'seedfrom'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ redirect cloud-init stderr and stdout /var/log/cloud-init-output.log. - drop support for resizing partitions with parted entirely (LP: #1212492). This was broken as it was anyway. - - add support for vendordata. + - add support for vendordata in SmartOS and NoCloud datasources. - drop dependency on boto for crawling ec2 metadata service. - add 'Requires' on sudo (for OpenNebula datasource) in rpm specs, and 'Recommends' in the debian/control.in [Vlastimil Holer] |