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
(cherry picked from commit 77456735cb)
This commit is contained in:
Jakub Libosvar 2016-05-02 17:35:49 +02:00 committed by Ihar Hrachyshka
parent 8ae106e04e
commit 6d808cc6a7

View File

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