Fix the FWaaS service_provider

Change the FWaaS service_provider from LOADBALANCER to FIREWALL
Closes-Bug: 1338505

Change-Id: Ic670acd85027281c0f8792ea11ec401f16cb896b
This commit is contained in:
KATO Tomoyuki 2014-08-22 11:17:34 +09:00
parent 28735e50be
commit 38f9bcb01d

View File

@ -282,7 +282,7 @@
<filename>neutron.conf</filename> file:</para>
<programlisting language="ini">service_plugins = firewall
[service_providers]
service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
service_provider = FIREWALL:Iptables:neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default
[fwaas]
driver = neutron.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver
enabled = True</programlisting>