From: Sage Weil Date: Wed, 12 Feb 2020 21:51:52 +0000 (-0600) Subject: mgr/orch: fix host set-addr prefix X-Git-Tag: v15.1.1~425^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b9f9284774313befe7afebf3206e593d22fe7e5a;p=ceph.git mgr/orch: fix host set-addr prefix Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/orchestrator_cli/module.py b/src/pybind/mgr/orchestrator_cli/module.py index 3b06c0510fe..233c862d5e8 100644 --- a/src/pybind/mgr/orchestrator_cli/module.py +++ b/src/pybind/mgr/orchestrator_cli/module.py @@ -179,7 +179,7 @@ class OrchestratorCli(orchestrator.OrchestratorClientMixin, MgrModule): return HandleCommandResult(stdout=completion.result_str()) @orchestrator._cli_write_command( - 'orchestrator host set-addr', + 'orch host set-addr', 'name=host,type=CephString ' 'name=addr,type=CephString', 'Update a host address')