]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: move `name_to_auth_entity` to `get_auth_entity`
authorMichael Fritch <mfritch@suse.com>
Tue, 1 Sep 2020 18:32:04 +0000 (12:32 -0600)
committerNathan Cutler <ncutler@suse.com>
Tue, 6 Oct 2020 09:40:53 +0000 (11:40 +0200)
commit62037c6b8cafd2ee1e305e30f6c525a77863d9f8
tree5d22bd672e1c7b9874e08132b3ae1c2d5e9f8012
parent38818e53791b5866e46e724e4a38ce0523907394
mgr/cephadm: move `name_to_auth_entity` to `get_auth_entity`

refactor the logic for getting the keyring auth entity from the utils
module into the CephadmService class

Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 5e4140944f23f5cf90ee2dab91857f7b6f7a8bfc)
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/services/cephadmservice.py
src/pybind/mgr/cephadm/services/iscsi.py
src/pybind/mgr/cephadm/tests/test_services.py
src/pybind/mgr/cephadm/tests/test_utils.py [deleted file]
src/pybind/mgr/cephadm/utils.py