enable network-device-mtu

This commit is contained in:
Zhang Hua
2014-12-04 11:30:18 +08:00
parent 11f96d4d02
commit 5f050a1d35
3 changed files with 7 additions and 0 deletions

View File

@@ -276,6 +276,7 @@ class NeutronAPIHooksTests(CharmTestCase):
'neutron-security-groups': False,
'l2-population': False,
'overlay-network-type': 'vxlan',
'network-device-mtu': 1500,
}
self.get_l2population.return_value = False
self.get_overlay_network_type.return_value = 'vxlan'