fullstack: Use noop firewall

Currently fullstack tests don't use hybrid plugging but they use hybrid
firewall by default. Using iptables is not segregated and OVS agents
running in parallel may interfere between each other.

This patch removes using iptables in ovs agents per created port.

Change-Id: Ic15c942360a4a6ecf0eb5d8ecbbc54e59b10431d
Closes-Bug: #1575033
This commit is contained in:
Jakub Libosvar 2016-05-02 17:35:49 +02:00
parent ba8c051401
commit 77456735cb
1 changed files with 1 additions and 2 deletions

View File

@ -151,8 +151,7 @@ class OVSConfigFixture(ConfigFixture):
'ovsdb_interface': host_desc.ovsdb_interface,
},
'securitygroup': {
'firewall_driver': ('neutron.agent.linux.iptables_firewall.'
'OVSHybridIptablesFirewallDriver'),
'firewall_driver': 'noop',
},
'agent': {
'l2_population': str(self.env_desc.l2_pop),