
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>
23 lines
454 B
ReStructuredText
23 lines
454 B
ReStructuredText
os_keystone role
|
|
#############
|
|
:tags: openstack, cloud, ansible, os_keystone
|
|
:category: \*nix
|
|
|
|
os_keystone Role
|
|
|
|
.. code-block:: yaml
|
|
|
|
- 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.
|
|
|
|
.. code-block:: bsah
|
|
|
|
find . -type f -exec sed -i 's/os_keystone/CHANGE_ME_PLEASE/g' {} \;
|