Fix logging call in the segment plugin
Arguments should be separate, not a tuple, else we'll get a traceback. Change-Id: I142fa1119c15076708a64991adfe30cb8ce38ea3 Closes-bug: #1865098
This commit is contained in:
parent
4d5817003c
commit
b46dbce219
@ -553,7 +553,7 @@ class SegmentHostRoutes(object):
|
||||
if self._host_routes_need_update(host_routes, calc_host_routes):
|
||||
LOG.debug(
|
||||
"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.update_subnet(context, subnet.id,
|
||||
{'subnet': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user