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
This commit is contained in:
Phil Hopkins 2014-04-17 08:23:25 -05:00
parent 760056d5f2
commit 0730e19a93

View File

@ -261,6 +261,8 @@
<para>Enable the FWaaS plugin in the <filename>neutron.conf</filename> file:</para>
</formalpara>
<programlisting language="ini">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</programlisting>