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:
Ricardo Dias 2018-03-13 10:39:15 +00:00
parent 6432786c11
commit 98e4b331aa
No known key found for this signature in database
GPG Key ID: 74390C579BD37B68
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
overrides:
ssl:
openssl_keys:
root:
client: client.0
key-type: rsa:4096

View File

@ -5,7 +5,7 @@ tasks:
- install:
flavor: notcmalloc
- ceph:
- ssl:
- openssl_keys:
- rgw:
client.0:
valgrind: [--tool=memcheck]