DEPRECATED, Event storage and REST API for Ceilometer
Go to file
Hanxi Liu 90faa85ecc Add http_proxy_to_wsgi to api-paste
This sets up the HTTPProxyToWSGI middleware in front of Panko. The
purpose of thise middleware is to set up the request URL correctly in
case there is a proxy (For instance, a loadbalancer such as HAProxy)
in front of Panko.

So, for instance, when TLS connections are being terminated in the
proxy, and one tries to get the versions from the / resource of
Aodh, one will notice that the protocol is incorrect; It will show
'http' instead of 'https'. So this middleware handles such cases.
Thus helping Keystone discovery work correctly.

The HTTPProxyToWSGI is off by default and needs to be enabled via a
configuration value.

Change-Id: Ifa9dad55cfedeb8b804d675d3d4856af6096b039
Closes-Bug: #1590608
2016-10-10 16:45:37 +08:00
ceilometer/tests/tempest Remove unused logging import 2016-09-06 20:44:03 +08:00
devstack devstack: don't override ceilometer setup 2016-10-06 13:33:24 +02:00
doc doc: remove talk about query/complex queries 2016-09-15 23:14:43 +02:00
etc/panko Add http_proxy_to_wsgi to api-paste 2016-10-10 16:45:37 +08:00
panko Merge "Enable paginate query for event listing" 2016-10-05 13:25:01 +00:00
releasenotes/source Update reno for stable/newton 2016-09-15 16:34:58 -04:00
tools Stop relying on global CONF object 2016-06-27 17:03:38 +02:00
.coveragerc Rename to Panko 2016-06-14 17:00:22 +02:00
.gitignore Rename to Panko 2016-06-14 17:00:22 +02:00
.gitreview Rename to Panko 2016-06-14 17:00:22 +02:00
.mailmap add mailmap to avoid dup of authors 2014-10-09 10:31:23 +03:00
.testr.conf tox: build all needed functional targets + fix compat with Gabbi >= 1.22 + fix raw type 2016-06-24 16:09:18 +02:00
CONTRIBUTING.rst Rename to Panko 2016-06-14 17:00:22 +02:00
HACKING.rst Rename to Panko 2016-06-14 17:00:22 +02:00
LICENSE include a copy of the ASL 2.0 2013-03-15 14:25:48 +00:00
MAINTAINERS Remove Nadya Privalova from core reviewers 2016-07-28 14:56:44 +02:00
README.rst Rename to Panko 2016-06-14 17:00:22 +02:00
babel.cfg Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
requirements.txt Use pbr to build WSGI script `panko-api' 2016-07-22 12:23:34 +02:00
setup.cfg Use pbr to build WSGI script `panko-api' 2016-07-22 12:23:34 +02:00
setup.py Updated from global requirements 2015-09-17 16:37:39 +00:00
test-requirements.txt Limit Happybase version < 1.0.0 2016-08-19 14:06:42 +00:00
tox.ini Put py34 first in the env order of tox 2016-08-03 16:13:05 +08:00

README.rst

panko

Documentation for the project can be found at:

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

The project home is at:

http://launchpad.net/panko