#!/bin/bash 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 \ --force --agent-type l3 {% endif %} neutron-l3-agent \ --config-file /etc/neutron/neutron.conf \ --config-file /etc/neutron/neutron_vpnaas.conf \ --config-file /etc/neutron/l3_agent.ini \