]> 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>
Tue, 7 Apr 2020 13:51:23 +0000 (21:51 +0800)
commit4a9c43313acbd26d33364a43b2835e561ceb259b
treec8ae3bf719e35778177328cd0fc074cef2032ca6
parent35a3d5f7f8a53e667d3196aa72be5b495b70e91f
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>
qa/tasks/radosgw_admin.py