summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-09-01 20:27:19 -0400
committerScott Moser <smoser@ubuntu.com>2011-09-01 20:27:19 -0400
commitbd42e16c4ce6e785e332d423c92fe736452813f4 (patch)
tree247d9d9a69f7576e971d0ff7c65b19e1ba6f5a55 /ChangeLog
parenteba3c61ba5e40ced5545fd0fe58b3e6b04fb4fe4 (diff)
downloadvyos-cloud-init-bd42e16c4ce6e785e332d423c92fe736452813f4.tar.gz
vyos-cloud-init-bd42e16c4ce6e785e332d423c92fe736452813f4.zip
cloud-init-nonet.conf: just allow for the possibility that /var/run != /run
This should not happen any time in the near future, but /var/run is actually legacy, so accept that it might not be there.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1d30453..83c9986a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,7 @@
inserted actually do something (LP: #434076, LP: #833499)
- log warning on failure to set hostname (LP: #832175)
- upstart/cloud-init-nonet.conf: wait for all network interfaces to be up
+ allow for the possibility of /var/run != /run.
- DataSourceNoCloud, DataSourceOVF : do not provide a default hostname.
This way the configured hostname of the system will be used if not provided
by metadata (LP: #838280)