puppet-nova/releasenotes/notes/keystone_authtoken-service_token_roles-12dbba5484efb7c6.yaml
Takashi Kajinami d6d55616a0 Customize roles assigned to nova user
This patch introduces a new hieradata nova::keystone::auth::roles,
to configure customized role assigned to nova user.

This is required to configure service token feature, as it requires
special role is assigned to the user who uses the feature.

Change-Id: I00021bac80d09258bf1c1c040adb835b4294df19
2019-08-02 10:58:32 +09:00

10 lines
332 B
YAML

---
features:
- |
New hieradata, nova::keystone::authtoken::service_token_roles, is
introduced so that specific role can be assigned to the service user
who can use service token feature.
- |
New hieradata, nova::keystone::roles is introduced to configure customized
role for nova user in keystone identity.