Skip to content

Commit

Permalink
tempest: set catalog type for volume service
Browse files Browse the repository at this point in the history
Required because of https://review.opendev.org/c/openstack/tempest/+/930296

Related to osism/issues#1193

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 17, 2024
1 parent d8104c3 commit 53290d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/tempest/templates/tempest.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 53290d7

Please sign in to comment.