Scott Moser 214dd2745f changes to behavior on specifying keys.
The most likely end user operation (or at least a valid one) for base64
encoding would be to encode the user-data, but leave all other values
as plaintext.

In order to facilitate that, the user can simply add:
 b64-user-data=true
to indicate that user-data is base64 encoded.

Other changes here are to change the cloud-config and metadata keynames
that are used.
  base64_all = boolean(True)
  base64_keys = [list, of, keys]

Fixed up tests to accomodate.
2013-08-24 00:07:35 -04:00
..
2012-10-27 19:25:48 -07:00
2012-08-22 14:12:32 -04:00
2013-04-25 12:13:08 -04:00
2013-07-08 23:21:29 -04:00