From 38b3ca2a736995baf962997995f1334786c6e2cd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 29 Jan 2021 09:45:09 -0600 Subject: [PATCH] mgr/orchestrator: remove 'host' arg for 'orch ls' The host arg is unused, and also missing from the documentation. Signed-off-by: Sage Weil --- src/pybind/mgr/orchestrator/module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 587c750ce0e1d..da0ed3e52370e 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -531,7 +531,6 @@ class OrchestratorCli(OrchestratorClientMixin, MgrModule, @_cli_read_command('orch ls') def _list_services(self, - host: Optional[str] = None, service_type: Optional[str] = None, service_name: Optional[str] = None, export: bool = False, -- 2.39.5