Merge "More make_client() logging cleanup"
This commit is contained in:
commit
02cdebb007
@ -36,7 +36,7 @@ def make_client(instance):
|
|||||||
API_NAME,
|
API_NAME,
|
||||||
instance._api_version[API_NAME],
|
instance._api_version[API_NAME],
|
||||||
API_VERSIONS)
|
API_VERSIONS)
|
||||||
LOG.debug('Instantiating identity client: %s' % identity_client)
|
LOG.debug('Instantiating identity client: %s', identity_client)
|
||||||
|
|
||||||
if instance._url:
|
if instance._url:
|
||||||
LOG.debug('Using token auth')
|
LOG.debug('Using token auth')
|
||||||
|
@ -36,7 +36,7 @@ def make_client(instance):
|
|||||||
API_NAME,
|
API_NAME,
|
||||||
instance._api_version[API_NAME],
|
instance._api_version[API_NAME],
|
||||||
API_VERSIONS)
|
API_VERSIONS)
|
||||||
LOG.debug('Instantiating object client: %s' % object_client)
|
LOG.debug('Instantiating object client: %s', object_client)
|
||||||
|
|
||||||
if instance._url:
|
if instance._url:
|
||||||
endpoint = instance._url
|
endpoint = instance._url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user