summaryrefslogtreecommitdiff
path: root/openstackclient/image/client.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-07-08 15:48:28 +0000
committerGerrit Code Review <review@openstack.org>2014-07-08 15:48:28 +0000
commit69138c791218e973ca0c97847f8b01a8e24cbdcf (patch)
treef212d95509548137004c163f7b4b4d02ce43b8f8 /openstackclient/image/client.py
parentab5416a385f3597c2a63b5518f20dce7de75efc4 (diff)
parent21bd4619ae61dfe849fea01211e6c45a86df77c5 (diff)
downloadpython-openstackclient-69138c791218e973ca0c97847f8b01a8e24cbdcf.tar.gz
Merge "Clean up make_client() logging"
Diffstat (limited to 'openstackclient/image/client.py')
-rw-r--r--openstackclient/image/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/image/client.py b/openstackclient/image/client.py
index ba48a0e9..a23d349e 100644
--- a/openstackclient/image/client.py
+++ b/openstackclient/image/client.py
@@ -38,6 +38,7 @@ def make_client(instance):
API_NAME,
instance._api_version[API_NAME],
API_VERSIONS)
+ LOG.debug('Instantiating image client: %s', image_client)
if not instance._url:
instance._url = instance.get_endpoint_for_service_type(API_NAME)