Remove usage of neutron::plugins::ml2::firewall_driver

The parameter was deprecated and is now removed with [1],
this patch clears it's usage in packstack.

[1] https://review.opendev.org/#/c/743982/
Change-Id: Ie627a19c05e98650bcc333010d7b0adadc766048
This commit is contained in:
yatinkarel 2020-08-03 11:46:33 +05:30
parent 316862acdf
commit 0392e3c563
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ class packstack::neutron::ml2 ()
vxlan_group => $vxlan_group_value,
vni_ranges => hiera_array('CONFIG_NEUTRON_ML2_VNI_RANGES'),
enable_security_group => true,
firewall_driver => hiera('FIREWALL_DRIVER'),
extension_drivers => 'port_security,qos',
max_header_size => 38,
}