Fixup errors in catchup merge.
This commit is contained in:
@@ -67,7 +67,6 @@ options:
|
|||||||
.
|
.
|
||||||
gre
|
gre
|
||||||
vxlan
|
vxlan
|
||||||
>>>>>>> MERGE-SOURCE
|
|
||||||
.
|
.
|
||||||
# HA configuration settings
|
# HA configuration settings
|
||||||
vip:
|
vip:
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ from neutron_api_utils import (
|
|||||||
register_configs,
|
register_configs,
|
||||||
restart_map,
|
restart_map,
|
||||||
services,
|
services,
|
||||||
setup_ipv6
|
setup_ipv6,
|
||||||
additional_install_locations
|
additional_install_locations
|
||||||
)
|
)
|
||||||
from neutron_api_context import (
|
from neutron_api_context import (
|
||||||
|
|||||||
@@ -275,7 +275,7 @@ class NeutronAPIHooksTests(CharmTestCase):
|
|||||||
self.unit_get.return_value = '172.18.18.18'
|
self.unit_get.return_value = '172.18.18.18'
|
||||||
_relation_data = {
|
_relation_data = {
|
||||||
'neutron-security-groups': False,
|
'neutron-security-groups': False,
|
||||||
'addr': '172.18.18.18'
|
'addr': '172.18.18.18',
|
||||||
'l2-population': False,
|
'l2-population': False,
|
||||||
'overlay-network-type': 'vxlan',
|
'overlay-network-type': 'vxlan',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user