diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2014-07-08 01:44:55 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2014-07-08 01:44:55 -0500 |
| commit | 21bd4619ae61dfe849fea01211e6c45a86df77c5 (patch) | |
| tree | 7f3b9ed8f95b3cf6462f3f1f23a50f4731284ee8 /openstackclient/image | |
| parent | ea938e8ddfa0f5f8832e09d61537f1e81e3121e9 (diff) | |
| download | python-openstackclient-21bd4619ae61dfe849fea01211e6c45a86df77c5.tar.gz | |
Clean up make_client() logging
Change-Id: I0b6760a6401b50e3dfb891af75424ae89df42ebc
Diffstat (limited to 'openstackclient/image')
| -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) |
