summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.