diff options
| author | Zuul <zuul@review.opendev.org> | 2019-09-10 21:23:52 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-09-10 21:23:52 +0000 |
| commit | 71d805008b36d33730ec75353f4781b0f3dc7eb0 (patch) | |
| tree | 400cface8e3e0e1c1e2938d55037131f2c9e0ac9 /openstackclient | |
| parent | e8a335b233a1973f7b3d049fa41d06b673c0b402 (diff) | |
| parent | a96089ff6d54237a9e058dc1c7e6fc7e25695ecb (diff) | |
| download | python-openstackclient-71d805008b36d33730ec75353f4781b0f3dc7eb0.tar.gz | |
Merge "Default to Cinder v3 API"
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/volume/client.py | 2 |
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 = { |
