neutron/neutron/pecan_wsgi/hooks
Nate Johnston db2d3895d1 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
(cherry picked from commit 2c1098b3af)
2019-05-20 09:22:36 +00:00
..
__init__.py Pecan: process filters at end of hook pipeline 2017-08-31 13:56:19 -07:00
body_validation.py Remove unused variables ‘LOG' 2017-11-23 04:33:33 +08:00
context.py Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
notifier.py remove neutron.common.rpc 2019-02-06 11:05:55 -07:00
ownership_validation.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
policy_enforcement.py Use six.viewkeys instead of dict.keys to avoid py2 to py3 problems 2019-05-20 09:22:36 +00:00
query_parameters.py Implement filter validation 2018-07-19 04:13:43 +00:00
quota_enforcement.py remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
translation.py Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
userfilters.py Pecan: process filters at end of hook pipeline 2017-08-31 13:56:19 -07:00
utils.py Pecan: Handle member actions 2016-08-30 00:34:02 -05:00