From fe7af134df0a37ca80210509f4b67cda957e6dda Mon Sep 17 00:00:00 2001 From: Jack Hodgkiss Date: Tue, 18 Feb 2025 22:06:23 +0000 Subject: [PATCH] fix: use `volumev3` as `catalog_type` Due to the recent changes in the tempest configuration, the `catalog_type` for the volume service has been changed to `block-storage` [1]. Kolla Ansible uses `volumev3` as the catalog type. [1]: https://opendev.org/openstack/tempest/commit/1a744c8042d3c5c5ad153ef1e645975428ba0dfe --- .automation.conf/tempest/tempest-ci-aio.overrides.conf | 3 ++- .automation.conf/tempest/tempest-ci-multinode.overrides.conf | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.automation.conf/tempest/tempest-ci-aio.overrides.conf b/.automation.conf/tempest/tempest-ci-aio.overrides.conf index f40d52d53..16a1b891d 100644 --- a/.automation.conf/tempest/tempest-ci-aio.overrides.conf +++ b/.automation.conf/tempest/tempest-ci-aio.overrides.conf @@ -1 +1,2 @@ -# Blank file +[volume] +catalog_type = volumev3 diff --git a/.automation.conf/tempest/tempest-ci-multinode.overrides.conf b/.automation.conf/tempest/tempest-ci-multinode.overrides.conf index 36b6db753..12cb9f692 100644 --- a/.automation.conf/tempest/tempest-ci-multinode.overrides.conf +++ b/.automation.conf/tempest/tempest-ci-multinode.overrides.conf @@ -23,6 +23,7 @@ volume_backed_live_migration = true console_output = true [volume] +catalog_type = volumev3 storage_protocol = ceph build_timeout = 600 min_microversion = 3.0