From 31ad594a7ac9ad83bef86bca527cc09d2322a4b9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 24 Feb 2020 09:54:45 -0600 Subject: [PATCH] mgr/cephadm: drop mixin parent This was added a while back to let us block on completions, but that code has since been removed. Signed-off-by: Sage Weil --- src/pybind/mgr/cephadm/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 0a5ea3b06690..7cfe2dc8acd2 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -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" -- 2.47.3