Fixup errors in catchup merge.

This commit is contained in:
Cory Benfield
2015-03-10 16:41:28 +00:00
parent 0f347b7911
commit 3558c0530b
3 changed files with 2 additions and 3 deletions

View File

@@ -275,7 +275,7 @@ class NeutronAPIHooksTests(CharmTestCase):
self.unit_get.return_value = '172.18.18.18'
_relation_data = {
'neutron-security-groups': False,
'addr': '172.18.18.18'
'addr': '172.18.18.18',
'l2-population': False,
'overlay-network-type': 'vxlan',
}