nfv/nfv/nfv-vim/nfv_vim/database
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
..
model Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
__init__.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_database.py Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
_database_block_storage_module.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_database_compute_module.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_database_identity_module.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_database_image_module.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_database_infrastructure_module.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_database_migrate.py Kubernetes, VIM label support 2018-11-06 10:25:41 -05:00
_database_module.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_database_network_module.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_database_sw_update.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_database_upgrades.py Update VIM to use nova API version 2.53 2018-06-14 13:27:26 -05:00