diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-04-06 14:30:02 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-04-06 14:30:02 -0400 |
commit | 822ac18bc98dee35c805bf238f6bf0a1543a39dc (patch) | |
tree | 4170307285b8f6ce5563ac3c8b8dbf2a71b3087e /ChangeLog | |
parent | d75a912fb375afbab055db3178966d1f83b44143 (diff) | |
parent | 2fd22530737468a00bfb58eed9b6e231aa6d6652 (diff) | |
download | vyos-cloud-init-822ac18bc98dee35c805bf238f6bf0a1543a39dc.tar.gz vyos-cloud-init-822ac18bc98dee35c805bf238f6bf0a1543a39dc.zip |
Ensure that a resolve conf object is written as a string.
Instead of passing the raw object and expecting the write_file to work
automatically make sure we explicitly pass the string version of it so
that the write_file routine can correctly encode/decode it as needed.
LP: #1479988
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ - disk_setup: correctly send --force to mkfs on block devices (LP: #1548772) - chef: fix chef install from gems (LP: #1553345) - systemd: do not specify After of obsolete syslog.target (LP: #1536964) + - centos: Ensure that resolve conf object is written as a str (LP: #1479988) 0.7.6: - open 0.7.6 |