]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Consume ConfigurableMiddleware from oslo_middleware
authorElena Ezhova <eezhova@mirantis.com>
Mon, 28 Sep 2015 11:52:18 +0000 (14:52 +0300)
committerArmando Migliaccio <armamig@gmail.com>
Thu, 8 Oct 2015 17:59:43 +0000 (17:59 +0000)
commited729862eb99dd98e2b7e98f86b1688f393b44e3
tree209da227a457b463123ca90d2aca6cb83e49df63
parent216d2d0b7594ad05916bcee6ed8f80f1e0b385d0
Consume ConfigurableMiddleware from oslo_middleware

Middleware class in neutron/wsgi.py can be replaced with
ConfigurableMiddleware from oslo_middleware.

Remove the Debug helper class as it doesn't seem to be used
anywhere. Instead, one can use oslo_middleware.debug.Debug.

Added a note about possible implications for out-of-tree plugins
to neutron_api.rst.

Change-Id: If7360608f94625b7d0972267b763f3e7d7624fee
doc/source/devref/neutron_api.rst
neutron/api/extensions.py
neutron/auth.py
neutron/tests/unit/test_wsgi.py
neutron/wsgi.py