nfv/nfv/nfv-vim/nfv_vim/objects
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
..
__init__.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_guest_services.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_host.py Kubernetes, VIM label support 2018-11-06 10:25:41 -05:00
_host_aggregate.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_host_group.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_hypervisor.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_image.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_group.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_type.py Clean up imports based on flake8 2018-09-20 16:43:28 -05: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 Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_sw_update.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_sw_upgrade.py Clean up imports based on flake8 2018-09-20 16:43:28 -05: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