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
This commit is contained in:
Jonathan Herlin 2021-08-30 11:02:51 +02:00
parent d9045e4b10
commit 7aa1fc69c3
1 changed files with 1 additions and 1 deletions

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