]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orch: fix interface typo
authorNoah Watkins <noahwatkins@gmail.com>
Wed, 30 Jan 2019 19:28:09 +0000 (11:28 -0800)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 7 Feb 2019 09:51:54 +0000 (10:51 +0100)
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/pybind/mgr/orchestrator.py

index e4825a84c274886f2dc83c085f1159c592efc680..e440d9a71214f22adde67eb1447fdfcfe03c442e 100644 (file)
@@ -197,7 +197,7 @@ class Orchestrator(object):
         """
         raise NotImplementedError()
 
-    def remote_host(self, host):
+    def remove_host(self, host):
         # type: (str) -> WriteCompletion
         """
         Remove a host from the orchestrator inventory.