Hard-code service type for cinder

Tempest recently changed the default [volume] catalog_type to use
official name[1]. Hard-code the old value until we establish
the solution to adopt to the change.

[1] https://review.opendev.org/c/openstack/tempest/+/930296

Change-Id: I0ee92d93e065b829faa5871e5a4d92794c9b3f8e
This commit is contained in:
Takashi Kajinami 2024-10-05 16:22:25 +09:00
parent c1a8ef844e
commit e6345da838

View File

@ -330,6 +330,7 @@ class openstack_integration::tempest (
vitrage_available => $vitrage,
gnocchi_available => $gnocchi,
watcher_available => $watcher,
volume_catalog_type => 'volumev3',
public_network_name => 'public',
neutron_api_extensions => join(any2array($neutron_api_extensions_real), ','),
dashboard_url => $dashboard_url,