[trivial] Update tests for vlan and flat network modes
This commit is contained in:
parent
75670f8554
commit
b9dc0b7ff6
@ -358,8 +358,8 @@ class QuantumGatewayBasicDeployment(OpenStackAmuletDeployment):
|
||||
quantum_gateway_relation = unit.relation('shared-db', 'mysql:shared-db')
|
||||
expected = {
|
||||
'ml2': {
|
||||
'type_drivers': 'gre,vxlan',
|
||||
'tenant_network_types': 'gre,vxlan',
|
||||
'type_drivers': 'gre,vxlan,vlan,flat',
|
||||
'tenant_network_types': 'gre,vxlan,vlan,flat',
|
||||
'mechanism_drivers': 'openvswitch,l2population'
|
||||
},
|
||||
'ml2_type_gre': {
|
||||
|
Loading…
Reference in New Issue
Block a user