Skip to content

Commit

Permalink
Set tempurl_digest_hashlib = sha1 in tempest_conf
Browse files Browse the repository at this point in the history
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
 - ceph/ceph#47723

Change-Id: I3e98301feca4b68b1f9ebb4a6b20feb505b2dd01
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 507cdba)
  • Loading branch information
collivier committed Mar 6, 2023
1 parent cdc6874 commit 8363d25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/smoke-cntt/tempest_conf.yaml
Expand Up @@ -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,\
Expand Down
Expand Up @@ -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,\
Expand Down
Expand Up @@ -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,\
Expand Down

0 comments on commit 8363d25

Please sign in to comment.