[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')
|
quantum_gateway_relation = unit.relation('shared-db', 'mysql:shared-db')
|
||||||
expected = {
|
expected = {
|
||||||
'ml2': {
|
'ml2': {
|
||||||
'type_drivers': 'gre,vxlan',
|
'type_drivers': 'gre,vxlan,vlan,flat',
|
||||||
'tenant_network_types': 'gre,vxlan',
|
'tenant_network_types': 'gre,vxlan,vlan,flat',
|
||||||
'mechanism_drivers': 'openvswitch,l2population'
|
'mechanism_drivers': 'openvswitch,l2population'
|
||||||
},
|
},
|
||||||
'ml2_type_gre': {
|
'ml2_type_gre': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user