]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/orch: from_strings -> from_string; do not accept a list
authorSage Weil <sage@redhat.com>
Thu, 5 Mar 2020 15:18:50 +0000 (09:18 -0600)
committerSage Weil <sage@redhat.com>
Sat, 7 Mar 2020 12:42:07 +0000 (06:42 -0600)
commitd3ba225f2abf8035d13d86e802c96af8b4204b1e
treedc13a51e00b96df5e012a3ab826a4603a4fadd5e
parentdee0634a1dd1f6f726c939748a5e7a4f5443c883
mgr/orch: from_strings -> from_string; do not accept a list

Normalize all callers to pass a single string.

Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/cephadm/tests/test_scheduling.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py
src/pybind/mgr/tests/test_orchestrator.py
src/pybind/mgr/volumes/fs/fs_util.py