nfv/nfv/nfv-vim/nfv_vim
Al Bailey 735d9b3392 Replace iter methods with python3 compatable calls
Replace iteritems with items
Replace iterkeys with keys
Replace itervalues with values

Special Note:
In Python 2 those are copies of the elements.
In Python3 those are references to the dictionary elements.
The openstack python2to3 documents suggests wrapping the calls with
a list if the dict is expected to change while iterating.

nfv_scenario_tests (non guest) all pass.

Story: 2004241
Task: 28070
Change-Id: Iddb69b83f0be2f8ec240f7708d2c6d0dc675848c
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-11-27 14:35:20 -06:00
..
alarm Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
api Update urllib2 to be python3 compatable. 2018-11-23 08:54:24 -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 Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06:00
dor Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
event_log Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
events Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06:00
host_fsm Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
instance_fsm Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfvi Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06:00
objects Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06:00
rpc Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
strategy Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06: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 replace hardcoded system paths by variables in stx config files 2018-10-28 23:24:00 +00:00
debug.ini Initial HA kubernetes deployment 2018-08-28 09:43:15 -04:00
vim.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
vim_api.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
vim_manage.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
vim_webserver.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00