]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephadm: make get_daemon_args private
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 19 Oct 2023 20:25:17 +0000 (16:25 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 4 Nov 2023 18:53:06 +0000 (14:53 -0400)
commit3bb4545d6b304bd2ee622c3778fc94280a519a0e
treea820d495365e66bc4d3d6e03162b20de771c508a
parentbf35bf769bbf36cfe8e3c08b062a043249ad2f2b
cephadm: make get_daemon_args private

The get_daemon_args function now only has one caller. To double check
that and to prepare for this function's eventual removal we prefix the
name with an underscore to take it private.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadm.py
src/cephadm/tests/test_cephadm.py