Reviewed: https://review.openstack.org/321986 Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=40747465e60dbcce5bf2c0f80f10b419c37c4445 Submitter: Jenkins Branch: master
commit 40747465e60dbcce5bf2c0f80f10b419c37c4445 Author: Yatin Kumbhare <[email protected]> Date: Fri May 27 12:37:22 2016 +0530 python 3.4 support for urlparse Instead of using import urlparse Make use of import six.moves.urllib.parse as urlparse Change-Id: I7d949f0040c5ddce53f059081f9c6aae35d1ee14 Closes-Bug: #1586267 ** Changed in: searchlight Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1586267 Title: python 3.4 support for urlparse Status in OpenStack Dashboard (Horizon): In Progress Status in Murano: In Progress Status in OpenStack Search (Searchlight): Fix Released Bug description: Instead of using import urlparse Make use of import six.moves.urllib.parse as urlparse for python3.4 support into searchlight. Similar work pointer from core project: https://blueprints.launchpad.net/nova/+spec/nova-python3-newton To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1586267/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

