ironic/ironic/api
Jim Rollenhagen bd60603e44 Don't return tracebacks in API response in debug mode
The API should not return tracebacks in a production environment. As
deployers often run services in debug mode, because OpenStack is hard to
debug, we should not return tracebacks in debug mode. To allow
developers etc to continue to use this feature, add a new config option
'debug_tracebacks_in_api' that maintains this behavior.

Also add to troubleshooting docs.

Change-Id: Idbbf7efc45140e9e3d8b9491edd58905cbba0363
Closes-Bug: #1525002
2016-01-04 15:11:03 +00:00
..
controllers Get mandatory patch attrs from WSME properties 2015-11-17 14:34:20 +00:00
middleware Do not use "private" attribute in AuthTokenMiddleware 2015-06-24 12:00:46 +03:00
__init__.py Add SSL support to the Ironic API 2015-11-18 12:04:18 +00:00
acl.py Fix misspelling from "applicatin" to "application". 2015-08-21 06:52:27 +00:00
app.py Don't return tracebacks in API response in debug mode 2016-01-04 15:11:03 +00:00
app.wsgi Make app.wsgi more like ironic.cmd.api 2015-08-10 15:41:45 +00:00
config.py Allow digits in IPA driver names 2015-08-14 11:57:13 -04:00
expose.py Disable XML now that we have WSME/Pecan support 2015-04-06 09:31:09 -07:00
hooks.py Don't return tracebacks in API response in debug mode 2016-01-04 15:11:03 +00:00