Role os_keystone for OpenStack-Ansible
Go to file
Jean-Philippe Evrard e32a664a6e Use the good configuration directive for memcache servers
Under Pike, both the backend argument and memcache_servers work.
They both end-up with connections to the backend of memcache.

The latter doesn't have the bug when multiple servers are given,
though. So let's use this one exclusively.

This massive template change is for backwards compatibility:
If a deployer has set on of those keystone variables, the servers
used won't change.

Change-Id: I7e29aa0a9055b737dd4cf171c40e2105e4b32e94
Related-Bug: #1743036
(cherry picked from commit e87e2bd737)
2018-03-19 08:56:08 +00:00
defaults Use the good configuration directive for memcache servers 2018-03-19 08:56:08 +00:00
doc Fix 404 for os_keystone 2017-01-13 14:58:11 +00:00
examples [DOCS] Move keystone federation role docs 2016-08-16 08:46:08 +00:00
files Implement keystone venv support 2015-10-14 13:59:47 -05:00
handlers Implement serialisable rolling upgrade 2017-06-23 17:07:55 +00:00
library Resolved Keystone Federation bugs 2017-02-08 11:20:45 +00:00
meta Optimise apt cache update task 2017-04-26 09:14:20 +00:00
releasenotes Bypass web server during service setup 2017-10-27 09:30:50 -07:00
tasks Bypass web server during service setup 2017-10-27 09:30:50 -07:00
templates Use the good configuration directive for memcache servers 2018-03-19 08:56:08 +00:00
tests tests: test-keystone-upgrades.sh: Remove the exit trap 2018-02-06 22:13:12 +00:00
vars Remove Developer Tools package group 2017-08-29 14:25:21 +00:00
zuul.d Zuul: Remove project name 2018-02-08 11:45:48 -08:00
.gitignore Updated from OpenStack Ansible Tests 2017-08-25 11:27:55 +00:00
.gitreview Update .gitreview for stable/ocata 2017-02-03 18:57:55 +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 Show team and repo badges on README 2016-11-25 16:13:03 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-08-25 11:27:55 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-08-25 11:27:55 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 08:56:33 +01:00
run_tests.sh Used cached git sources and enable depends-on 2017-11-07 10:19:31 +00:00
setup.cfg Update home page link in cfg file 2016-09-20 14:21:45 +05:30
setup.py Updated from global requirements 2016-07-15 03:57:57 +00:00
test-requirements.txt Updated from global requirements 2016-12-02 05:10:56 +00:00
tox.ini Used cached git sources and enable depends-on 2017-11-07 10:19:31 +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: http://docs.openstack.org/developer/openstack-ansible-os_keystone/ The project home is at: http://launchpad.net/openstack-ansible