diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-06-21 16:27:02 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-06-21 16:27:02 -0400 |
commit | 145256f964388423965bc77c2a780a89ed62dc2e (patch) | |
tree | e2383b7269204172ca57f835f92bb3820654451a /ChangeLog | |
parent | a919f6e6ee3bfaf489411a4452fc708061b1239f (diff) | |
download | vyos-cloud-init-145256f964388423965bc77c2a780a89ed62dc2e.tar.gz vyos-cloud-init-145256f964388423965bc77c2a780a89ed62dc2e.zip |
user_data: fix error when user-data is not utf-8 decodable
when user-data was not decodable, cloud-init would raise exception.
LP: #1532072
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ - Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche] - support network rendering to sysconfig (for centos and RHEL) - write_files: if no permissions are given, just use default without warn. + - user_data: fix error when user-data is not utf-8 decodable (LP: #1532072) 0.7.6: - open 0.7.6 |