summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/test_orchestrator/module.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/mgr/test_orchestrator/module.py')
-rw-r--r--src/pybind/mgr/test_orchestrator/module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/mgr/test_orchestrator/module.py b/src/pybind/mgr/test_orchestrator/module.py
index d89c23bf1..a0721250c 100644
--- a/src/pybind/mgr/test_orchestrator/module.py
+++ b/src/pybind/mgr/test_orchestrator/module.py
@@ -284,7 +284,7 @@ class TestOrchestrator(MgrModule, orchestrator.Orchestrator):
return ''
@handle_orch_error
- def remove_host(self, host, force: bool, offline: bool):
+ def remove_host(self, host, force: bool, offline: bool, rm_crush_entry: bool):
assert isinstance(host, str)
return 'done'