From ec949ab71d53f8fa8dd773d384f24758709a27a6 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Mon, 11 Feb 2019 12:50:43 +0100 Subject: [PATCH] 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 --- doc/mgr/orchestrator_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mgr/orchestrator_modules.rst b/doc/mgr/orchestrator_modules.rst index 138ff40ad6b..5955b31ff5e 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