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:
parent
e416e2b32d
commit
11c86ee313
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user