diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-10-21 02:58:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-10-21 02:58:27 +0000 |
| commit | 3ad2f856146897ac544b74b3a119e1808e781905 (patch) | |
| tree | 4d8ae5261f053113edf5da781135d79c93e3675b /openstackclient | |
| parent | 48e75c73ed4fbf49c09de63644ddfe404cd41155 (diff) | |
| parent | 17f794ca08ab7b74a73667d82e375b3c01adca1d (diff) | |
| download | python-openstackclient-3ad2f856146897ac544b74b3a119e1808e781905.tar.gz | |
Merge "Change Identity API default version to 3"
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/identity/client.py | 2 |
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 = { |
