Comment 21 for bug 1425206

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/159589
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=7f2a969707b706b6877d4e278c6c1c24c035b527
Submitter: Jenkins
Branch: master

commit 7f2a969707b706b6877d4e278c6c1c24c035b527
Author: Jim Rollenhagen <email address hidden>
Date: Tue Feb 24 21:44:00 2015 +0000

    Create new config for pecan debug mode

    Pecan's debug mode can be terribly insecure; 500 errors return a
    Python traceback, the full list of environment variables, and a
    button to replay the request with a breakpoint.

    Deployers often run OpenStack services in debug mode; doing so should
    not open the service up to these flaws. However, it may be useful
    to use Pecan's debug mode in development, so create a config option
    to enable it, rather than disable it altogether.

    Change-Id: I5bc76b4101c563cdc168d2e55db060c1bdd0b5fe
    Closes-Bug: #1425206