]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: remove 'host' arg for 'orch ls'
authorSage Weil <sage@newdream.net>
Fri, 29 Jan 2021 15:45:09 +0000 (09:45 -0600)
committerSebastian Wagner <sebastian.wagner@suse.com>
Wed, 10 Feb 2021 12:26:25 +0000 (13:26 +0100)
The host arg is unused, and also missing from the documentation.

Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 38b3ca2a736995baf962997995f1334786c6e2cd)

src/pybind/mgr/orchestrator/module.py

index 3859d11c155d205dbbb9775a593c713e3d04cfbb..534da49bde458cf1d7e02184b92fd8334ac8a362 100644 (file)
@@ -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,