]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator: use result property in Completion classes 24672/head
authorTim Serong <tserong@suse.com>
Fri, 19 Oct 2018 08:25:45 +0000 (19:25 +1100)
committerTim Serong <tserong@suse.com>
Fri, 19 Oct 2018 08:28:04 +0000 (19:28 +1100)
commit76d3f0d537dc35dea065177925fd82ed65f3e564
treee688fafccebffc3fa1def03272aa5af562a1fe26
parent6572cd9ee3dd8e5043da845a3915e4a5c6d50367
mgr/orchestrator: use result property in Completion classes

The _Completion class defined a get_result() method, but the orchestrator
CLI and Rook module both just expected a result property, so let's run with
the property version.

Signed-off-by: Tim Serong <tserong@suse.com>
src/pybind/mgr/orchestrator.py
src/pybind/mgr/rook/module.py