From: Yehuda Sadeh Date: Fri, 7 Feb 2020 02:28:18 +0000 (-0800) Subject: orchestrator cli: change 'rgw update' params order X-Git-Tag: v15.1.1~509^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F33118%2Fhead;p=ceph.git orchestrator cli: change 'rgw update' params order Fixes: https://tracker.ceph.com/issues/44029 First realm, then zone -- to be consistent with the other commands Signed-off-by: Yehuda Sadeh --- diff --git a/src/pybind/mgr/orchestrator_cli/module.py b/src/pybind/mgr/orchestrator_cli/module.py index 9138ff71134a..557f414d2ec7 100644 --- a/src/pybind/mgr/orchestrator_cli/module.py +++ b/src/pybind/mgr/orchestrator_cli/module.py @@ -503,8 +503,8 @@ Usage: @orchestrator._cli_write_command( 'orchestrator rgw update', - 'name=zone_name,type=CephString ' 'name=realm_name,type=CephString ' + 'name=zone_name,type=CephString ' 'name=num,type=CephInt,req=false ' 'name=hosts,type=CephString,n=N,req=false ' 'name=label,type=CephString,req=false',