From 9fd9e140abb2a9bcebbcf85d2863585afc770b0f Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Thu, 10 Mar 2016 14:08:34 +1300 Subject: [PATCH] Use v2 as the default cli version Change-Id: I341006084b2d2ffb8200deca1432e2217cc84290 --- zaqarclient/queues/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaqarclient/queues/cli.py b/zaqarclient/queues/cli.py index 87273f6b..68660e19 100644 --- a/zaqarclient/queues/cli.py +++ b/zaqarclient/queues/cli.py @@ -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 = {