neutron/neutron/pecan_wsgi
Nate Johnston aa0d4f5f64 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:27 +00:00
..
controllers consume common constants from lib 2017-10-13 11:45:18 -06:00
hooks Use list instead of six.viewkeys to avoid py2 to py3 problems 2019-05-31 13:22:27 +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 Pecan: Get loaded by paste deploy 2017-02-17 14:54:27 -06:00