Fix outdated cinder api version

Volume v1 API and v2 API were both removed and now only volume v3 API
is available.

Change-Id: I87194f87940bbb89be5efe4bcf23850dedf5d34a
This commit is contained in:
Takashi Kajinami
2024-10-01 11:54:04 +09:00
parent dcfda50d90
commit 28734c01d6

View File

@@ -23,5 +23,4 @@ volumes = volume
# map endpoint type defined in service catalog to CADF typeURI
[service_endpoints]
volume = service/storage/block
volumev2 = service/storage/block
volumev3 = service/storage/block