]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orch: fix host set-addr prefix
authorSage Weil <sage@redhat.com>
Wed, 12 Feb 2020 21:51:52 +0000 (15:51 -0600)
committerSage Weil <sage@redhat.com>
Thu, 13 Feb 2020 15:43:38 +0000 (09:43 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/orchestrator_cli/module.py

index 3b06c0510fef74c250f6b57fee138f92e4a906bf..233c862d5e82506816f632e54484c1af70a0a02d 100644 (file)
@@ -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')