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=245dc3b8ad1017faf00aebd5a2bce5c88554b2cf;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 911e5564092..5631b95c600 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