neutron/neutron/pecan_wsgi
Nate Johnston 2c1098b3af Use six.viewkeys instead of dict.keys 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. We use the six library to ensure that the behavior
is compatible across versions.

Change-Id: I0723ae10825e1e2d86789627895e3286d8c97602
Resolves-Bug: #1829304
2019-05-15 19:18:52 -04:00
..
controllers Add missing ws seperator between words 2018-11-19 13:57:05 +08:00
hooks Use six.viewkeys instead of dict.keys to avoid py2 to py3 problems 2019-05-15 19:18:52 -04: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