nfv/nfv/nfv-vim/nfv_vim
SidneyAn 7927d40584 Fix dict related issues for Python 2/3
when dict keys/values/items as a list
 replace keylist = heights.keys()
 to      keylist = list(heights)
 replace valuelist = heights.values()
         valuelist = list(heights.values())

when Iterating through dict keys/values/items
 keep for key in heights.keys()

Story: 2003427
Task: 24607

Change-Id: I22c8e1c5494a6763821b394a77a4d93ec837edc0
Signed-off-by: SidneyAn <ran1.an@intel.com>
2019-01-09 18:21:31 +08:00
..
alarm Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
api Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
audits Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
database Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
directors Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
dor Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
event_log Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
events Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
host_fsm Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
instance_fsm Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfvi Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
objects Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
rpc Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
strategy Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
tables Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
webserver Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -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 Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
vim_api.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
vim_manage.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
vim_webserver.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00