diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-06 11:48:05 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-06 11:50:12 +0100 |
commit | 8363d257b7196a6c85395ad54b21054bc60c989d (patch) | |
tree | bd8bae49b1121352a18ea6aa629d1bb54011abd9 /docker | |
parent | cdc687472ccb5c98fdfca5a52a0dfc7e57226aa8 (diff) |
Set tempurl_digest_hashlib = sha1 in tempest_conf
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>
(cherry picked from commit 507cdbae45849f6ef1512ea8f51db9f7a328b318)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 9d2f2568a..adee9580d 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -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,\ |