Fixes typos
Change-Id: I712245eff42af651e0b2ec2f6d9b24b4f3d3c43f
This commit is contained in:
parent
e87cd64ea8
commit
6a96ad8ab8
@ -648,7 +648,7 @@ class RouterSharedDriver(router_driver.RouterBaseDriver):
|
||||
subnet = self.plugin.get_subnet(context, info['subnet_id'])
|
||||
network_id = subnet['network_id']
|
||||
# Collect all conflict networks whose cidr are overlapped
|
||||
# with networks attached to the router and conflct routers
|
||||
# with networks attached to the router and conflict routers
|
||||
# which has same network with the router's.
|
||||
conflict_network_ids, conflict_router_ids, _ = (
|
||||
self._get_conflict_network_and_router_ids_by_intf(
|
||||
@ -709,7 +709,7 @@ class RouterSharedDriver(router_driver.RouterBaseDriver):
|
||||
else:
|
||||
info = self._base_add_router_interface(context, router_id,
|
||||
interface_info)
|
||||
# bind and configure routing servie on an availab edge
|
||||
# bind and configure routing service on an available edge
|
||||
self._bind_router_on_available_edge(
|
||||
context, router_id, router_db.admin_state_up)
|
||||
edge_id = edge_utils.get_router_edge_id(context, router_id)
|
||||
|
Loading…
Reference in New Issue
Block a user