From a89c67c04a856f789377c643d49ead18ddc6a5fc Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Mon, 2 Jun 2025 19:10:49 +0000 Subject: [PATCH] Enable Hash calculation for new location API Disabled it for glance-multistore-cinder-import job as it does not configures http store. Depends-On: https://review.opendev.org/c/openstack/tempest/+/951592 Change-Id: I5a860d31471d4b7ffe11076dbe2dbd57deb83338 --- .zuul.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 219b78bc27..586b2c057e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -246,6 +246,9 @@ "$TEMPEST_CONFIG": image: image_caching_enabled: True + image-feature-enabled: + do_secure_hash: True + http_store_enabled: True - job: name: glance-centralized-cache @@ -301,6 +304,11 @@ # Glance RBAC new defaults are tested by default so we need to test # old defaults in some job. GLANCE_ENFORCE_SCOPE: false + devstack_local_conf: + test-config: + "$TEMPEST_CONFIG": + image-feature-enabled: + http_store_enabled: False - job: name: glance-s3-multistore @@ -336,6 +344,11 @@ filesystem_store_datadir: /opt/stack/data/glance/os_glance_staging_store/ os_glance_tasks_store: filesystem_store_datadir: /opt/stack/data/glance/os_glance_tasks_store/ + test-config: + "$TEMPEST_CONFIG": + image-feature-enabled: + http_store_enabled: True + do_secure_hash: True - job: name: glance-multistore-cinder-import-fips