Merge "Clear all l3 related namespace before starting neutron-l3-agent only when l3_ha is enable" into stable/pike

This commit is contained in:
Zuul 2018-09-25 08:27:26 +00:00 committed by Gerrit Code Review
commit 42732c4da5
1 changed files with 2 additions and 0 deletions

View File

@ -2,12 +2,14 @@
set -o errexit
{% if enable_neutron_agent_ha | bool %}
# NOTE(jeffrey4l): Remove all l3 related netns in case of multiple active routers in l3 high available mode.
neutron-netns-cleanup \
--config-file /etc/neutron/neutron.conf \
--config-file /etc/neutron/l3_agent.ini \
--config-file /etc/neutron/fwaas_driver.ini \
--force --agent-type l3
{% endif %}
neutron-l3-agent \
--config-file /etc/neutron/neutron.conf \