yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #46413
[Bug 1279611] Re: urlparse is incompatible for python 3
Reviewed: https://review.openstack.org/281068
Committed: https://git.openstack.org/cgit/openstack/python-barbicanclient/commit/?id=84fc9dc40d8a77fdc52dbf38bc24e8f66c4c958d
Submitter: Jenkins
Branch: master
commit 84fc9dc40d8a77fdc52dbf38bc24e8f66c4c958d
Author: Tin Lam <tl3438@xxxxxxx>
Date: Wed Feb 17 00:27:37 2016 -0600
Use six.moves.urllib.parse to replace urlparse
Import six.moves.urllib.parse as urlparse for python3 compatible.
Change-Id: I0f28f01a54daaa690cd890540fd4edc3b32411d1
Closes-Bug: #1279611
** Changed in: python-barbicanclient
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1279611
Title:
urlparse is incompatible for python 3
Status in Astara:
In Progress
Status in Blazar:
In Progress
Status in Ceilometer:
Fix Released
Status in Cinder:
Fix Released
Status in gce-api:
In Progress
Status in Glance:
Fix Released
Status in OpenStack Dashboard (Horizon):
Fix Released
Status in neutron:
Fix Released
Status in OpenStack Compute (nova):
Fix Released
Status in openstack-ansible:
In Progress
Status in openstack-doc-tools:
In Progress
Status in python-barbicanclient:
Fix Released
Status in python-cinderclient:
In Progress
Status in python-designateclient:
In Progress
Status in python-neutronclient:
Fix Released
Status in RACK:
In Progress
Status in python-rackclient:
In Progress
Status in Sahara:
Fix Released
Status in Solar:
In Progress
Status in storyboard:
Fix Committed
Status in surveil:
In Progress
Status in OpenStack Object Storage (swift):
In Progress
Status in swift-bench:
In Progress
Status in tempest:
In Progress
Status in Trove:
Fix Released
Status in tuskar:
Fix Released
Status in vmware-nsx:
In Progress
Status in zaqar:
Fix Released
Status in Zuul:
Fix Committed
Bug description:
import urlparse
should be changed to :
import six.moves.urllib.parse as urlparse
for python3 compatible.
To manage notifications about this bug go to:
https://bugs.launchpad.net/astara/+bug/1279611/+subscriptions
References