summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-11-12 19:17:48 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-11-12 19:17:48 -0800
commit8d5e1e108b0cdd3af872383da7654bec91355b5f (patch)
tree65326afba35be0262cc9a615722bf75ec70c4e24 /ChangeLog
parent9c64c5d0e01e48612fe37d3304b1f6eb70181cae (diff)
downloadvyos-cloud-init-8d5e1e108b0cdd3af872383da7654bec91355b5f.tar.gz
vyos-cloud-init-8d5e1e108b0cdd3af872383da7654bec91355b5f.zip
Remove dup and un-needed entries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 1 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cae8b32..e577b618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,15 +23,9 @@
- Fix the merging of group configuration when that group configuration is a
dict => members. [revno 707]
- add yum_add_repo configuration module for adding additional yum repos
- - work around the lazy loading of get_instance_metadata in boto >= 2.6.0
- by fully walking the dictionary. (LP: #1068801)
- Added dependency on distribute's python-pkg-resources
- fix public key importing with config-drive-v2 datasource (LP: #1077700)
- handle renaming and fixing up of marker names (LP: 1075980) [revno 710]
this relieves that burden from the distro/packaging.
- - datasource: move back to using the value 'None' for the initial datasource
- since it causes early failure if used, instead of transient and
- not easily-detectable later failure
- group config: fix how group members weren't being translated correctly
when the group: [member, member...] format was used (LP: #1077245)
- sysconfig: fix how the /etc/sysconfig/network should be using the fully
@@ -46,6 +40,7 @@
dictionary and force it to full expand so that if cloud-init blocks the ec2
metadata port the lazy loaded dictionary will continue working properly
instead of trying to make additional url calls which will fail (LP: #1068801)
+ - Added dependency on distribute's python-pkg-resources
0.7.0:
- add a 'exception_cb' argument to 'wait_for_url'. If provided, this
method will be called back with the exception received and the message.