Add debug message to node lookup
This should help identify the start of the node lookup. Change-Id: I72f0949fee84be5a2b06eab976c5560e252fa63a
This commit is contained in:
parent
c94fb84497
commit
5cc44d251f
@ -159,6 +159,9 @@ class APIClient(object):
|
||||
if node_uuid:
|
||||
params['node_uuid'] = node_uuid
|
||||
|
||||
LOG.debug('Looking up node with addresses %r and UUID %s at %s',
|
||||
params['addresses'], node_uuid, self.api_url)
|
||||
|
||||
try:
|
||||
response = self._request(
|
||||
'GET', self.lookup_api,
|
||||
|
Loading…
x
Reference in New Issue
Block a user