3 Commits

Author SHA1 Message Date
cd5e1783c8 Trying to adhere to python naming convention. 2018-04-23 15:54:07 +02:00
9475b68c21 Docker in name is no longer needed 2018-04-23 15:34:55 +02:00
c961561812 Added l3 agent 2018-04-23 15:19:43 +02:00
66 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,14 @@ neutron-metadata-agent \
--config-dir /etc/neutron/ \
-v -d &
sleep 3
neutron-l3-agent \
--config-file /etc/neutron/l3_agent.ini \
--config-file /etc/neutron/neutron.conf \
--config-file /etc/neutron/metadata_agent.ini \
--config-dir /etc/neutron/ \
-v -d &
# If any process fails, kill the rest.
# This ensures the container stops and systemd will restart it.