Comment 12 for bug 1280105

Revision history for this message
Fengqian (fengqian-gao) wrote :

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