From 53290d7cd777793debf7dd8975a1c5b2b7bb77ea Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 17 Dec 2024 09:35:59 +0100 Subject: [PATCH] tempest: set catalog type for volume service Required because of https://review.opendev.org/c/openstack/tempest/+/930296 Related to osism/issues#1193 Signed-off-by: Christian Berendt --- roles/tempest/templates/tempest.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/tempest/templates/tempest.conf.j2 b/roles/tempest/templates/tempest.conf.j2 index 9e1f6a9..ac56580 100644 --- a/roles/tempest/templates/tempest.conf.j2 +++ b/roles/tempest/templates/tempest.conf.j2 @@ -131,6 +131,8 @@ ssh_timeout = {{ tempest_ssh_timeout }} {% if tempest_enable_cinder | bool -%} [volume] +# https://review.opendev.org/c/openstack/tempest/+/930296 +catalog_type = volumev3 build_timeout = {{ tempest_volume_build_timeout }} backend_names = {{ tempest_backend_names | join(',') }} volume_type = {{ tempest_volume_type }}