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: Ib66b754f4a0854a0d62d62047a69b04a24434634
This commit is contained in:
Takashi Kajinami 2021-07-27 10:49:29 +09:00
parent d8cc88284b
commit 27f3f8f245
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# under the License.
from barbicanclient.v1 import client as barbicanclient
from cinderclient.v2 import client as cinder_client
from cinderclient.v3 import client as cinder_client
from glanceclient import client as glanceclient
from heatclient import client as heatclient
from keystoneauth1.exceptions import catalog