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