nfv/nfv/nfv-plugins/nfv_plugins/nfvi_plugins/openstack
SidneyAn 730ef6eeaf Fix urllib/unicode related issues for Python 2/3
replace unicode by six.text_type
replace urlparse by six.moves.urllib.parse
remove the ignore for F821 from the flake8 config

PS: as there is a bug of pylint 1.9, six.moves.urllib.parse
should be import as follows:
e.g.
 from doc of module six:
   from six.moves.urllib.parse import urlparse
   urlparse(endpoint).path

 here:
   from six.moves import urllib
   urllib.parse.urlparse(endpoint).path

pylint bug: https://github.com/PyCQA/pylint/issues/2180

Story: 2003427
Task: 24605
Task: 24608

Change-Id: I098ba8093dbf08dd91acaf403291ebb469195558
Signed-off-by: SidneyAn <ran1.an@intel.com>
2019-01-15 19:57:15 +08:00
..
__init__.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
ceilometer.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
cinder.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
exceptions.py Update VIM to use nova API version 2.53 2018-06-14 13:27:26 -05:00
fm.py Add support for containerized keystone to VIM 2018-10-03 08:29:08 -05:00
glance.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
guest.py Add support for containerized keystone to VIM 2018-10-03 08:29:08 -05:00
heat.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
keystone.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
mtc.py Add support for containerized keystone to VIM 2018-10-03 08:29:08 -05:00
neutron.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nova.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
objects.py Fix urllib/unicode related issues for Python 2/3 2019-01-15 19:57:15 +08:00
openstack.py Fix relative import warnings from pylint 2018-12-20 16:54:35 -06:00
openstack_log.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
patching.py Add support for containerized keystone to VIM 2018-10-03 08:29:08 -05:00
rest_api.py Fix relative import warnings from pylint 2018-12-20 16:54:35 -06:00
rpc_listener.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
sysinv.py Kubernetes, VIM label support 2018-11-06 10:25:41 -05:00