Use Volume v3 API

... because Volume v2 API was deprecated during Pike and it is being
removed during Xena.

Change-Id: Ic15f4aff72661ae5a50dbb14840ba0277a578173
This commit is contained in:
Takashi Kajinami 2021-07-25 02:04:02 +09:00
parent 5c548478b5
commit ca6fdad1b3
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'