mgr/orch: fix interface typo

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
Noah Watkins 2019-01-30 11:28:09 -08:00 committed by Sebastian Wagner
parent 394d3d007e
commit 05cfa6fd6b

View 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.