From: Ernesto Puerta Date: Mon, 11 Feb 2019 11:50:43 +0000 (+0100) Subject: doc: mgr/orch: Fix remote_host doc reference X-Git-Tag: v14.1.0~166^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ec949ab71d53f8fa8dd773d384f24758709a27a6;p=ceph.git doc: mgr/orch: Fix remote_host doc reference The type fix in the remote_host to remove_host has caused a Ceph docs build failure. Introduced-By: 05cfa6f Fixes: http://tracker.ceph.com/issues/38254 Signed-off-by: Ernesto Puerta --- diff --git a/doc/mgr/orchestrator_modules.rst b/doc/mgr/orchestrator_modules.rst index 138ff40ad6bd4..5955b31ff5ec5 100644 --- a/doc/mgr/orchestrator_modules.rst +++ b/doc/mgr/orchestrator_modules.rst @@ -164,7 +164,7 @@ Host management --------------- .. automethod:: Orchestrator.add_host -.. automethod:: Orchestrator.remote_host +.. automethod:: Orchestrator.remove_host .. automethod:: Orchestrator.get_hosts Inventory and status