diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-12 09:55:48 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-12 09:55:48 -0500 |
commit | 7fd838c187ad004d124c9293d91fdb4fca083f66 (patch) | |
tree | fc829e145d39897e25dbbe70bd04ed8d0134d3d9 /ChangeLog | |
parent | 54828f025dede5d5bc1d26419083e6014f69212e (diff) | |
download | vyos-cloud-init-7fd838c187ad004d124c9293d91fdb4fca083f66.tar.gz vyos-cloud-init-7fd838c187ad004d124c9293d91fdb4fca083f66.zip |
add ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |