]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: Unified bits of volumes and orchestrator 25492/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Tue, 11 Dec 2018 14:43:06 +0000 (15:43 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Wed, 9 Jan 2019 11:07:41 +0000 (12:07 +0100)
commit12b903d6ff294233aa4b0d329385594b3788160c
tree59dfbe1bc23f128705df2bb812f873e7f17572cb
parentfa24a0312fc91c7422b130408a6bb21095ace6c3
pybind/mgr: Unified bits of volumes and orchestrator

* Created a common class `OrchestratorClientMixin`
* `s/self._oremote("meth"...),/self.meth(...)/g`

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