From: Paul Cuzner Date: Sun, 24 Jan 2021 21:40:54 +0000 (+1300) Subject: mgr/orchestrator: resolve rebase issue X-Git-Tag: v17.1.0~3032^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7bed9ccf09ee2bf0d799b30525bf064332b1e945;p=ceph.git mgr/orchestrator: resolve rebase issue Signed-off-by: Paul Cuzner --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 6f6a637bc0c..5a82319e389 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -1351,7 +1351,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(),