summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-09-03 13:52:44 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-10-09 05:25:19 +0000
commit17f794ca08ab7b74a73667d82e375b3c01adca1d (patch)
tree9c010fc4bb9dde457e500c2a73f55ca8c788a794 /openstackclient
parentbd14d078098eb2055c0dae784de892b0b1346ed5 (diff)
downloadpython-openstackclient-17f794ca08ab7b74a73667d82e375b3c01adca1d.tar.gz
Change Identity API default version to 3
Devstack now issues all v3 OSC commands for our CI, and since v3 has everything v2 has, we should be able to switch to v3. Furthermore, most OSC users were initially using OSC since they were looking to exploit v3 keystone capabilities. Change-Id: If7de86946f6dd0f148aa5f526155cccf90adfcc3
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/identity/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/client.py b/openstackclient/identity/client.py
index b8bb33f4..bd882ce8 100644
--- a/openstackclient/identity/client.py
+++ b/openstackclient/identity/client.py
@@ -21,7 +21,7 @@ from openstackclient.common import utils
LOG = logging.getLogger(__name__)
-DEFAULT_API_VERSION = '2'
+DEFAULT_API_VERSION = '3'
API_VERSION_OPTION = 'os_identity_api_version'
API_NAME = 'identity'
API_VERSIONS = {