From: Sage Weil Date: Fri, 29 Jan 2021 15:45:09 +0000 (-0600) Subject: mgr/orchestrator: remove 'host' arg for 'orch ls' X-Git-Tag: v17.1.0~3119^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=38b3ca2a736995baf962997995f1334786c6e2cd;p=ceph-ci.git mgr/orchestrator: remove 'host' arg for 'orch ls' The host arg is unused, and also missing from the documentation. Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 587c750ce0e..da0ed3e5237 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,