summaryrefslogtreecommitdiff
path: root/openstackclient/volume
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2019-08-14 14:35:21 -0500
committerDean Troyer <dtroyer@gmail.com>2019-09-09 09:35:44 -0500
commita96089ff6d54237a9e058dc1c7e6fc7e25695ecb (patch)
treee164cc7b984c9cf1b4bbfed4d4dfe05c1b01e809 /openstackclient/volume
parent9042668da4fc70d85e60c79986ab46b0ec070a86 (diff)
downloadpython-openstackclient-a96089ff6d54237a9e058dc1c7e6fc7e25695ecb.tar.gz
Default to Cinder v3 API
This switches the default Cinder API version to v3 to prepare for v2 going away. Change-Id: Icca1512b715409e3001c0fd2d1ea663d5e71ec02 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'openstackclient/volume')
-rw-r--r--openstackclient/volume/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/volume/client.py b/openstackclient/volume/client.py
index e0e670a9..fdd1794b 100644
--- a/openstackclient/volume/client.py
+++ b/openstackclient/volume/client.py
@@ -22,7 +22,7 @@ from openstackclient.i18n import _
LOG = logging.getLogger(__name__)
-DEFAULT_API_VERSION = '2'
+DEFAULT_API_VERSION = '3'
API_VERSION_OPTION = 'os_volume_api_version'
API_NAME = "volume"
API_VERSIONS = {