Role os_keystone for OpenStack-Ansible
Go to file
Major Hayden 48019740f8 Skip logging for haproxy health checks
The health check requests from haproxy cause uwsgi to write a
lot of useless log lines. This can make it more difficult to find
a problem with a particular service.

This patch adds a route to look for the `osa-haproxy-healthcheck`
user agent string, which haproxy uses when performing health checks.
Any requests with that user agent are not logged.

Closes-Bug: 1742718
Change-Id: Ia163d1686274bd3b80a046a945fb7d7ceb5f721c
(cherry picked from commit 943b5c560b)
2018-02-25 21:04:32 +00:00
defaults Point to Queens instead of master 2018-02-15 14:07:38 +00:00
doc Remove pip_install dependency 2017-12-05 11:52:30 +00:00
examples Point to Queens instead of master 2018-02-15 14:07:38 +00:00
handlers Add external LB management handler hook interface 2017-09-16 13:41:28 -05:00
library Resolved Keystone Federation bugs 2017-02-07 21:01:09 -06:00
meta Merge "Remove pip_install dependency" 2017-12-05 15:26:06 +00:00
releasenotes Fix memcache caching w/ multiple cache servers 2018-01-29 09:40:12 +00:00
tasks Fix memcache caching w/ multiple cache servers 2018-01-29 09:40:12 +00:00
templates Skip logging for haproxy health checks 2018-02-25 21:04:32 +00:00
tests Remove jinja delimiters in when 2018-02-15 17:19:25 +00:00
vars Add security headers to web accessable services. 2017-10-22 03:01:16 +00:00
zuul.d Zuul: Remove project name 2018-02-01 14:01:21 -08:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:39 +00:00
.gitreview Update .gitreview for stable/queens 2018-02-14 15:46:27 +00:00
CONTRIBUTING.rst Updated role to be an independent role 2016-02-26 14:13:43 -06:00
LICENSE Updated role to be an independent role 2016-02-26 14:13:43 -06:00
README.rst Update URLs in documents according to document migration 2017-07-19 09:32:03 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-01-22 16:55:38 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:13 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 08:56:33 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-11-10 13:16:45 +00:00
setup.cfg Update URL home-page in documents according to document migration 2017-07-14 03:21:58 +00:00
setup.py Updated from global requirements 2017-03-02 11:51:52 +00:00
test-requirements.txt Updated from global requirements 2018-01-24 01:18:32 +00:00
tox.ini Point to Queens instead of master 2018-02-15 14:07:38 +00:00

README.rst

Team and repository tags

image

OpenStack-Ansible keystone

Ansible role that installs and configures OpenStack Keystone. Keystone is installed behind the Apache webserver listening on port 5000 and port 35357 by default.

Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-os_keystone/latest/ The project home is at: http://launchpad.net/openstack-ansible