Fixup errors in catchup merge.
This commit is contained in:
@@ -67,7 +67,6 @@ options:
|
||||
.
|
||||
gre
|
||||
vxlan
|
||||
>>>>>>> MERGE-SOURCE
|
||||
.
|
||||
# HA configuration settings
|
||||
vip:
|
||||
|
||||
@@ -43,7 +43,7 @@ from neutron_api_utils import (
|
||||
register_configs,
|
||||
restart_map,
|
||||
services,
|
||||
setup_ipv6
|
||||
setup_ipv6,
|
||||
additional_install_locations
|
||||
)
|
||||
from neutron_api_context import (
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user