Skip to content

Commit 3ad2f85

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Change Identity API default version to 3"
2 parents 48e75c7 + 17f794c commit 3ad2f85

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)