mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
mgr/orch: fix interface typo
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
394d3d007e
commit
05cfa6fd6b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user