]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use six.moves.urllib.parse instead of urlparse
authorHe Yongli <yongli.he@intel.com>
Wed, 12 Feb 2014 04:44:45 +0000 (12:44 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:21 +0000 (15:20 +0800)
commit96ea2f1764e75be33e74809ae101280b0082c54e
tree4ceb7e765e651cd935d1e91b0462a5c6d37d1b7a
parent86c74f9cdfda538b738b9d2b407d2e749da3442a
Use six.moves.urllib.parse instead of urlparse

To keep Python 3.x compatibility, use six.moves.urllib.parse to
replace urlparse.

Closes-Bug: #1279611
Change-Id: I712035926f449e1bc5ab1fe85927369b826cb9cc
neutron/agent/metadata/agent.py
neutron/agent/metadata/namespace_proxy.py
neutron/api/v2/router.py
neutron/plugins/nicira/api_client/request.py
neutron/tests/unit/nicira/fake_nvpapiclient.py
neutron/tests/unit/test_api_v2.py