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:
Pedro Magalhães 2016-05-22 15:11:15 +01:00
parent 5809f38246
commit 68ea882cf0

View File

@ -169,7 +169,7 @@ service_provider = VPN:openswan:neutron_vpnaas.services.vpn.service_drivers.ipse
{% if neutron_fwaas | bool and neutron_plugin_type != 'plumgrid' %}
[fwaas]
enabled = true
driver = neutron.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver
driver = neutron_fwaas.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver
{% endif %}
# Agent