From 34627a5bb98a0fbf9cfaca6d0980560fcb3b8982 Mon Sep 17 00:00:00 2001 From: Nate Johnston Date: Thu, 28 Feb 2019 15:57:08 -0500 Subject: [PATCH] Fix fwaas_v2 driver string in docs The fwaas_v2 driver string is specified incorrectly in the fwaas_v2 scenario documentation. Fix it. This was uncovered because it had to be fixed elsewhere, like puppet-openstack-integration [1]. [1] https://review.openstack.org/635095 Change-Id: Ib68faa4db08f4315c6a2fe137fa8eef199b0255d --- doc/source/admin/fwaas-v2-scenario.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/fwaas-v2-scenario.rst b/doc/source/admin/fwaas-v2-scenario.rst index 8a5de3c81ad..bf161acdf85 100644 --- a/doc/source/admin/fwaas-v2-scenario.rst +++ b/doc/source/admin/fwaas-v2-scenario.rst @@ -12,11 +12,11 @@ Enable FWaaS v2 [service_providers] # ... - service_provider = FIREWALL:Iptables:neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default + service_provider = FIREWALL_V2:fwaas_db:neutron_fwaas.services.firewall.service_drivers.agents.agents.FirewallAgentDriver:default [fwaas] agent_version = v2 - driver = neutron_fwaas.services.firewall.drivers.linux.iptables_fwaas_v2.IptablesFwaasDriver + driver = neutron_fwaas.services.firewall.service_drivers.agents.drivers.linux.iptables_fwaas_v2.IptablesFwaasDriver enabled = True .. note::