summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-05-15 16:16:14 -0400
committerScott Moser <smoser@ubuntu.com>2015-05-15 16:16:14 -0400
commitb811fddc03511d7325775a68f076829dcb94349a (patch)
treec2c27003b48b89499ab2941c7641a5f08cbb1e40 /ChangeLog
parent02da8491a11caf783e952a964da5bc90a618d46f (diff)
parentdad01d2cf14a7e0bdca455040fb5a173775cefdc (diff)
downloadvyos-cloud-init-b811fddc03511d7325775a68f076829dcb94349a.tar.gz
vyos-cloud-init-b811fddc03511d7325775a68f076829dcb94349a.zip
Azure: remove dependency on walinux-agent
This takes away our dependency on walinux-agent, by providing a builtin path for doing cloud-init had delegated to it. Currently the default is to still use the old path, but adding this code in will allow us to move to the new code path with more confidence.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 390f2803..0b4175b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,7 @@
- Azure: do not re-set hostname if user has changed it (LP: #1375252)
- Fix exception when running with no arguments on Python 3. [Daniel Watkins]
- Centos: detect/expect use of systemd on centos 7. [Brian Rak]
+ - Azure: remove dependency on walinux-agent [Daniel Watkins]
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)