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: v16.2.0~207^2~33 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=acec18ff21d8b4db7b2cdc49703ce36406c470f5;p=ceph.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 (cherry picked from commit 38b3ca2a736995baf962997995f1334786c6e2cd) --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 3859d11c155d..534da49bde45 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -532,7 +532,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,