summaryrefslogtreecommitdiff
path: root/openstackclient/object/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/object/client.py')
-rw-r--r--openstackclient/object/client.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/openstackclient/object/client.py b/openstackclient/object/client.py
index 887aa85b..1ac905c3 100644
--- a/openstackclient/object/client.py
+++ b/openstackclient/object/client.py
@@ -33,12 +33,6 @@ API_VERSIONS = {
def make_client(instance):
"""Returns an object-store API client."""
- object_client = utils.get_client_class(
- API_NAME,
- instance._api_version[API_NAME],
- API_VERSIONS)
- LOG.debug('Instantiating object client: %s', object_client)
-
if instance._url:
endpoint = instance._url
else: