← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1280105] Re: urllib/urllib2 is incompatible for python 3

 

For nova, urllib can be replaced by six.moves.urllib.parse.

But urllib2 can not be replaced by six.moves.urllib.request for now, we
need to sync policy module from oslo first. Because the old version oslo
policy code still use urllib2, it will failed some test cases.

So, we just replace urllib first.

--fengqian

** Changed in: nova
       Status: Invalid => In Progress

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

Title:
  urllib/urllib2  is incompatible for python 3

Status in OpenStack Telemetry (Ceilometer):
  In Progress
Status in Cinder:
  In Progress
Status in OpenStack Image Registry and Delivery Service (Glance):
  In Progress
Status in OpenStack Dashboard (Horizon):
  In Progress
Status in OpenStack Neutron (virtual network service):
  In Progress
Status in OpenStack Compute (Nova):
  In Progress
Status in OpenStack Data Processing (Savanna):
  In Progress
Status in Tempest:
  In Progress
Status in Trove - Database as a Service:
  In Progress
Status in Zuul: A project gating system:
  In Progress

Bug description:
  urllib/urllib2  is incompatible for python 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1280105/+subscriptions


References