]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerSage Weil <sage@newdream.net>
Fri, 29 Jan 2021 15:45:16 +0000 (09:45 -0600)
The host arg is unused, and also missing from the documentation.

Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/orchestrator/module.py

index 587c750ce0e1d133c0edcdc17c7c7a9ec6034f69..da0ed3e52370e5ec7f611d8177fb0cd549c25109 100644 (file)
@@ -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,