neutron/neutron/pecan_wsgi
Nate Johnston 5424bdc38b Use list instead of six.viewkeys to avoid py2 to py3 problems
This change fixes an 'RuntimeError: dictionary changed size during
iteration' error that is raised because of different behaviour between
python2 and python3.  An earlier attempt [1] to use the six library did
not fix the issue.

[1] https://review.opendev.org/660427

Resolves-Bug: #1829304
Change-Id: Ic4c5790a5d66e10a606327f4f4e4c92611f161d8
(cherry picked from commit a65ae9c81e)
2019-05-31 13:22:11 +00:00
..
controllers Implement filter validation 2018-07-19 04:13:43 +00:00
hooks Use list instead of six.viewkeys to avoid py2 to py3 problems 2019-05-31 13:22:11 +00:00
__init__.py Rename 'newapi' to 'pecan_wsgi' 2015-09-02 15:53:34 +00:00
app.py Fixes minor typo in neutron 2018-01-18 14:27:59 +08:00
constants.py Pecan: implement DHCP notifications in NotifierHook 2016-02-15 10:50:28 +00:00
startup.py consume neutron-lib resources attr map 2018-03-09 13:37:28 -07:00