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:
parent
4cae314d18
commit
4a751ba162
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
description "DHCP any connected, but unconfigured network interfaces"
|
description "DHCP any connected, but unconfigured network interfaces"
|
||||||
|
|
||||||
start on starting network-interface
|
start on starting cloud-init-nonet
|
||||||
|
|
||||||
task
|
task
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user