diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-05-01 05:49:28 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-05-01 05:49:28 -0400 |
commit | 6d7ac1c317776b7266ffd8ffaa6610ca6918a7d0 (patch) | |
tree | fc5b33ee26f3763de22e469abb4de5eb58c2c237 /ChangeLog | |
parent | e232b4ce895be7c96a90bc92774248531ee0e6be (diff) | |
parent | e4399a07a798ea83156f300116d33e39f6b6c19f (diff) | |
download | vyos-cloud-init-6d7ac1c317776b7266ffd8ffaa6610ca6918a7d0.tar.gz vyos-cloud-init-6d7ac1c317776b7266ffd8ffaa6610ca6918a7d0.zip |
Fix exception when running with no arguments on Python 3
LP: #1424277
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ - sysvinit: make cloud-init-local run before network (LP: #1275098) [Surojit Pathak] - Azure: do not re-set hostname if user has changed it (LP: #1375252) + - Fix exception when running with no arguments on Python 3. [Daniel Watkins] 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |