charm-neutron-gateway/templates/ext-port.conf
2013-03-20 16:54:49 +00:00

9 lines
137 B
Plaintext

description "Enabling Quantum external networking port"
start on runlevel [2345]
task
script
ip link set {{ ext_port }} up
end script