summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5408a941..a208ab0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,8 @@
- 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)
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.