diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-01-31 14:49:22 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-01-31 14:49:22 -0500 |
commit | 1bb72070b70edaa960b3158feba936fbc3687b1f (patch) | |
tree | 66d4bfcf7645513c8f974ab0ae58a578e19b2e65 /ChangeLog | |
parent | c26f0e086959634ddf41c843c5c9dd73998b7c7e (diff) | |
download | vyos-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |