Merge "Use v2 as the default cli version"

This commit is contained in:
Jenkins 2016-03-22 22:02:23 +00:00 committed by Gerrit Code Review
commit dd3af48173

View File

@ -19,7 +19,7 @@ from openstackclient.common import utils
LOG = logging.getLogger(__name__)
DEFAULT_QUEUES_API_VERSION = '1.1'
DEFAULT_QUEUES_API_VERSION = '2'
API_VERSION_OPTION = 'os_queues_api_version'
API_NAME = "messaging"
API_VERSIONS = {