Merge "Change Identity API default version to 3"

This commit is contained in:
Jenkins 2015-10-21 02:58:27 +00:00 committed by Gerrit Code Review
commit 3ad2f85614

View File

@ -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 = {