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 /upstart/cloud-init-nonet.conf | |
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 'upstart/cloud-init-nonet.conf')
-rw-r--r-- | upstart/cloud-init-nonet.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/upstart/cloud-init-nonet.conf b/upstart/cloud-init-nonet.conf index 7b69e584..118ffc1c 100644 --- a/upstart/cloud-init-nonet.conf +++ b/upstart/cloud-init-nonet.conf @@ -18,8 +18,6 @@ script [ -f /var/lib/cloud/instance/obj.pkl ] && exit 0 - start networking >/dev/null - short=10; long=120; sleep ${short} echo $UPSTART_JOB "waiting ${long} seconds for a network device." |