]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: resolve rebase issue
authorPaul Cuzner <pcuzner@redhat.com>
Sun, 24 Jan 2021 21:40:54 +0000 (10:40 +1300)
committerPaul Cuzner <pcuzner@redhat.com>
Tue, 2 Feb 2021 22:47:49 +0000 (11:47 +1300)
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
src/pybind/mgr/orchestrator/module.py

index 6f6a637bc0c118def6123680af35fe4053eb2f55..5a82319e389d58a5a22a962d1a38c4aa70504413 100644 (file)
@@ -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(),