]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: Add `HandleCommandResult` namedtuple 25261/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 26 Nov 2018 11:46:05 +0000 (12:46 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Tue, 27 Nov 2018 16:36:04 +0000 (17:36 +0100)
commit4eadada5c6e3d81a203f5f7a19afe1e115efb07c
treedb7845051a64a25d284032e16afce581c040a8d4
parent232a89069beb611c54947925b6d84ffa15936e8b
mgr: Add `HandleCommandResult` namedtuple

Mostly a documentation improvement to make it obvious
what `handle_command` is supposed to return .

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/mgr_module.py
src/pybind/mgr/orchestrator_cli/module.py