diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-03-27 10:06:57 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-03-27 10:06:57 -0400 |
commit | 2f9b47be819e4aa90d0cfd940557b90cbd6912de (patch) | |
tree | f39e6f00ddb1b744321c3d4072bd74ac88189759 /ChangeLog | |
parent | 11d6dbfad89e3f9a56925f7671fa7ee3e86af918 (diff) | |
parent | 2ecefdf51cd93b593bea450b4d751021da91e748 (diff) | |
download | vyos-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |