]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/ceph_daemon: do not handle get_command_descriptions in admin_socket()
authorKefu Chai <kchai@redhat.com>
Sat, 5 Jun 2021 03:38:17 +0000 (11:38 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 5 Jun 2021 03:38:18 +0000 (11:38 +0800)
commit2d0d87dc9be5dc5bc5311c56a4858e8877c9b593
tree0d8e47d30c9055e5345caa5d2037d9230adca699
parent9370ac9fa8b342811999bad11a852961eebeae19
pybind/ceph_daemon: do not handle get_command_descriptions in admin_socket()

we never pass a single string to admin_socket() as its 2nd parameter.
instead, we always pass a list of string. so no need to handle it as a
special case.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/ceph_daemon.py