Generate interfaces file before cloud-init runs

Cloud-init needs to query the metadata server after the network
interfaces are configured. The upstart job "cloud-init-nonet" is
specifically in place to provide a hook to block cloud-init from
running while we rearrange network interface configurations.

Fixes bug #1233577

Change-Id: Ib5cf75d858fdb670b2abcc082e912c4644d6b169
This commit is contained in:
Clint Byrum 2013-10-03 16:00:19 -07:00
parent 4cae314d18
commit 4a751ba162

View File

@ -3,7 +3,7 @@
description "DHCP any connected, but unconfigured network interfaces"
start on starting network-interface
start on starting cloud-init-nonet
task