]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Create a wsgi factory method for Debug filter.
authorSteve Baker <sbaker@redhat.com>
Sun, 17 Mar 2013 20:21:35 +0000 (09:21 +1300)
committerSteve Baker <sbaker@redhat.com>
Sun, 17 Mar 2013 20:38:34 +0000 (09:38 +1300)
commit0803b49e4961c81588795ee47e45eca64f24919d
tree482f52d25fd76037e5c55316b9a29cade6e73e9f
parent9b6b6dfe56f228f6f46c233c9af7e67dd1a6a8c0
Create a wsgi factory method for Debug filter.

This can be enabled by putting the following in the *-paste.ini
file:
[filter:debug]
paste.filter_factory = heat.common.wsgi:filter_factory
heat.filter_factory = heat.common.wsgi:debug_filter

and adding 'debug' to the pipeline.

This assisted with bug #1133792

Change-Id: I4c2d3194ac9673d095b4115d4b6f385fd2f4fa4e
heat/common/wsgi.py