deployment: document keystone_resources

Bring some documentation into the deployment README about the new
keystone_resources interface.

Change-Id: I17c2c451136eb4729e4751a250d5545019ea84ff
This commit is contained in:
Emilien Macchi 2020-01-07 10:42:30 -05:00
parent c93fd13fef
commit 362e92fb82
1 changed files with 8 additions and 0 deletions

View File

@ -328,3 +328,11 @@ implementation of this hook needs to conform to the following:
* This needs to define an output called `metadata` which will be given to the
Nova Server resource as the instance's metadata.
Keystone resources management
-----------------------------
Keystone resources, such as users, roles, domains, endpoints, services, role
assignments, are now managed by `tripleo-keystone-resources`_ Ansible role.
.. _tripleo-keystone-resources: https://docs.openstack.org/tripleo-ansible/latest/roles/role-tripleo-keystone-resources.html