Switch volume catalog_type to block-storage

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/942775
Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/942783
Change-Id: I374856552c0b2d3fb2f49cb16b737c175585356d
This commit is contained in:
Dmitriy Rabotyagov 2025-03-25 16:48:55 +01:00
parent 793395ae18
commit 5f182701d4

View File

@ -33,7 +33,7 @@ trove_volume_support = {{ trove_cinder_enabled }}
max_accepted_volume_size = 100
max_volumes_per_tenant = 1000
cinder_endpoint_type = {{ trove_service_cinder_endpoint_type }}
cinder_service_type = volumev3
cinder_service_type = block-storage
# Trove DNS
trove_dns_support = {{ trove_designate_enabled | bool }}