summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-13 08:56:04 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-13 08:56:04 -0500
commitf8af532a6bb13332b702e943e0a4247256268fa1 (patch)
treed4ff5e2131dc4a8de5836f641bd9f5d32d971caa /ChangeLog
parent546b9444158d00875100fdd523fccae76226f346 (diff)
parentc26b0674aa2ef31c7c3f7a0392044382cf6a452f (diff)
downloadvyos-cloud-init-f8af532a6bb13332b702e943e0a4247256268fa1.tar.gz
vyos-cloud-init-f8af532a6bb13332b702e943e0a4247256268fa1.zip
merge from trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 3 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 93c3af04..57bfc1a4 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,9 @@
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
+ - use a set of helper/parsing classes to perform system configuration
+ for easier test. (/etc/sysconfig, /etc/hostname, resolv.conf, /etc/hosts)
- add 'finalcmd' config module to execute 'finalcmd' entries like
'runcmd' but detached from cloud-init (LP: #1064665)
0.7.0: