Skip to content

Commit 17f794c

Browse files
author
Steve Martinelli
committed
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
1 parent bd14d07 commit 17f794c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/identity/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
LOG = logging.getLogger(__name__)
2323

24-
DEFAULT_API_VERSION = '2'
24+
DEFAULT_API_VERSION = '3'
2525
API_VERSION_OPTION = 'os_identity_api_version'
2626
API_NAME = 'identity'
2727
API_VERSIONS = {

0 commit comments

Comments
 (0)