NSX|V fix IPAM driver log message format
Change-Id: I6064e78b1b970b853b8030dab8e9ba5b2d7fefda
This commit is contained in:
parent
0bf70acc43
commit
1735b290b2
@ -297,8 +297,8 @@ class NsxvIpamSubnet(ipam_base.Subnet, NsxvIpamBase):
|
|||||||
try:
|
try:
|
||||||
self._vcns.release_ipam_ip_to_pool(self._nsx_pool_id, address)
|
self._vcns.release_ipam_ip_to_pool(self._nsx_pool_id, address)
|
||||||
except vc_exc.VcnsApiException as e:
|
except vc_exc.VcnsApiException as e:
|
||||||
LOG.error(_LE("NSX IPAM failed to free ip %(ip)s of subnet %(id):"
|
LOG.error(_LE("NSX IPAM failed to free ip %(ip)s of subnet %(id)s:"
|
||||||
" %(e)S"),
|
" %(e)s"),
|
||||||
{'e': e.response,
|
{'e': e.response,
|
||||||
'ip': address,
|
'ip': address,
|
||||||
'id': self._subnet_id})
|
'id': self._subnet_id})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user