Set volume catalog type to volumev3

The cinder v1 API was removed in the queens release. The default
registered catalog type for the latest supported API is volumev3 and
should be used when performing tests against cinder.

Change-Id: Ia181d44ae6c307e5529fce763f700b51990ca5fa
This commit is contained in:
Jimmy McCrory 2018-03-27 12:04:06 -07:00
parent c30a3f0e26
commit 12b0e2d125
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ floating_ip_range = 10.0.0.0/29
[volume]
endpoint_type = internalURL
catalog_type = volumev3
# NOTE: These backends are only tested when multi_backend is enabled
backend_names = {{ tempest_volume_backend_names | join(',') }}