]> 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>
Wed, 3 Jun 2020 11:56:59 +0000 (19:56 +0800)
commit961f9f73844e249f63a06ab5ca6e02fb5bef3c3d
tree4ba84886a1460bba0cb84552cc97f877c1eb83ed
parentb800ea8654d530fc6e7ffc2c39506b8e79ea6609
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