nfv/nfv/nfv-vim/nfv_vim
Al Bailey 86601b800c Fix relative import warnings from pylint
W0403 relative-import is no longer suppressed by pylint.rc

Note:
six.moves.urllib.request was considered a relative import
from six.moves import urllib is considered valid.

The code is updated to satisfy pylint and pep8.

nfv_scenario_tests main.py still needs to use a
relative import based on how it is invoked.

Story: 2004515
Task: 28575
Change-Id: I3f576f3990352e9456fe3ee5d3a80cb1307f31e0
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-12-20 16:54:35 -06:00
..
alarm Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
api Fix relative import warnings from pylint 2018-12-20 16:54:35 -06:00
audits Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06:00
database Kubernetes, VIM label support 2018-11-06 10:25:41 -05:00
directors Change compute node to worker node personality 2018-12-14 14:15:16 -05:00
dor Change compute node to worker node personality 2018-12-14 14:15:16 -05:00
event_log Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
events Change compute node to worker node personality 2018-12-14 14:15:16 -05:00
host_fsm Change compute node to worker node personality 2018-12-14 14:15:16 -05:00
instance_fsm Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfvi Allow VIM to start before OpenStack pods 2018-12-17 12:24:36 -06:00
objects Change compute node to worker node personality 2018-12-14 14:15:16 -05:00
rpc Change compute node to worker node personality 2018-12-14 14:15:16 -05:00
strategy Change compute node to worker node personality 2018-12-14 14:15:16 -05:00
tables Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06:00
webserver Update httplib to use python3 compatible code 2018-11-21 15:55:57 -06:00
__init__.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
config.ini Remove support for nova-local lvm backend for compute hosts 2018-11-26 17:59:30 -05:00
debug.ini Initial HA kubernetes deployment 2018-08-28 09:43:15 -04:00
vim.py Allow VIM to start before OpenStack pods 2018-12-17 12:24:36 -06:00
vim_api.py Cleanup pylint unnecessary-pass warnings 2018-12-03 15:30:43 -06:00
vim_manage.py Cleanup pylint unnecessary-pass warnings 2018-12-03 15:30:43 -06:00
vim_webserver.py Cleanup pylint unnecessary-pass warnings 2018-12-03 15:30:43 -06:00