From 0730e19a93993cdb200cc7d0568c7f517743442a Mon Sep 17 00:00:00 2001 From: Phil Hopkins Date: Thu, 17 Apr 2014 08:23:25 -0500 Subject: [PATCH] Add service_provider config option The service_provider config option was left off from this page. This patch adds it in so FWaaS will work now. Closes-Bug: 1308726 Change-Id: Ibd14c78e6b9d1589935f572fa31040c5fd2f7827 --- .../networking/section_networking_introduction.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/admin-guide-cloud/networking/section_networking_introduction.xml b/doc/admin-guide-cloud/networking/section_networking_introduction.xml index a2574e1c05..525501d12c 100644 --- a/doc/admin-guide-cloud/networking/section_networking_introduction.xml +++ b/doc/admin-guide-cloud/networking/section_networking_introduction.xml @@ -261,6 +261,8 @@ Enable the FWaaS plugin in the neutron.conf file: service_plugins = neutron.services.firewall.fwaas_plugin.FirewallPlugin +[service_providers] +service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default [fwaas] driver = neutron.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver enabled = True