utilities/ceph/python-cephclient
Daniel Badea 2e7d2550b9 python-cephclient: fix urlparse function call
urlparse import for python3 adds urlparse function to the
global namespace instead of a module name. Existing code
calling urlparse.urlparse() fails because of that.

Replace urlparse.urlparse() with urlparse().

Change-Id: I61c749b9beb8b5a09e82c8bc93087348b2c20d73
Closes-bug: 1828470
Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
2019-09-17 11:10:22 +00:00
..
centos python-cephclient: rewrite to use ceph-mgr restful plugin 2019-04-26 08:51:19 +00:00
python-cephclient python-cephclient: fix urlparse function call 2019-09-17 11:10:22 +00:00