Change default volume API to v3

Volumes v2 API was deprecated in pike and v3(.0)
 is identical to v2 API.
v3 was introduced in Mitaka

Change-Id: I38613145ae4234956f36184eb62feb8e95647113
(cherry picked from commit 7aa1fc69c31cf66e824875b24da10d1d6a1941e9)
This commit is contained in:
Jonathan Herlin 2021-08-30 11:02:51 +02:00 committed by Adrian Turjak
parent c4bf791a08
commit 95ae807230

View File

@ -32,7 +32,7 @@ DEFAULT_IMAGE_VERSION = "2"
DEFAULT_METERING_VERSION = "2"
DEFAULT_OBJECT_STORAGE_VERSION = "1"
DEFAULT_ORCHESTRATION_VERSION = "1"
DEFAULT_VOLUME_VERSION = "2"
DEFAULT_VOLUME_VERSION = "3"
# Auth session shared by default with all clients
client_auth_session = None