Update classpath for FWaaS driver
The driver driver neutron.services.firewall.drivers\ .linux.iptables_fwaas.IptablesFwaasDriver has been moved to neutron_fwaas.services.firewall.drivers\ .linux.iptables_fwaas.IptablesFwaasDriver. This patch will be remove the warning of the automatic fixup and guarantee that in a future release the fwaas plugin will not be broken by referring an invalid package. Change-Id: Ieab0a3e80ef54f442db9de81851cf1fcff991a23
This commit is contained in:
parent
5809f38246
commit
68ea882cf0
@ -169,7 +169,7 @@ service_provider = VPN:openswan:neutron_vpnaas.services.vpn.service_drivers.ipse
|
|||||||
{% if neutron_fwaas | bool and neutron_plugin_type != 'plumgrid' %}
|
{% if neutron_fwaas | bool and neutron_plugin_type != 'plumgrid' %}
|
||||||
[fwaas]
|
[fwaas]
|
||||||
enabled = true
|
enabled = true
|
||||||
driver = neutron.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver
|
driver = neutron_fwaas.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Agent
|
# Agent
|
||||||
|
Loading…
Reference in New Issue
Block a user