Add l2_population==False to amulet test
This commit is contained in:
parent
0c00565625
commit
1e1dbf148a
@ -373,7 +373,8 @@ class QuantumGatewayBasicDeployment(OpenStackAmuletDeployment):
|
||||
'local_ip': quantum_gateway_relation['private-address']
|
||||
},
|
||||
'agent': {
|
||||
'tunnel_types': 'gre'
|
||||
'tunnel_types': 'gre',
|
||||
'l2_population': 'False'
|
||||
},
|
||||
'securitygroup': {
|
||||
'firewall_driver': 'neutron.agent.linux.iptables_firewall.'
|
||||
|
Loading…
Reference in New Issue
Block a user