]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: drop mixin parent 33514/head
authorSage Weil <sage@redhat.com>
Mon, 24 Feb 2020 15:54:45 +0000 (09:54 -0600)
committerSage Weil <sage@redhat.com>
Mon, 24 Feb 2020 15:54:45 +0000 (09:54 -0600)
This was added a while back to let us block on completions, but that
code has since been removed.

Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/cephadm/module.py

index 0a5ea3b066906dbb578e5b580cfbc4988f2acc82..7cfe2dc8acd25d81cf2b651631dee4621b4aa1e6 100644 (file)
@@ -421,7 +421,7 @@ def trivial_result(val):
 
 
 @six.add_metaclass(CLICommandMeta)
-class CephadmOrchestrator(MgrModule, orchestrator.OrchestratorClientMixin):
+class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule):
 
     _STORE_HOST_PREFIX = "host"