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:
parent
28735e50be
commit
38f9bcb01d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user