Corrects error in ml2 rpc log message formatting
Change-Id: Ic6f445408ef83c2aa0376c94f395363503412814
This commit is contained in:
parent
aacd1c3d20
commit
9951318dd5
@ -100,7 +100,7 @@ class RpcCallbacks(dhcp_rpc_base.DhcpRpcCallbackMixin,
|
|||||||
segments = db.get_network_segments(session, port.network_id)
|
segments = db.get_network_segments(session, port.network_id)
|
||||||
if not segments:
|
if not segments:
|
||||||
LOG.warning(_("Device %(device)s requested by agent "
|
LOG.warning(_("Device %(device)s requested by agent "
|
||||||
"%(agent_id)s has network %(network_id) with "
|
"%(agent_id)s has network %(network_id)s with "
|
||||||
"no segments"),
|
"no segments"),
|
||||||
{'device': device,
|
{'device': device,
|
||||||
'agent_id': agent_id,
|
'agent_id': agent_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user