nit : missing a "%s" in a log message
Change-Id: I171cc14d7d9b3917dea90cd36dfec7e58afaf626
This commit is contained in:
parent
7249b49f6b
commit
738ac9ef95
@ -316,7 +316,7 @@ class N1kvTrunkingPlugDriver(plug.PluginSidePluggingDriver):
|
||||
except exception_type:
|
||||
resource_ids.remove(item_id)
|
||||
except n_exc.NeutronException as e:
|
||||
LOG.error(_('Failed to delete %(resource_name) %(net_id)s '
|
||||
LOG.error(_('Failed to delete %(resource_name)s %(net_id)s '
|
||||
'for service vm due to %(err)s'),
|
||||
{'resource_name': name, 'net_id': item_id, 'err': e})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user