bifrost/releasenotes/notes/creation-of-ironic-user-5a970c5f73e8ef45.yaml
Julia Kreger 6ad5be7891 Add support to update keystone for bifrost
Adds the playbook steps required to add ironic
to the keystone catalog, create a service account,
create roles, and ultimately create a baremetal tenant
with a user and baremetal_admin rights.

Change-Id: I1a2e7229b24ebfe12b5b80f1a937baba2835ab1b
2016-11-22 14:23:51 +00:00

9 lines
368 B
YAML

---
features:
- The functionality to create a service account
and default user account to bifrost has been added.
This is controlled by the ``enable_keystone`` parameter
as well a ``keystone`` and ``ironic`` data structure that
contains all required parameters. Please consult the
bifrost-ironic-install/defaults/main.yml file for more details.