diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-02 18:29:08 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-02 18:29:08 +0000 |
| commit | 19ca396508510a3918c6b2e9688dba7d3731801f (patch) | |
| tree | ee5f3f0a01450b7ee0ff09de77b09ff6088e2b64 /openstackclient | |
| parent | 5ec4290e27d7b79323ca1391327b7c5eda08cd71 (diff) | |
| parent | 4bce7167338908b082eb8ea946adcd60109e0907 (diff) | |
| download | python-openstackclient-19ca396508510a3918c6b2e9688dba7d3731801f.tar.gz | |
Merge "Using v2 as the default version of Glance"
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/image/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/image/client.py b/openstackclient/image/client.py index 1be6c765..b67c291f 100644 --- a/openstackclient/image/client.py +++ b/openstackclient/image/client.py @@ -22,7 +22,7 @@ from openstackclient.i18n import _ LOG = logging.getLogger(__name__) -DEFAULT_API_VERSION = '1' +DEFAULT_API_VERSION = '2' API_VERSION_OPTION = 'os_image_api_version' API_NAME = "image" API_VERSIONS = { |
