summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_conn.cc
diff options
context:
space:
mode:
authorOrit Wasserman <owasserm@redhat.com>2015-08-26 16:43:49 +0200
committerYehuda Sadeh <yehuda@redhat.com>2016-02-12 01:12:37 +0100
commit95f712616334b495c1ee20a9416a4f2d8d7f2120 (patch)
treee0b4828eb8d7cbd949a4105b5ac433988801fc38 /src/rgw/rgw_rest_conn.cc
parentrgw: Add old_format support to RGWSystemMetaObj (diff)
downloadceph-95f712616334b495c1ee20a9416a4f2d8d7f2120.tar.xz
ceph-95f712616334b495c1ee20a9416a4f2d8d7f2120.zip
rgw: RGWZoneGroup should inheirt from RGWSystemMetaObj
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Diffstat (limited to 'src/rgw/rgw_rest_conn.cc')
-rw-r--r--src/rgw/rgw_rest_conn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_rest_conn.cc b/src/rgw/rgw_rest_conn.cc
index 9b984885d1a..4543acb801c 100644
--- a/src/rgw/rgw_rest_conn.cc
+++ b/src/rgw/rgw_rest_conn.cc
@@ -14,7 +14,7 @@ RGWRESTConn::RGWRESTConn(CephContext *_cct, RGWRados *store, list<string>& remot
endpoints[i] = *iter;
}
key = store->zone.system_key;
- zone_group = store->zonegroup.name;
+ zone_group = store->zonegroup.get_id();
}
int RGWRESTConn::get_url(string& endpoint)