summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-09-08 14:26:30 -0400
committerScott Moser <smoser@ubuntu.com>2015-09-08 14:26:30 -0400
commit3c39c3f7638245e9581a2e1f4faae2dc2680f0c7 (patch)
tree3c057d8c3a397d0505d60e2531fc7d12dc329aa1 /ChangeLog
parentf5de3d5c481377d4f6fc7a6ca7986ed2b5966da4 (diff)
downloadvyos-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7869ab7e..6fb70696 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)