]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/rgw/rgw_multi: s/urllib.urlencode/urlparse.urlencode/
authorKefu Chai <kchai@redhat.com>
Tue, 7 Apr 2020 12:00:52 +0000 (20:00 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Jun 2020 08:34:52 +0000 (16:34 +0800)
commit01d716bbb2365b7a33bd30059e95b94af6a3ac77
tree24eccad804a595448fff4932b82e1d868462a9a9
parent5303629210085d265915064b8aa5491e4098c892
test/rgw/rgw_multi: s/urllib.urlencode/urlparse.urlencode/

urllib in python3 does not offer urlencode anymore, so let's use
six.moves.parse now.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 4e87fcfea0dbfc7d05046cc24137b71d9ce52393)
src/test/rgw/rgw_multi/zone_ps.py