summaryrefslogtreecommitdiff
path: root/upstart/cloud-init.conf
diff options
context:
space:
mode:
Diffstat (limited to 'upstart/cloud-init.conf')
-rw-r--r--upstart/cloud-init.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/upstart/cloud-init.conf b/upstart/cloud-init.conf
index 56a3545a..2a066105 100644
--- a/upstart/cloud-init.conf
+++ b/upstart/cloud-init.conf
@@ -1,7 +1,6 @@
-#start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0)
-# the above start-on never occurs, blocking boot. [bug 504883]
-# instead, start much later in the boot process. sigh..
-start on (local-filesystems and net-device-up IFACE=eth0)
+# cloud-init - the initial cloud-init job
+# crawls metadata service, emits cloud-config
+start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0)
task