Role os_keystone for OpenStack-Ansible
Go to file
Marc Gariepy dbf5a35102 Fix virtualenv-tools issue
please see https://github.com/fireteam/virtualenv-tools/issues/5

This make installation of the virtualenv impossible on CentOS7 since
you endup with python > python2.7 and python2.7 > python

lrwxrwxrwx. 1 root root       9 Nov 24 20:49 python -> python2.7
lrwxrwxrwx. 1 root root       6 Nov 14 20:03 python2 -> python
lrwxrwxrwx. 1 root root       6 Nov 14 20:03 python2.7 -> python

Change-Id: I8a27bb268ea2e145ed113c652ab7846f6adc3f82
Related-Bug: #1637509
Partial-Bug: #1644629
2016-11-28 19:04:41 +00:00
defaults Update URL for LDAP integration guide 2016-11-17 14:05:47 -08:00
doc [DOCS] Added release-name as a watermark to Docs. 2016-10-18 17:09:17 +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 zero downtime upgrades 2016-11-17 08:10:57 -08:00
library Resolve pep8 violations caught by pep8 v1.7.0 2016-01-14 00:45:41 +00:00
meta Use updated get_url module checksum functionality 2016-11-07 23:35:33 +00:00
releasenotes Implement zero downtime upgrades 2016-11-17 08:10:57 -08:00
tasks Fix virtualenv-tools issue 2016-11-28 19:04:41 +00:00
templates Update paste, policy and rootwrap configurations 2016-11-18 2016-11-18 09:17:19 +00:00
tests Merge "Using updated tempest method for keystone." 2016-11-22 17:24:45 +00:00
vars Use new ansible package module to install distro packages. 2016-11-26 10:02:59 +02:00
.gitignore Using updated tempest method for keystone. 2016-11-22 10:49:53 +02:00
.gitreview Implement base configuration for independent repository 2016-03-02 10:09:25 -05:00
bindep.txt Compress test execution logs 2016-09-09 10:38:13 +01: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
manual-test.rc Use centralised test scripts 2016-09-28 08:56:33 +01:00
README.rst Show team and repo badges on README 2016-11-25 16:13:03 +01:00
run_tests.sh Update testing bits for consistency 2016-09-17 11:57:30 -05: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-11-02 15:37:49 +00:00
tox.ini Implement zero downtime upgrades 2016-11-17 08:10:57 -08:00
Vagrantfile Adding Vagrantfile for local testing/dev 2016-08-19 15:31:51 -04:00

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