Comment 12 for bug 1828470

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to utilities (master)

Reviewed: https://review.opendev.org/682619
Committed: https://git.openstack.org/cgit/starlingx/utilities/commit/?id=2e7d2550b9c64a33910a567c3433a12f3e68f25a
Submitter: Zuul
Branch: master

commit 2e7d2550b9c64a33910a567c3433a12f3e68f25a
Author: Daniel Badea <email address hidden>
Date: Tue Sep 17 11:10:22 2019 +0000

    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 <email address hidden>