2 Commits

Author SHA1 Message Date
2de343d22d Trying to adhere to python naming convention. 2018-04-23 15:54:54 +02:00
536df0decc Docker in name is no longer needed 2018-04-23 15:35:21 +02:00

View File

@ -29,14 +29,6 @@ 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.