diff --git a/cinderclient/shell.py b/cinderclient/shell.py index a33c8d8..3b395f0 100644 --- a/cinderclient/shell.py +++ b/cinderclient/shell.py @@ -52,7 +52,7 @@ import six.moves.urllib.parse as urlparse osprofiler_profiler = importutils.try_import("osprofiler.profiler") -DEFAULT_OS_VOLUME_API_VERSION = "1" +DEFAULT_OS_VOLUME_API_VERSION = "2" DEFAULT_CINDER_ENDPOINT_TYPE = 'publicURL' DEFAULT_CINDER_SERVICE_TYPE = 'volume' diff --git a/cinderclient/tests/unit/test_auth_plugins.py b/cinderclient/tests/unit/test_auth_plugins.py index a169814..7eabe1d 100644 --- a/cinderclient/tests/unit/test_auth_plugins.py +++ b/cinderclient/tests/unit/test_auth_plugins.py @@ -53,6 +53,17 @@ def mock_http_request(resp=None): }, ], }, + { + "type": "volumev2", + "endpoints": [ + { + "region": "RegionOne", + "adminURL": "http://localhost:8774/v2", + "internalURL": "http://localhost:8774/v2", + "publicURL": "http://localhost:8774/v2/", + }, + ], + }, ], }, }