diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-06-28 06:41:05 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-06-28 06:41:05 -0400 |
commit | 9a79219a95c179c56d4fd41401277b8cd45f96ea (patch) | |
tree | dd718388bc7f7e64fdfb2dff5435d0283c0e5309 /upstart/cloud-init-nonet.conf | |
parent | 7017bf0b14824dfe11c971f0f67f26ac4977ed87 (diff) | |
download | vyos-cloud-init-9a79219a95c179c56d4fd41401277b8cd45f96ea.tar.gz vyos-cloud-init-9a79219a95c179c56d4fd41401277b8cd45f96ea.zip |
fix cloud-init in ubuntu lxc containers (LP: #800824) [Clint Byrum]
LP: #800824
Diffstat (limited to 'upstart/cloud-init-nonet.conf')
-rw-r--r-- | upstart/cloud-init-nonet.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/upstart/cloud-init-nonet.conf b/upstart/cloud-init-nonet.conf index 12f21320..60f83a32 100644 --- a/upstart/cloud-init-nonet.conf +++ b/upstart/cloud-init-nonet.conf @@ -14,6 +14,8 @@ script [ -f /var/lib/cloud/instance/obj.pkl ] && exit 0 + start networking + short=10; long=60; sleep ${short} echo $UPSTART_JOB "waiting ${long} seconds for a network device." |