summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-07-10 13:21:37 -0400
committerScott Moser <smoser@ubuntu.com>2013-07-10 13:21:37 -0400
commitcbfc6f664d4927d4d0f542202db6f24bd2d64063 (patch)
treedb941320344d3432387978d1cfd319b8bfa9cd73 /ChangeLog
parent1c76b49ccbe0c31187aeea12b0e395774aa90faa (diff)
parentce949d5b4c94caf9c1df6393abe86de2872e05ae (diff)
downloadvyos-cloud-init-cbfc6f664d4927d4d0f542202db6f24bd2d64063.tar.gz
vyos-cloud-init-cbfc6f664d4927d4d0f542202db6f24bd2d64063.zip
add Azure datasource
This datasource is not perfect at this point, but is tested on raring. It expects that walinuxagent config is set to disable provisioning (Provisioning.Enabled=n) and also that walinuxagent will not start otherwise (ie 'echo manual | sudo tee /etc/init/walinuxagent.override).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40c8912a..2dace4f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
- small fix for OVF datasource for iso transport on non-iso9660 filesystem
- determine if upstart version is suitable for
'initctl reload-configuration' (LP: #1124384). If so, then invoke it.
+ - add Azure datasource.
0.7.2:
- add a debian watch file
- add 'sudo' entry to ubuntu's default user (LP: #1080717)