diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-07-08 15:48:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-07-08 15:48:28 +0000 |
| commit | 69138c791218e973ca0c97847f8b01a8e24cbdcf (patch) | |
| tree | f212d95509548137004c163f7b4b4d02ce43b8f8 /openstackclient/image/client.py | |
| parent | ab5416a385f3597c2a63b5518f20dce7de75efc4 (diff) | |
| parent | 21bd4619ae61dfe849fea01211e6c45a86df77c5 (diff) | |
| download | python-openstackclient-69138c791218e973ca0c97847f8b01a8e24cbdcf.tar.gz | |
Merge "Clean up make_client() logging"
Diffstat (limited to 'openstackclient/image/client.py')
| -rw-r--r-- | openstackclient/image/client.py | 1 |
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) |
