← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1279611] Re: urlparse is incompatible for python 3

 

** Also affects: storyboard
   Importance: Undecided
       Status: New

** Changed in: storyboard
     Assignee: (unassigned) => Yongli He (yongli-he)

** Changed in: storyboard
       Status: New => In Progress

** Also affects: ironic
   Importance: Undecided
       Status: New

** Changed in: ironic
     Assignee: (unassigned) => Yongli He (yongli-he)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1279611

Title:
   urlparse is incompatible for python 3

Status in Ironic (Bare Metal Provisioning):
  In Progress
Status in OpenStack Neutron (virtual network service):
  In Progress
Status in OpenStack Data Processing (Savanna):
  In Progress
Status in Storyboard database creator:
  In Progress
Status in Trove - Database as a Service:
  In Progress

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/ironic/+bug/1279611/+subscriptions


References