]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw-admin: fix realms list
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 3 Sep 2015 18:34:49 +0000 (11:34 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:12:40 +0000 (16:12 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_admin.cc

index c2466d3c328a4bc76a996fb4e5c0144ebf61b0c8..f10a86002dee2dde86d88fbac988ee0e1231f5d2 100644 (file)
@@ -1650,7 +1650,7 @@ int main(int argc, char **argv)
                         opt_cmd == OPT_PERIOD_DELETE || opt_cmd == OPT_PERIOD_GET ||
                         opt_cmd == OPT_PERIOD_PULL || opt_cmd == OPT_PERIOD_PUSH ||
                         opt_cmd == OPT_PERIOD_GET_CURRENT ||
-                        opt_cmd == OPT_REALM_DELETE || opt_cmd == OPT_REALM_GET ||
+                        opt_cmd == OPT_REALM_DELETE || opt_cmd == OPT_REALM_GET || opt_cmd == OPT_REALM_LIST ||
                         opt_cmd == OPT_REALM_GET_DEFAULT || opt_cmd == OPT_REALM_REMOVE ||
                         opt_cmd == OPT_REALM_RENAME || opt_cmd == OPT_REALM_SET_DEFAULT);