Use Block Storage API v3 instead of API v2
Block Storage API v2 was deprecated during Pike cycle and is being removed during Xena cycle, and current v3 API should be used instead. Change-Id: Ic15f4aff72661ae5a50dbb14840ba0277a578173
This commit is contained in:
parent
fcdf286acd
commit
335c11b3e7
@ -62,7 +62,7 @@ class ClientManager(object):
|
||||
calling various OpenStack APIs.
|
||||
"""
|
||||
|
||||
CINDERCLIENT_VERSION = '2'
|
||||
CINDERCLIENT_VERSION = '3'
|
||||
HEATCLIENT_VERSION = '1'
|
||||
NOVA_API_VERSION = '2.1'
|
||||
GNOCCHI_VERSION = '1'
|
||||
|
Loading…
Reference in New Issue
Block a user