diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-07-10 13:21:37 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-10 13:21:37 -0400 |
commit | cbfc6f664d4927d4d0f542202db6f24bd2d64063 (patch) | |
tree | db941320344d3432387978d1cfd319b8bfa9cd73 /ChangeLog | |
parent | 1c76b49ccbe0c31187aeea12b0e395774aa90faa (diff) | |
parent | ce949d5b4c94caf9c1df6393abe86de2872e05ae (diff) | |
download | vyos-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |