nfv/nfv/nfv-vim/nfv_vim/objects
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
..
__init__.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_guest_services.py Fix dict related issues for Python 2/3 2019-01-09 18:21:31 +08:00
_host.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_host_aggregate.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_host_group.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_hypervisor.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_image.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_instance.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_instance_group.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_instance_type.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_network.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_object.py Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06:00
_service_host.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_subnet.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_sw_patch.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_sw_update.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_sw_upgrade.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_system.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_tenant.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_volume.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_volume_snapshot.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00