Skip to content

Commit fe7af13

Browse files
committed
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
1 parent 9f0d85a commit fe7af13

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# Blank file
1+
[volume]
2+
catalog_type = volumev3

.automation.conf/tempest/tempest-ci-multinode.overrides.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ volume_backed_live_migration = true
2323
console_output = true
2424

2525
[volume]
26+
catalog_type = volumev3
2627
storage_protocol = ceph
2728
build_timeout = 600
2829
min_microversion = 3.0

0 commit comments

Comments
 (0)