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 2f8f7523b0
commit 804fc18cf2
1 changed files with 1 additions and 2 deletions

View File

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