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:
Takashi Kajinami 2021-07-25 02:04:02 +09:00
parent fcdf286acd
commit 335c11b3e7
1 changed files with 1 additions and 1 deletions

View File

@ -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'