Correct the typo %{edge_id)s
Use %(edge_id)s instead of %{edge_id)s. Change-Id: Id8376ff8ec50e3022f9aca9b8954d8044d849f64
This commit is contained in:
parent
2f2d58d6d1
commit
fe74789712
@ -287,7 +287,7 @@ class EdgeApplianceDriver(object):
|
||||
except exceptions.ResourceNotFound:
|
||||
pass
|
||||
except exceptions.VcnsApiException as e:
|
||||
msg = _("VCNS: Failed to delete %{edge_id)s:\n"
|
||||
msg = _("VCNS: Failed to delete %(edge_id)s:\n"
|
||||
"%(response)s") % {
|
||||
'edge_id': edge_id, 'response': e.response}
|
||||
LOG.exception(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user