From 5704bcd1b78fb84fed04c2916f170aa55106c060 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 16 Oct 2015 16:59:06 -0400 Subject: rgw: add op for GET /admin/realm this is for the radosgw-admin 'realm pull' command, which gets the realm object by name or id Signed-off-by: Casey Bodley --- src/rgw/rgw_rest_realm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rgw/rgw_rest_realm.h') diff --git a/src/rgw/rgw_rest_realm.h b/src/rgw/rgw_rest_realm.h index c6c1ae0517c..d53e0607e7e 100644 --- a/src/rgw/rgw_rest_realm.h +++ b/src/rgw/rgw_rest_realm.h @@ -9,6 +9,8 @@ class RGWRESTMgr_Realm : public RGWRESTMgr { public: RGWRESTMgr_Realm(); + + RGWHandler* get_handler(struct req_state*) override; }; #endif -- cgit v1.2.3