summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-01-31 14:49:22 -0500
committerScott Moser <smoser@ubuntu.com>2013-01-31 14:49:22 -0500
commit1bb72070b70edaa960b3158feba936fbc3687b1f (patch)
tree66d4bfcf7645513c8f974ab0ae58a578e19b2e65 /ChangeLog
parentc26f0e086959634ddf41c843c5c9dd73998b7c7e (diff)
downloadvyos-cloud-init-1bb72070b70edaa960b3158feba936fbc3687b1f.tar.gz
vyos-cloud-init-1bb72070b70edaa960b3158feba936fbc3687b1f.zip
upstart/cloud-init-container.conf: ensure /run/network exists
ifquery will exit failure if there is no /run/network directory. normally that would get created by one of network-interface.conf or networking.conf. But, it is possible that we're running before either of those have.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4745a327..639d5560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,7 @@
functionality (LP: #1108047)
- fix documentation for write_files to correctly list 'permissions'
rather than 'perms' (LP: #1111205)
+ - cloud-init-container.conf: ensure /run/network before running ifquery
0.7.1:
- sysvinit: fix missing dependency in cloud-init job for RHEL 5.6
- config-drive: map hostname to local-hostname (LP: #1061964)