Reviewed: https://review.openstack.org/322116 Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=368476d45b91ebaeedb1893b7fe7f375753a667f Submitter: Jenkins Branch: master
commit 368476d45b91ebaeedb1893b7fe7f375753a667f Author: Yatin Kumbhare <[email protected]> Date: Fri May 27 15:40:36 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: I55066b38d3de2ce58e6c473dd29aff64b2823663 Closes-Bug: #1586267 ** Changed in: murano 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: Fix Released 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

