]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: rename ceph_admin_key -> client_key in _calc_client_files
authorAdam King <adking@redhat.com>
Thu, 4 Apr 2024 16:28:45 +0000 (12:28 -0400)
committerAdam King <adking@redhat.com>
Tue, 23 Jul 2024 16:04:38 +0000 (12:04 -0400)
commitdcb0f3ed6adae19fd4f6e7be13bee45ba5c21162
tree19f3b7c469ecb682f9a95c696497bd77278fd03f
parentbc3f96b4d8985987fafad1495e023562ad9e61c1
mgr/cephadm: rename ceph_admin_key -> client_key in _calc_client_files

I think this variable name is misleading, as we use this same
logic for all client-keyrings that can be setup, not just
the client.admin keyring

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 9e2327f0c5f0c103e2db8c7d86ceddd177179df9)
src/pybind/mgr/cephadm/serve.py