]> 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>
Fri, 8 May 2015 10:13:22 +0000 (12:13 +0200)
commit4cc8e401e711373c7b4489b626c9fb431e8d7abf
treed4cdd7afcebdc788d0849bda9320de9da835652b
parentaff9558277840045250583f3934742e78c876a4f
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>
(cherry picked from commit 97e6d808f086834f2350084d5de36be285ad2bde)

Conflicts:
tasks/radosgw_admin.py
        the context around def successful_ops(out): changed but is
unrelated to the modification
tasks/radosgw_admin.py
tasks/radosgw_admin_rest.py
tasks/util/rgw.py