mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
qa/rgw: renamed ssl task to openssl_keys
The ssl task located in a python file called `ssl.py` will generate python module loading conflicts with the `ssl` system module, when running QA tests using vstart_runner.py. Signed-off-by: Ricardo Dias <rdias@suse.com>
This commit is contained in:
parent
6432786c11
commit
98e4b331aa
@ -1,5 +1,5 @@
|
||||
overrides:
|
||||
ssl:
|
||||
openssl_keys:
|
||||
root:
|
||||
client: client.0
|
||||
key-type: rsa:4096
|
||||
|
@ -5,7 +5,7 @@ tasks:
|
||||
- install:
|
||||
flavor: notcmalloc
|
||||
- ceph:
|
||||
- ssl:
|
||||
- openssl_keys:
|
||||
- rgw:
|
||||
client.0:
|
||||
valgrind: [--tool=memcheck]
|
||||
|
Loading…
Reference in New Issue
Block a user