]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Pass debug mode to eventlet.wsgi.server
authorClint Byrum <clint@fewbar.com>
Sat, 7 Sep 2013 04:17:14 +0000 (21:17 -0700)
committerClint Byrum <clint@fewbar.com>
Sat, 7 Sep 2013 04:18:19 +0000 (21:18 -0700)
commit9510e87e421bc64d9784a171f7c49168e69898f4
treea29c994e273e0bccbed70321cc602a070d8a577d
parent3734484056d361d76e6040f4bca47d53a5a62532
Pass debug mode to eventlet.wsgi.server

Previously if any exceptions accidentally made their way to
eventlet.wsgi.server's response handler it would print their traceback.
We only want to show users tracebacks in debug mode. In production we
want them suppressed.

Fixes bug #1222008
Change-Id: Ieb11f75ebffc67bd584432cfd8eeaac010fce7ca
heat/common/wsgi.py