Role os_keystone for OpenStack-Ansible
Go to file
Andy McCrae fbd9535221 Add credential_setup for keystone
We need to setup the appropriate directory for credential_setup and run
the keystone-manage credential_setup command.

We created the directory and the '[credential]' stanza in the
keystone.conf, which will ensure we can add additional settings using
config_template if any further are required.

We need to setup the autorotation cron job and distribution for
credential keys.

Additionally, we include all tempest tests now that we are
supporting this feature.

Change-Id: Ifd85ed1a64538ed037e4426cc50238d2b16d51e5
2016-09-08 12:06:48 +01:00
defaults Add credential_setup for keystone 2016-09-08 12:06:48 +01:00
doc [DOCS] Move keystone federation role docs 2016-08-16 08:46:08 +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 Isolate mod_wsgi from Apache install 2016-08-31 17:09:19 +00:00
library Resolve pep8 violations caught by pep8 v1.7.0 2016-01-14 00:45:41 +00:00
meta Implement CentOS 7 support in os_keystone 2016-08-29 14:20:48 +00:00
releasenotes Allow Uwsgi configuration overrides 2016-09-01 07:20:12 +01:00
tasks Add credential_setup for keystone 2016-09-08 12:06:48 +01:00
templates Add credential_setup for keystone 2016-09-08 12:06:48 +01:00
tests Add credential_setup for keystone 2016-09-08 12:06:48 +01:00
vars Fix nginx to work with RedHat/CentOS 2016-09-01 10:30:22 +01:00
.gitignore Remove duplicates from .gitignore 2016-07-15 12:00:39 +10:00
.gitreview Implement base configuration for independent repository 2016-03-02 10:09:25 -05: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 [DOCS] Move keystone federation role docs 2016-08-16 08:46:08 +00:00
Vagrantfile Adding Vagrantfile for local testing/dev 2016-08-19 15:31:51 -04:00
bindep.txt Add SNI support via OS packages for os_keystone 2016-08-19 16:55:18 +00:00
manual-test.rc Implement CentOS 7 support in os_keystone 2016-08-29 14:20:48 +00:00
run_tests.sh Add a test Scenario for uwsgi & nginx 2016-08-25 09:18:35 +00:00
setup.cfg Updated role to be an independent role 2016-02-26 14:13:43 -06:00
setup.py Updated from global requirements 2016-07-15 03:57:57 +00:00
test-requirements.txt Updated from global requirements 2016-08-18 05:30:56 +00:00
tox.ini Use the central test repository for Keystone 2016-09-05 10:36:33 +01:00

README.rst

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