Add ssl spec parameter to ceph_spec module

When tls-e is enabled, we need to make sure that the ssl keyword is
passed to the rgw spec.
However, we need the ceph_spec library to support the 'ssl' keyword
from the provided config dictionary, otherwise it will be rejected.

Change-Id: I3afa2f84a4b6204275ef66a3a5afd70add058f55
This commit is contained in:
Francesco Pantano 2022-06-21 13:18:08 +02:00
parent c9e14877d6
commit 78c1221199
No known key found for this signature in database
GPG Key ID: 0458D4D1F41BD75C

View File

@ -42,7 +42,8 @@ ALLOWED_SPEC_KEYS = {
'rgw_realm',
'rgw_zone',
'rgw_ip_address',
'rgw_frontend_ssl_certificate'
'rgw_frontend_ssl_certificate',
'ssl'
],
'nfs': [
'namespace',