From 4aa47005a09fbb590b463c50dd34b3eb4f8cda46 Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Mon, 25 Jan 2021 10:40:54 +1300 Subject: [PATCH] mgr/orchestrator: resolve rebase issue Signed-off-by: Paul Cuzner (cherry picked from commit 7bed9ccf09ee2bf0d799b30525bf064332b1e945) --- src/pybind/mgr/orchestrator/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index fbc1e083542c..4b159845657d 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -1353,7 +1353,7 @@ Usage: if o is None: raise NoOrchestrator() - avail, why = self.available() + avail, msg = self.available() result: Dict[str, Any] = { "backend": o, "paused": self.is_paused(), -- 2.47.3