]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/radosgw_admin: use HTTPMessage as a dict in PY3
authorKefu Chai <kchai@redhat.com>
Mon, 6 Apr 2020 06:52:02 +0000 (14:52 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Jun 2020 08:34:52 +0000 (16:34 +0800)
commit21d73053d1ea3ee44ee81f342836d1679f1beffc
treec63aee3f1588c88930ff0a91b21dddc374077d62
parent5ae78c4cf17872483d3d4211bb0151313b7cb1b6
qa/tasks/radosgw_admin: use HTTPMessage as a dict in PY3

in Python3, HTTPMessage is a dict-like class by itself, and it does not
offer `dict` attribute anymore.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 4a9c43313acbd26d33364a43b2835e561ceb259b)
qa/tasks/radosgw_admin.py