Added l3 agent

This commit is contained in:
Egon Rijpkema 2018-04-23 15:19:43 +02:00
parent e2c62e15f0
commit c961561812
1 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.