From: Patrick Donnelly Date: Tue, 3 Jun 2025 15:26:04 +0000 (-0400) Subject: common: remove dead option X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5dbbb8681b50806c71151f90dbe70ef899930cb3;p=ceph-ci.git common: remove dead option Signed-off-by: Patrick Donnelly --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 31198d183dc..a5b9f368dc9 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -2180,16 +2180,6 @@ options: with_legacy: false flags: - runtime -- name: auth_cipher_allow - type: str - level: advanced - desc: cipher types that are allowed to be used for authentication - fmt_desc: This list of cipher types determines which ciphers are - allowed to be used for the clients and services to establish - a connection to the cluster via the cephx autentication protocol. - Valid options are ``aes` or ``aes256k``. - default: aes, aes256k - with_legacy: true # what clients require of daemons - name: auth_client_required type: str