Role os_keystone for OpenStack-Ansible
Go to file
Jimmy McCrory 9ceffc0e61 Cleanup pip packages
Packages which are already explicit requirements of or are only needed
for unit tests by keystone do not need to be mentioned within
keystone_pip_packages.

Also remove:
 - argparse included in Python 2.7's standard libraries
 - httplib2 no longer as of Ansible 2.1
 - python-ldap since ldappool requires pyldap, a Python 3 compatible
   fork
 - repoze.lru is already a dependency of keystone's Routes requirement

Change-Id: I3cc761aee039d05ef797340cde146089d2258e29
2017-11-27 15:15:06 -08:00
defaults Cleanup pip packages 2017-11-27 15:15:06 -08:00
doc Initial OSA zuul v3 role jobs 2017-10-18 11:21:52 +00:00
examples [DOCS] Move keystone federation role docs 2016-08-16 08:46:08 +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 Add OpenStack-Ansible metadata 2017-10-11 09:02:41 +00:00
releasenotes Remove setting of version/release from releasenotes 2017-11-17 07:58:53 +01:00
tasks Bypass web server during service setup 2017-10-09 10:09:24 -07:00
templates Add security headers to web accessable services. 2017-10-22 03:01:16 +00:00
tests Merge "Update upgrade role for Queens from P" 2017-10-19 19:25:19 +00:00
vars Add security headers to web accessable services. 2017-10-22 03:01:16 +00:00
zuul.d Remove uw_nginx jobs 2017-11-21 17:17:51 -06:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:39 +00: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 Update URLs in documents according to document migration 2017-07-19 09:32:03 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-28 15:00:34 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-10-12 20:44:36 +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 2017-09-16 23:20:01 +00:00
tox.ini Remove uw_nginx jobs 2017-11-21 17:17:51 -06: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