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: I4b4c08d65e642866d81d7fd12a7c82162a0b979e
This commit is contained in:
Takashi Kajinami 2021-07-27 11:00:06 +09:00
parent f431295d81
commit 273c41574a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
import os
import time
from cinderclient.v2 import client as cinderclient
from cinderclient.v3 import client as cinderclient
import fixtures
from glanceclient import client as glanceclient
from keystoneauth1.exceptions import discovery as discovery_exc