]> 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)
committerAlfredo Deza <adeza@redhat.com>
Tue, 24 Mar 2015 17:37:41 +0000 (13:37 -0400)
commitfc395509337845c162a03d57675cf1bbbbcd7e5e
tree64e2e89fd7158407b9ed58b8b67f6b37bb73bf2e
parentfde3075f6ffa0cd48654e973e8bc47fae21ba41d
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)
tasks/radosgw_admin.py
tasks/radosgw_admin_rest.py
tasks/util/rgw.py