~harlowja/cloud-init/cloud-init-fix-dnf

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott Moser
  • Date: 2016-06-22 14:08:29 UTC
  • mfrom: (1244.1.2 trunk.1532072)
  • Revision ID: smoser@ubuntu.com-20160622140829-imvf1qyjspe3cfl9
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
 - Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]
126
126
 - support network rendering to sysconfig (for centos and RHEL)
127
127
 - write_files: if no permissions are given, just use default without warn.
 
128
 - user_data: fix error when user-data is not utf-8 decodable (LP: #1532072)
128
129
 
129
130
0.7.6:
130
131
 - open 0.7.6