OpenStack Telemetry (Ceilometer)
Go to file
Dong Ma 45e1d22607 Added CORS support to Ceilometer
This adds the CORS support middleware to Ceilometer, allowing a deployer
to optionally configure rules under which a javascript client may
break the single-origin policy and access the API directly. Included
are Ceilometer's custom headers, so that anyone activating this
middleware does not have to explicitly enable them.

The paste.ini method of deploying the middleware was
chosen, because it needs to be able to annotate responses created
by keystonemiddleware.

OpenStack CrossProject Spec:
   http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html
Oslo_Middleware Docs:
   http://docs.openstack.org/developer/oslo.middleware/cors.html
OpenStack Cloud Admin Guide:
   http://docs.openstack.org/admin-guide-cloud/cross_project_cors.html

Change-Id: I90d2a53c40e3c353abe3cf37bd7deb3a07aeb043
2016-01-14 09:46:07 -08:00
ceilometer Added CORS support to Ceilometer 2016-01-14 09:46:07 -08:00
devstack Fix the typos in the source code 2015-12-22 21:54:15 -05:00
doc Fix the typos in the source code 2015-12-22 21:54:15 -05:00
etc Added CORS support to Ceilometer 2016-01-14 09:46:07 -08:00
rally-jobs Replace stackforge with openstack 2015-12-04 19:30:15 +05:30
releasenotes add initial release notes 2015-12-03 00:11:32 -05:00
tools collector: remove deprecated RPC code 2015-12-16 15:01:07 +01:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:24:58 +00:00
.gitignore add reno for release notes management 2015-11-11 10:35:22 -05: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 Make ceilometer work correctly when hosted with a SCRIPT_NAME 2015-07-08 12:41:08 +00:00
babel.cfg Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:35 +00:00
functions.sh tests: remove testscenario usage for storage drivers 2015-11-24 13:45:32 +01:00
LICENSE include a copy of the ASL 2.0 2013-03-15 14:25:48 +00:00
MAINTAINERS MAINTAINERS: remove outdated data 2015-12-04 11:43:09 +01:00
pylintrc Typo in pylintrc 2015-03-25 11:18:56 +01:00
README.rst Move the content of ReleaseNotes to README.rst 2015-11-18 15:34:01 +08:00
requirements.txt Updated from global requirements 2016-01-09 04:53:23 +00:00
run-functional-tests.sh Add running functional scripts for defined backend 2015-06-04 16:29:02 +03:00
setup-test-env-es.sh tests: remove testscenario usage for storage drivers 2015-11-24 13:45:32 +01:00
setup-test-env-mongodb.sh tests: remove testscenario usage for storage drivers 2015-11-24 13:45:32 +01:00
setup-test-env-mysql.sh tests: remove testscenario usage for storage drivers 2015-11-24 13:45:32 +01:00
setup-test-env-postgresql.sh tests: remove testscenario usage for storage drivers 2015-11-24 13:45:32 +01:00
setup.cfg collector: remove deprecated RPC code 2015-12-16 15:01:07 +01:00
setup.py Updated from global requirements 2015-09-17 16:37:39 +00:00
test-requirements.txt Updated from global requirements 2016-01-09 04:53:23 +00:00
tox.ini remove local hacking check 2015-12-18 02:02:53 +08:00

ceilometer

Release notes can be read online at:

http://docs.openstack.org/developer/ceilometer/releasenotes/index.html

Documentation for the project can be found at:

http://docs.openstack.org/developer/ceilometer/

The project home is at:

http://launchpad.net/ceilometer