From: Paul Cuzner Date: Sun, 24 Jan 2021 21:40:54 +0000 (+1300) Subject: mgr/orchestrator: resolve rebase issue X-Git-Tag: v16.2.0~178^2~61 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4aa47005a09fbb590b463c50dd34b3eb4f8cda46;p=ceph.git mgr/orchestrator: resolve rebase issue Signed-off-by: Paul Cuzner (cherry picked from commit 7bed9ccf09ee2bf0d799b30525bf064332b1e945) --- 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(),