Use v2 as the default cli version

Change-Id: I341006084b2d2ffb8200deca1432e2217cc84290
This commit is contained in:
Fei Long Wang
2016-03-10 14:08:34 +13:00
parent 3152321c7a
commit 9fd9e140ab

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