mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "More make_client() logging cleanup"
This commit is contained in:
commit
02cdebb007
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ def make_client(instance):
|
|||
API_NAME,
|
||||
instance._api_version[API_NAME],
|
||||
API_VERSIONS)
|
||||
LOG.debug('Instantiating identity client: %s' % identity_client)
|
||||
LOG.debug('Instantiating identity client: %s', identity_client)
|
||||
|
||||
if instance._url:
|
||||
LOG.debug('Using token auth')
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ def make_client(instance):
|
|||
API_NAME,
|
||||
instance._api_version[API_NAME],
|
||||
API_VERSIONS)
|
||||
LOG.debug('Instantiating object client: %s' % object_client)
|
||||
LOG.debug('Instantiating object client: %s', object_client)
|
||||
|
||||
if instance._url:
|
||||
endpoint = instance._url
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue