From: Patrick Donnelly Date: Tue, 3 Jun 2025 15:26:04 +0000 (-0400) Subject: common: remove dead option X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=74a2c3cf3119b5796de826056e3ab3598cc14d1e;p=ceph-ci.git common: remove dead option Signed-off-by: Patrick Donnelly (cherry picked from commit af409f19c9104301feb7e4620138f9de46434cc8) --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 7adfbbb8102..660c31252d9 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -2172,16 +2172,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