Yolanda Robla 917b02c3da Add element to bring up bridge on infra cloud
This will grab the content present on config drive, and
will create a bridge in top of network interface.

Change-Id: I7b6788ad2640650329d80114439d731d51dab340
2016-02-17 08:55:24 +01:00

10 lines
171 B
Plaintext

description "create bridge for infra cloud"
console output
start on (stopped glean and net-device-up IFACE!=lo)
script
exec python /opt/create_bridge.py
end script