diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2013-11-25 14:46:52 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2013-11-25 14:46:57 -0600 |
| commit | 935781fdf961d0501b7400acbe4c86bdd9f284f2 (patch) | |
| tree | a90c914e6f3a4f82d5d007892f30356d1c4b4dec /openstackclient/object/client.py | |
| parent | 9062811d10f2ab660ce38f9bd20be9c52daa9479 (diff) | |
| download | python-openstackclient-935781fdf961d0501b7400acbe4c86bdd9f284f2.tar.gz | |
Restore Object API name 'object-store'
It's used in the service catalog, doh!
Change-Id: If8f6db49c84756fd8e58cc68910160da4cd99b5d
Diffstat (limited to 'openstackclient/object/client.py')
| -rw-r--r-- | openstackclient/object/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/object/client.py b/openstackclient/object/client.py index 1a5363b1..273bea6e 100644 --- a/openstackclient/object/client.py +++ b/openstackclient/object/client.py @@ -23,7 +23,7 @@ LOG = logging.getLogger(__name__) DEFAULT_OBJECT_API_VERSION = '1' API_VERSION_OPTION = 'os_object_api_version' -API_NAME = 'object' +API_NAME = 'object-store' API_VERSIONS = { '1': 'openstackclient.object.client.ObjectClientv1', } |
