Merge "fullstack: Use noop firewall"

This commit is contained in:
Jenkins 2016-05-02 22:14:28 +00:00 committed by Gerrit Code Review
commit c05c9323da
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),