summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-11-12 14:34:01 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-11-12 14:34:01 -0800
commit29b4adef881852169c6a0c5c95168c768cb6ffc5 (patch)
treed27aefcef2aa2605963fdf43f8d14c61078b426e
parent82e90789f11b5371b352a477b75cad0c5d1457ec (diff)
downloadvyos-cloud-init-29b4adef881852169c6a0c5c95168c768cb6ffc5.tar.gz
vyos-cloud-init-29b4adef881852169c6a0c5c95168c768cb6ffc5.zip
Append changelog additions.
LP: #1078097
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
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.