]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python 3: use dict.values instead of dict.itervalues
authorCyril Roelandt <cyril@redhat.com>
Mon, 15 Jun 2015 15:07:28 +0000 (15:07 +0000)
committerCyril Roelandt <cyril@redhat.com>
Mon, 15 Jun 2015 15:08:44 +0000 (17:08 +0200)
commita8619e9bd1247e8ec494c456aee9ee7163231f62
treea720b3beb760e33992e347b534c9d87d8e080726
parentb1ad6101ca1238991dffd6ec6fa7e5ac71c512d7
Python 3: use dict.values instead of dict.itervalues

This works with both Python 2 and 3, and should not have any performance
impact.

Change-Id: I2a14945c60de513b91c6f022ff5dcc503ce2a8ad
Blueprint: neutron-python3
neutron/api/extensions.py
neutron/common/utils.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/ml2/drivers/type_vlan.py
neutron/plugins/sriovnicagent/eswitch_manager.py
neutron/plugins/sriovnicagent/sriov_nic_agent.py
neutron/tests/tempest/common/isolated_creds.py