We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 883ad55 + 5ccb044 commit 22c6d20Copy full SHA for 22c6d20
ansible/roles/neutron/templates/neutron-l3-agent-wrapper.sh.j2
@@ -2,6 +2,7 @@
2
3
set -o errexit
4
5
+{% if not neutron_agents_wrappers | bool %}
6
{% if enable_neutron_agent_ha | bool %}
7
# NOTE(jeffrey4l): Remove all l3 related netns in case of multiple active routers in l3 high available mode.
8
neutron-netns-cleanup \
@@ -12,6 +13,7 @@ neutron-netns-cleanup \
12
13
{% endif %}
14
--force --agent-type l3
15
16
+{% endif %}
17
18
neutron-l3-agent \
19
--config-file /etc/neutron/neutron.conf \
0 commit comments