From 29b4adef881852169c6a0c5c95168c768cb6ffc5 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 12 Nov 2012 14:34:01 -0800 Subject: Append changelog additions. LP: #1078097 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 672482ba..1582dfb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ 0.7.1: - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6 - config-drive: map hostname to local-hostname (LP: #1061964) + - use a set of helper/parsing classes to perform system configuration + file modification in a manner that provides a nice object oriented + interface to those objects as well as makes it possible to test + those parsing entities without having to invoke distro class code. + - Created parsers for: + - /etc/sysconfig + - /etc/hostname + - resolv.conf + - /etc/hosts 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. -- cgit v1.2.3 From 8d5e1e108b0cdd3af872383da7654bec91355b5f Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 12 Nov 2012 19:17:48 -0800 Subject: Remove dup and un-needed entries. --- ChangeLog | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ChangeLog') 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. -- cgit v1.2.3 From 76005c391a5e59e794db42a9f9a4d46fec679854 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 12 Nov 2012 22:18:21 -0800 Subject: Update the changelog with functions moved. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13b5a8ed..20b81aa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50,6 +50,10 @@ - /etc/hostname - resolv.conf - /etc/hosts + - Moved duplicated functionality into the root level distro class including: +  - apply_hostname +  - set_hostname +  - *various shared configuration file names/paths* 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. -- cgit v1.2.3