OpenStack Telemetry (Ceilometer)
Go to file
Jim Rollenhagen b2a21fba08 Do not default pecan_debug to CONF.debug
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. Defaulting pecan_debug to
CONF.debug makes this easy to accidentally do. So, default it to False
rather than riding on top of CONF.debug.

Change-Id: I70f9c9807d16aa50df4d5e16ba2a29575f8b165e
Closes-Bug: #1425206
DocImpact
2015-02-26 12:26:27 -08:00
ceilometer Do not default pecan_debug to CONF.debug 2015-02-26 12:26:27 -08:00
doc Merge "reorganise architecture page" 2015-02-25 20:27:10 +00:00
etc Merge "Declarative HTTP testing for the Ceilometer API" 2015-02-03 17:52:23 +00:00
rally-jobs Add some rally scenarios 2014-12-03 06:39:17 +00:00
tools add event listener to collector 2015-02-02 11:00:47 -05:00
.coveragerc test code should be excluded from test coverage summary 2013-12-11 11:40:51 -05:00
.gitignore Adding build folders & sorting gitignore 2015-01-16 06:42:25 +00:00
.gitreview Update .gitreview for openstack. 2012-11-11 19:13:08 +00:00
.mailmap add mailmap to avoid dup of authors 2014-10-09 10:31:23 +03:00
.testr.conf Declarative HTTP testing for the Ceilometer API 2015-02-03 13:03:39 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:35 +00:00
HACKING.rst enable oslo namespace check for ceilometer project 2015-02-11 16:09:19 +08:00
LICENSE include a copy of the ASL 2.0 2013-03-15 14:25:48 +00:00
MAINTAINERS Fix some spelling mistakes and a incorrect url 2014-03-06 11:28:50 +08:00
README.rst Rename README.md to README.rst 2013-07-14 21:09:38 +02:00
ReleaseNotes Update documentation URL 2012-12-05 10:22:43 +01:00
babel.cfg Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
functions.sh Run unit tests against MySQL 2014-10-01 10:26:27 +02:00
openstack-common.conf sync oslo and bring in versionutils 2015-01-30 15:25:17 -05:00
pylintrc Adds pylint check for critical error in new patches 2014-10-07 17:27:30 +03:00
requirements-py3.txt Updated from global requirements 2015-02-13 01:51:17 +00:00
requirements.txt Merge "Updated from global requirements" 2015-02-15 03:13:37 +00:00
setup-test-env-elastic.sh add elasticsearch events db 2015-02-03 22:58:07 -05:00
setup-test-env-mongodb.sh Be explicit about using /tmp for temporary datafiles 2015-02-19 17:02:20 +00:00
setup-test-env-mysql.sh Creates one database per sql test 2014-10-07 16:40:59 +02:00
setup-test-env-postgresql.sh Be explicit about using /tmp for temporary datafiles 2015-02-19 17:02:20 +00:00
setup.cfg add missing objectstore entry points 2015-02-24 18:24:01 -05:00
setup.py Updated from global requirements 2014-05-20 12:59:42 -04:00
test-requirements-py3.txt add elasticsearch events db 2015-02-03 22:58:07 -05:00
test-requirements.txt Add ceph object storage meters 2015-02-24 17:25:47 +05:30
tox.ini enable oslo namespace check for ceilometer project 2015-02-11 16:09:19 +08:00

README.rst

ceilometer

See the ReleaseNotes document and the project home for more info.

http://launchpad.net/ceilometer