Merge "Fix logging call in the segment plugin"
This commit is contained in:
commit
905473f003
@ -553,7 +553,7 @@ class SegmentHostRoutes(object):
|
|||||||
if self._host_routes_need_update(host_routes, calc_host_routes):
|
if self._host_routes_need_update(host_routes, calc_host_routes):
|
||||||
LOG.debug(
|
LOG.debug(
|
||||||
"Updating host routes for subnet %s on routed network %s",
|
"Updating host routes for subnet %s on routed network %s",
|
||||||
(subnet.id, subnet.network_id))
|
subnet.id, subnet.network_id)
|
||||||
plugin = directory.get_plugin()
|
plugin = directory.get_plugin()
|
||||||
plugin.update_subnet(context, subnet.id,
|
plugin.update_subnet(context, subnet.id,
|
||||||
{'subnet': {
|
{'subnet': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user