Set tempurl_digest_hashlib = sha1 in tempest_conf 75/73875/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 6 Mar 2023 10:48:05 +0000 (11:48 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 6 Mar 2023 10:48:19 +0000 (11:48 +0100)
Functest uses Ceph in gate which doesn't support
sha256 as default.

Please see:
 - https://review.opendev.org/c/openstack/tempest/+/832771
 - https://tracker.ceph.com/issues/56564
 - https://github.com/ceph/ceph/pull/47723

Change-Id: I3e98301feca4b68b1f9ebb4a6b20feb505b2dd01
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/smoke-cntt/tempest_conf.yaml
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml

index 9d2f256..adee958 100644 (file)
@@ -90,6 +90,7 @@ object-storage-feature-enabled:
       tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo"
     object_versioning: true
     discoverability: true
+    tempurl_digest_hashlib: sha1
 heat_plugin:
     skip_functional_test_list: EncryptionVolTypeTest
     skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\
index c336559..0aece21 100644 (file)
@@ -90,6 +90,7 @@ object-storage-feature-enabled:
       tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo"
     object_versioning: true
     discoverability: true
+    tempurl_digest_hashlib: sha1
 heat_plugin:
     skip_functional_test_list: EncryptionVolTypeTest
     skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\
index 63e637e..009fc65 100644 (file)
@@ -90,6 +90,7 @@ object-storage-feature-enabled:
       tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo"
     object_versioning: true
     discoverability: true
+    tempurl_digest_hashlib: sha1
 heat_plugin:
     skip_functional_test_list: EncryptionVolTypeTest
     skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\