From 225ddf5c0a88d35da3679678264c1e275391e450 Mon Sep 17 00:00:00 2001 From: siavashsardari Date: Sat, 7 Nov 2020 18:13:48 +0330 Subject: [PATCH] Remove firewall_driver from securitygoup section due to duplication in agents config file Change-Id: I4469dc572acf7d53bcf759e28138cc6733101ed4 Closes-Bug: 1903390 --- templates/plugins/ml2/ml2_conf.ini.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/plugins/ml2/ml2_conf.ini.j2 b/templates/plugins/ml2/ml2_conf.ini.j2 index 1737b285..ed5b4594 100644 --- a/templates/plugins/ml2/ml2_conf.ini.j2 +++ b/templates/plugins/ml2/ml2_conf.ini.j2 @@ -57,8 +57,5 @@ ovn_metadata_enabled = True # Security groups [securitygroup] -{% if neutron_plugin_type == 'ml2.ovs' %} -firewall_driver = iptables_hybrid -{% endif %} enable_security_group = True enable_ipset = True