From 531c9ab4face63f7e0e95c46925e5cfe7fdf281e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 29 Feb 2020 19:29:38 -0600 Subject: [PATCH] mgr/test_orchestrator: add force flag to remove_daemons Signed-off-by: Sage Weil --- src/pybind/mgr/test_orchestrator/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/test_orchestrator/module.py b/src/pybind/mgr/test_orchestrator/module.py index d162271dffb..3b19c90e349 100644 --- a/src/pybind/mgr/test_orchestrator/module.py +++ b/src/pybind/mgr/test_orchestrator/module.py @@ -214,7 +214,7 @@ class TestOrchestrator(MgrModule, orchestrator.Orchestrator): @deferred_write("remove_daemons") - def remove_daemons(self, names): + def remove_daemons(self, names, force): assert isinstance(names, list) @deferred_write("remove_service") -- 2.39.5