DEPRECATED, Event storage and REST API for Ceilometer
Go to file
Hanxi Liu 6312c8e7b4 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
(cherry picked from commit 90faa85ecc)
2016-10-13 08:17:59 +00:00
ceilometer/tests/tempest Remove unused logging import 2016-09-06 20:44:03 +08:00
devstack Merge "Remove wrong comment in devstack plugin" 2016-07-25 08:50:43 +00:00
doc Set Keystone endpoint type to `event' 2016-07-22 12:23:28 +02:00
etc/panko Add http_proxy_to_wsgi to api-paste 2016-10-13 08:17:59 +00:00
panko Clean deprecated "rpc_backend" in test_bin 2016-09-08 15:59:44 +08:00
releasenotes/source Fix release notes build process and pep8 target 2016-06-16 13:39:50 +02: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 Update .gitreview for stable/newton 2016-09-15 16:34:55 -04: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