]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python3: use six.iteritems() instead of dict.iteritems()
authorCyril Roelandt <cyril@redhat.com>
Mon, 1 Jun 2015 20:53:46 +0000 (20:53 +0000)
committerCyril Roelandt <cyril.roelandt@enovance.com>
Mon, 1 Jun 2015 21:13:42 +0000 (23:13 +0200)
commit3751f9ab349ea5b4c3d9836592e7928c37211091
tree640336ab085a89aea4322cf77884e079feeb4391
parent5eddb2d274d69b7fd4b6242f37a6e815bb3f64ee
Python3: use six.iteritems() instead of dict.iteritems()

This also adds a check to neutron/hacking/checks.py that should catch this
error in the future.

Blueprint: neutron-python3
Change-Id: Ie7b833ffa173772d39b85ee3ecaddace18e1274f
51 files changed:
HACKING.rst
neutron/agent/common/ovs_lib.py
neutron/agent/l3/router_info.py
neutron/agent/linux/dhcp.py
neutron/agent/linux/iptables_firewall.py
neutron/agent/linux/iptables_manager.py
neutron/api/api_common.py
neutron/api/extensions.py
neutron/api/rpc/agentnotifiers/metering_rpc_agent_api.py
neutron/api/rpc/handlers/l3_rpc.py
neutron/api/v2/attributes.py
neutron/api/v2/base.py
neutron/api/v2/router.py
neutron/common/utils.py
neutron/db/common_db_mixin.py
neutron/db/l3_agentschedulers_db.py
neutron/db/l3_db.py
neutron/db/migration/alembic_migrations/versions/14be42f3d0a5_default_sec_group_table.py
neutron/hacking/checks.py
neutron/manager.py
neutron/plugins/ibm/agent/sdnve_neutron_agent.py
neutron/plugins/ml2/db.py
neutron/plugins/ml2/drivers/cisco/ncs/driver.py
neutron/plugins/ml2/drivers/type_flat.py
neutron/plugins/ml2/drivers/type_local.py
neutron/plugins/ml2/managers.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/sriovnicagent/eswitch_manager.py
neutron/policy.py
neutron/tests/api/admin/test_quotas.py
neutron/tests/api/test_dhcp_ipv6.py
neutron/tests/api/test_fwaas_extensions.py
neutron/tests/api/test_load_balancer.py
neutron/tests/api/test_networks.py
neutron/tests/api/test_routers.py
neutron/tests/api/test_vpnaas_extensions.py
neutron/tests/base.py
neutron/tests/fullstack/config_fixtures.py
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/tempest/common/custom_matchers.py
neutron/tests/tempest/common/generator/base_generator.py
neutron/tests/tempest/common/generator/valid_generator.py
neutron/tests/tools.py
neutron/tests/unit/agent/linux/test_iptables_firewall.py
neutron/tests/unit/api/test_extensions.py
neutron/tests/unit/api/v2/test_base.py
neutron/tests/unit/db/test_db_base_plugin_v2.py
neutron/tests/unit/extensions/test_securitygroup.py
neutron/tests/unit/extensions/test_vlantransparent.py
neutron/tests/unit/hacking/test_checks.py
neutron/wsgi.py