]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: Fix RGW spec validation for deprecated rgw cert field
authorRedouane Kachach <rkachach@ibm.com>
Thu, 18 Sep 2025 08:31:14 +0000 (10:31 +0200)
committerRedouane Kachach <rkachach@ibm.com>
Thu, 25 Sep 2025 15:25:26 +0000 (17:25 +0200)
commit521e2a9039cab26f3b264052c8109636569ad61b
treeeef07fd2735ca2c9bca8eb7cb4fff31b4a3e87b4
parenta53f397770dbc6022a803fe11c5e4f5152bbf991
mgr/cephadm: Fix RGW spec validation for deprecated rgw cert field

Starting from Tentacle, the rgw_frontend_ssl_certificate field has been
deprecated in favor of the new ssl_cert and ssl_key fields. Update the
validation logic to run after this field is automatically transformed into
the new fields, ensuring proper validation of RGW specs.

Signed-off-by: Redouane Kachach <rkachach@ibm.com>
src/python-common/ceph/deployment/service_spec.py