diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-09-08 14:26:30 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-09-08 14:26:30 -0400 |
commit | 3c39c3f7638245e9581a2e1f4faae2dc2680f0c7 (patch) | |
tree | 3c057d8c3a397d0505d60e2531fc7d12dc329aa1 /ChangeLog | |
parent | f5de3d5c481377d4f6fc7a6ca7986ed2b5966da4 (diff) | |
download | vyos-cloud-init-3c39c3f7638245e9581a2e1f4faae2dc2680f0c7.tar.gz vyos-cloud-init-3c39c3f7638245e9581a2e1f4faae2dc2680f0c7.zip |
NoCloud: fix consumption of vendor-data
the content of vendordata was was being assigned to vendordata,
rather than vendordata_raw. The result was that it is not processed
for includes or part handlers or other things as it is in other
datasources.
LP: #1493453
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ - rsyslog: add additional configuration mode (LP: #1478103) - status_wrapper in main: fix use of print_exc when handling exception - reporting: add reporting module for web hook or logging of events. + - NoCloud: fix consumption of vendordata (LP: #1493453) 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |