From e6345da838c1168b6e7018ade67c7108c05c1472 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 5 Oct 2024 16:22:25 +0900 Subject: [PATCH] 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 --- manifests/tempest.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/tempest.pp b/manifests/tempest.pp index d7a0506b7..e53d6a1b7 100644 --- a/manifests/tempest.pp +++ b/manifests/tempest.pp @@ -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,