From d4bb86dc77deb7c523bcfbe922f5a918add4d94f Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Thu, 6 Feb 2020 18:28:18 -0800 Subject: [PATCH] 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 --- 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 9138ff71134ab..557f414d2ec73 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', -- 2.39.5