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, 'ovsdb_interface': host_desc.ovsdb_interface,
}, },
'securitygroup': { 'securitygroup': {
'firewall_driver': ('neutron.agent.linux.iptables_firewall.' 'firewall_driver': 'noop',
'OVSHybridIptablesFirewallDriver'),
}, },
'agent': { 'agent': {
'l2_population': str(self.env_desc.l2_pop), 'l2_population': str(self.env_desc.l2_pop),