Fix neutron fwaas driver configuration

https://review.openstack.org/#/c/634862/ switched to
fwaas v2, but l3 agent is not able to load fwaas_v2 extension
due to wrong Driver, this patch fixes it.

Change-Id: I4bc71fb66e2760088fba2fefa34794e2e865bb74
This commit is contained in:
yatin 2019-02-06 11:34:57 +05:30
parent e416e2b32d
commit 11c86ee313
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class openstack_integration::neutron (
class { '::neutron::services::fwaas':
enabled => true,
agent_version => 'v2',
driver => 'neutron_fwaas.services.firewall.drivers.linux.iptables_fwaas_v2.IptablesFwaasDriver',
driver => 'neutron_fwaas.services.firewall.service_drivers.agents.drivers.linux.iptables_fwaas_v2.IptablesFwaasDriver',
}
if $bgpvpn_enabled {