summaryrefslogtreecommitdiff
path: root/openstackclient/object
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-08 22:18:50 +0000
committerGerrit Code Review <review@openstack.org>2014-10-08 22:18:50 +0000
commitd405b1b12d216e77b0e8341a8a81668cbb6a2429 (patch)
treea7e65dc058f16a3f209e3b7c12bc54f0b8d52e2c /openstackclient/object
parent35b0bbd7623df0ba47806f2bba446bd32c5c7791 (diff)
parent388bbbac2ce6bf9baf2f9ceb6102b0b1f7072264 (diff)
downloadpython-openstackclient-d405b1b12d216e77b0e8341a8a81668cbb6a2429.tar.gz
Merge "Fix issues with object related commands"
Diffstat (limited to 'openstackclient/object')
-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: