summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-08-01 14:32:59 -0400
committerScott Moser <smoser@ubuntu.com>2011-08-01 14:32:59 -0400
commitfb0150dd71bf54bd46e30efab62dbb2f6eca2ba2 (patch)
treed557217a6c0429d66ee237e75787e75db74472e4 /ChangeLog
parent10edc78d777cadb2cd871776622e6a775ef8f8a2 (diff)
downloadvyos-cloud-init-fb0150dd71bf54bd46e30efab62dbb2f6eca2ba2.tar.gz
vyos-cloud-init-fb0150dd71bf54bd46e30efab62dbb2f6eca2ba2.zip
avoid a race condition if there were multiple networking devices
LP: #810044
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 681e852e..231ba1b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,8 @@
- support 'include-once' so that expiring or one-time use urls can
be used for '#include' to provide sensitive data.
- support for passing public and private keys to mcollective via cloud-config
+ - support multiple staticly configured network devices, as long as
+ all of them come up early (LP: #810044)
0.6.1:
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)
- improve comment strings in rsyslog file tools/21-cloudinit.conf