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:
parent
c4bf791a08
commit
95ae807230
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user