summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-03-27 10:06:57 -0400
committerScott Moser <smoser@ubuntu.com>2014-03-27 10:06:57 -0400
commit2f9b47be819e4aa90d0cfd940557b90cbd6912de (patch)
treef39e6f00ddb1b744321c3d4072bd74ac88189759 /ChangeLog
parent11d6dbfad89e3f9a56925f7671fa7ee3e86af918 (diff)
parent2ecefdf51cd93b593bea450b4d751021da91e748 (diff)
downloadvyos-cloud-init-2f9b47be819e4aa90d0cfd940557b90cbd6912de.tar.gz
vyos-cloud-init-2f9b47be819e4aa90d0cfd940557b90cbd6912de.zip
OpenNebula: support base64 encoded user-data
This change adds the possibility to have base64 encoded userdata in OpenNebula source. OpenNebula uses a text file with shell variables for storing the configuration variables (including user provided data). Some user data may not be renderable into this format, so using base64 encoding alleviates the problem. The change here allows the user to provide a second variable USERDATA_ENCODING (or USER_DATA_ENCODING) and set that value to 'base64' to indicate that USERDATA is base64 encoded.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d89d30d..7e2b761e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,8 @@
other programs (LP: #1284439)
- Azure: if a reboot causes ephemeral storage to be re-provisioned
Then we need to re-format it. (LP: #1292648)
+ - OpenNebula: support base64 encoded user-data
+ [Enol Fernandez, Peter Kotcauer]
0.7.4:
- fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
partitioned block device with target filesystem on ephemeral0.1.