Fix FWaaS service provider (v2, Stein issue)

Because we merged both [1] and [2] in master,
we got broken FWaaS.
This patch unbreaks it and is required to backport
to Stein due to [2] backport waiting for merge,
while [1] is already backported.

[1] https://review.opendev.org/661704
[2] https://review.opendev.org/668406

Change-Id: I74427ce9b937c42393d86574614603bd788606af
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
This commit is contained in:
Radosław Piliszek 2019-08-08 20:26:57 +02:00
parent ee5e99fcf5
commit 85a5fb55c4

View File

@ -8,10 +8,6 @@ agent_version = v2
driver = iptables_v2
[service_providers]
{% if neutron_fwaas_version == 'v1' %}
service_provider = FIREWALL:Iptables:neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default
{% elif neutron_fwaas_version == 'v2' %}
service_provider = FIREWALL_V2:fwaas_db:neutron_fwaas.services.firewall.service_drivers.agents.agents.FirewallAgentDriver:default
{% endif %}
{% endif %}
{% endif %}