diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-02-10 15:14:13 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-10 15:14:13 -0500 |
commit | fe77394502e75cece57e810cee2af1c64a4a63ae (patch) | |
tree | c00913cb2e7cb99f9f116e525e9c4d719bcb8add /ChangeLog | |
parent | 3cfe9b3d8958b1a4e450d5ff31d805c424945027 (diff) | |
parent | 5021612482c918c43651a2b93778df05dcabda95 (diff) | |
download | vyos-cloud-init-fe77394502e75cece57e810cee2af1c64a4a63ae.tar.gz vyos-cloud-init-fe77394502e75cece57e810cee2af1c64a4a63ae.zip |
Azure: fix issue with stale data in /var/lib/waagent
If a datasource was found other than in /var/lib/waagent, and /var/lib/waagent
contained all the files necessary for 'wait_for_files' (most likely
'SharedConfig.xml'), then cloud-init would continue on before looking properly.
To address this, if the ovf-env.xml came from somewhere other than
/var/lib/waagent, and it differs from the file in /var/lib/waagent, then
we clean up some files that we expect to be provided by 'wait_for_files'.
Also some minor changes to the tests here.
LP: #1269626
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ theh correct filesystem label. [Paul Querna] - initial freebsd support [Harm Weites] - fix in is_ipv4 to accept IP addresses with a '0' in them. + - Azure: fix issue when stale data in /var/lib/waagent (LP: #1269626) 0.7.4: - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a partitioned block device with target filesystem on ephemeral0.1. |