summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-11-18 13:35:00 -0500
committerScott Moser <smoser@ubuntu.com>2015-11-18 13:35:00 -0500
commit97fbe6e44fc09d7522001deb7e3984272e9c26b7 (patch)
treea12b95655103dec6944409508a70ce72855b1d1a /ChangeLog
parent0e0e590b60ad3f5d1ef66ef7f7df271c4bc09c7f (diff)
parent34b208a05361ae6ab4a51a6a999c9ac4ab77f06a (diff)
downloadvyos-cloud-init-97fbe6e44fc09d7522001deb7e3984272e9c26b7.tar.gz
vyos-cloud-init-97fbe6e44fc09d7522001deb7e3984272e9c26b7.zip
Azure: get instance id from dmi instead of SharedConfig
Replace the use of SharedConfig.xml in both the walinuxagent case, and the case where we communicate with the Azure fabric ourselves. The instance id present in the dmi data is unfortunately different that that in the SharedConfig. This means that something needs to handle migration so that a reboot after newer version is installed will not re-run first instance things. In Ubuntu this is being handled in packaging. LP: #1506187
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8657486f..f41412fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,6 +68,7 @@
- Ubuntu templates: modify sources.list template to provide same sources
as install from server or desktop ISO. (LP: #1177432)
- cc_mounts: use 'nofail' if system uses systemd. (LP: #1514485)
+ - Azure: get instance id from dmi instead of SharedConfig (LP: #1506187)
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)