From b9f9284774313befe7afebf3206e593d22fe7e5a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 12 Feb 2020 15:51:52 -0600 Subject: [PATCH] mgr/orch: fix host set-addr prefix Signed-off-by: Sage Weil --- src/pybind/mgr/orchestrator_cli/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.39.5