~smoser/cloud-init/systemd-enable

« back to all changes in this revision

Viewing changes to ChangeLog

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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
   other programs (LP: #1284439)
40
40
 - Azure: if a reboot causes ephemeral storage to be re-provisioned
41
41
   Then we need to re-format it. (LP: #1292648)
 
42
 - OpenNebula: support base64 encoded user-data
 
43
   [Enol Fernandez, Peter Kotcauer]
42
44
0.7.4:
43
45
 - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
44
46
   partitioned block device with target filesystem on ephemeral0.1.