]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python 3: convert dict_keys object to list
authorCyril Roelandt <cyril@redhat.com>
Wed, 5 Aug 2015 09:39:50 +0000 (11:39 +0200)
committerCyril Roelandt <cyril@redhat.com>
Wed, 5 Aug 2015 09:47:19 +0000 (11:47 +0200)
commit3adf970899950ebc88f2d0f5e34313d003973ea4
tree8ccd43102d9bde4914f7ffcec9b375d99759b077
parentc58441796736a763c910a7486646d1969ec1b98c
Python 3: convert dict_keys object to list

This makes sure we use the same types in Python 2 and 3, prevents TypeErrors
from happening, and should have no performance impact since the the lists are
quite small anyway.

Change-Id: I4e8563231a22a440b4f22b76b17f76f2ba45e606
Blueprint: neutron-python3
neutron/plugins/ml2/plugin.py