Role os_keystone for OpenStack-Ansible
Go to file
Kevin Carter 7d4cc4a217
Updated role to be an independent role
This change makes it so that the OS_keystone role is an independent
role and can be installed / tested stand-alone.

Implements: blueprint independent-role-repositories
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-02-26 14:13:43 -06:00
defaults Updated role to be an independent role 2016-02-26 14:13:43 -06:00
doc Updated role to be an independent role 2016-02-26 14:13:43 -06:00
files Implement keystone venv support 2015-10-14 13:59:47 -05:00
handlers Keystone Federation Service Provider Configuration 2015-08-07 08:44:51 +00:00
library Resolve pep8 violations caught by pep8 v1.7.0 2016-01-14 00:45:41 +00:00
meta Updated role to be an independent role 2016-02-26 14:13:43 -06:00
tasks Updated role to be an independent role 2016-02-26 14:13:43 -06:00
templates Updated role to be an independent role 2016-02-26 14:13:43 -06:00
tests Updated role to be an independent role 2016-02-26 14:13:43 -06:00
vars Updated role to be an independent role 2016-02-26 14:13:43 -06: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 Updated role to be an independent role 2016-02-26 14:13:43 -06:00
readme.rst Updated role to be an independent role 2016-02-26 14:13:43 -06:00
run_tests.sh Updated role to be an independent role 2016-02-26 14:13:43 -06:00
setup.cfg Updated role to be an independent role 2016-02-26 14:13:43 -06:00
setup.py Updated role to be an independent role 2016-02-26 14:13:43 -06:00
test-requirements.txt Updated role to be an independent role 2016-02-26 14:13:43 -06:00
tox.ini Updated role to be an independent role 2016-02-26 14:13:43 -06:00

readme.rst

os_keystone role ############# :tags: openstack, cloud, ansible, os_keystone :category: *nix

os_keystone Role

- name: os_keystone role
  hosts: "hosts"
  user: root
  roles:
    - { role: "os_keystone" }

Note. The template role has the template name within it. Please change the name throughout the code base.

find . -type f -exec sed -i 's/os_keystone/CHANGE_ME_PLEASE/g' {} \;