]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ensure summary is looked for the user we need (part 2)
authorLoic Dachary <ldachary@redhat.com>
Sun, 22 Mar 2015 16:43:02 +0000 (17:43 +0100)
committerLoic Dachary <ldachary@redhat.com>
Sun, 22 Mar 2015 20:07:51 +0000 (21:07 +0100)
commit97e6d808f086834f2350084d5de36be285ad2bde
tree4e450cab9044aef2f1706e612c9d5367be0d8518
parentd1c415f287c64b64ee93c51f4a774eaa721171a7
ensure summary is looked for the user we need (part 2)

Move the get_user_summary(out, user) logic to util.rgw so that it can be
shared between radosgw_admin_rest.py and radosgw_admin.py and modify
them accordingly.

http://tracker.ceph.com/issues/11180 Fixes: #11180

Signed-off-by: Loic Dachary <loic@dachary.org>
tasks/radosgw_admin.py
tasks/radosgw_admin_rest.py
tasks/util/rgw.py