]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
orchestrator cli: change 'rgw update' params order 33118/head
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 7 Feb 2020 02:28:18 +0000 (18:28 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 7 Feb 2020 02:39:44 +0000 (18:39 -0800)
Fixes: https://tracker.ceph.com/issues/44029
First realm, then zone -- to be consistent with the other commands

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/pybind/mgr/orchestrator_cli/module.py

index 9138ff71134abe4049105b264f96c8cf1955c176..557f414d2ec734d9b9d27ed9bb8ced1be9aec097 100644 (file)
@@ -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',