summaryrefslogtreecommitdiff
path: root/cinderclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/shell.py')
-rw-r--r--cinderclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/shell.py b/cinderclient/shell.py
index d967f76..3205783 100644
--- a/cinderclient/shell.py
+++ b/cinderclient/shell.py
@@ -51,7 +51,7 @@ from cinderclient import _i18n
# Enable i18n lazy translation
_i18n.enable_lazy()
-DEFAULT_MAJOR_OS_VOLUME_API_VERSION = "2"
+DEFAULT_MAJOR_OS_VOLUME_API_VERSION = "3"
DEFAULT_CINDER_ENDPOINT_TYPE = 'publicURL'
V1_SHELL = 'cinderclient.v1.shell'
V2_SHELL = 'cinderclient.v2.shell'