cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #00969
[Merge] lp:~smoser/cloud-init/trunk.1532072 into lp:cloud-init
The proposal to merge lp:~smoser/cloud-init/trunk.1532072 into lp:cloud-init has been updated.
Commit Message changed to:
user_data: fix error when user-data is not utf-8 decodable
when user-data was not decodable, cloud-init would raise exception.
This also changes the signature of user_data.convert_string.
The 'headers' argument was never used, and woudl have been broken
if it was, as it was expected to be a dictionary but then was
passed in with *headers.
For more details, see:
https://code.launchpad.net/~smoser/cloud-init/trunk.1532072/+merge/298066
--
Your team cloud init development team is requested to review the proposed merge of lp:~smoser/cloud-init/trunk.1532072 into lp:cloud-init.
Follow ups