diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-08-24 17:22:01 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-08-24 17:22:01 -0400 |
commit | e345c95b9851ada5062304a9a99364da9abb674b (patch) | |
tree | 6c187d96cd0d49b718acad597a396402cacdaac2 /ChangeLog | |
parent | 55f6e4cb09d568d1a0679c41570b5c6d570a16f0 (diff) | |
parent | ed96b524a4c3b3985931d30b254a29466486d2c3 (diff) | |
download | vyos-cloud-init-e345c95b9851ada5062304a9a99364da9abb674b.tar.gz vyos-cloud-init-e345c95b9851ada5062304a9a99364da9abb674b.zip |
add support for the config-drive-v2 datasource
config-drive-v2 was implemented in openstack at
https://review.openstack.org/#/c/11184/ . This adds support to
cloud-init for reading that.
LP: #1037567
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ 0.7.0: + - add support for config-drive-v2 (LP:#1037567) - support creating users, including the default user. [Ben Howard] (LP: #1028503) - add apt_reboot_if_required to reboot if an upgrade or package installation |