summaryrefslogtreecommitdiff
path: root/oslo_middleware/debug.py
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@redhat.com>2015-08-20 07:52:59 +0200
committerMehdi Abaakouk <sileht@redhat.com>2015-08-20 16:49:32 +0200
commitc78b156723cb4895be2ee0a55e4b9d9726b5b1c1 (patch)
tree2aaea2563439b7bd90010decc3fcbd7d468819f1 /oslo_middleware/debug.py
parenta5a0a2f7a7926da4fb9025123d99ff44fa1a6afe (diff)
downloadoslo-middleware-c78b156723cb4895be2ee0a55e4b9d9726b5b1c1.tar.gz
Restore backward compat of paste factory
Some application inherits from our middleware class When we homogenize the signature and configuration handling of all middlewares we break them. This change fixes that. Closes-bug: #1486735 Change-Id: I40c3d59110c6f8c5a1b3d3ccc734dc441069b025
Diffstat (limited to 'oslo_middleware/debug.py')
-rw-r--r--oslo_middleware/debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_middleware/debug.py b/oslo_middleware/debug.py
index bdbf539..fb2fc82 100644
--- a/oslo_middleware/debug.py
+++ b/oslo_middleware/debug.py
@@ -25,7 +25,7 @@ import webob.dec
from oslo_middleware import base
-class Debug(base.Middleware):
+class Debug(base.ConfigurableMiddleware):
"""Helper class that returns debug information.
Can be inserted into any WSGI application chain to get information about