diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-09-14 15:41:39 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-09-14 15:41:39 -0400 |
commit | 31a145068f259e1c2affbab066cfd028ae901836 (patch) | |
tree | b99ea904fb54de4185a332d3c64cf73d8e50461c /ChangeLog | |
parent | 75bec162045856b39b483d11a0b3a7a75886efd2 (diff) | |
parent | 18cbd9ae7872f83b4eaccdbdf2cf5023b92d7812 (diff) | |
download | vyos-cloud-init-31a145068f259e1c2affbab066cfd028ae901836.tar.gz vyos-cloud-init-31a145068f259e1c2affbab066cfd028ae901836.zip |
remove 'start networking' from cloud-init-nonet
do not 'start networking' in cloud-init-nonet, but add
cloud-init-container job that runs only if in container and emits
net-device-added (LP: #1031065)
LP: #1031065
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ 0.7.0: + - do not 'start networking' in cloud-init-nonet, but add + cloud-init-container job that runs only if in container and emits + net-device-added (LP: #1031065) - search only top level dns for 'instance-data' in DataSourceEc2 (LP: #1040200) - add support for config-drive-v2 (LP:#1037567) - support creating users, including the default user. |