puppet-horizon/releasenotes/notes/change-keystone-default-role-fe630805edb631f4.yaml
Tobias Urdin 9db6f8cc09 Change default member role to member
A (long) time ago keystone-bootstrap changed the
default member role that is created to member from
the legacy _member_ role.

This changes the default value in horizon to conform
with what is the actual default when bootstrapping
keystone.

Deployments that might still be using _member_ should
set this explicitly.

Change-Id: I8c18b585c71817ec7c5450c425e2ec7bc9a83f18
2018-11-20 20:39:24 +01:00

13 lines
552 B
YAML

features:
- |
The default keystone role horizon::keystone_default_role is changed from
_member_ to member to conform with what keystone-bootstrap creates.
This sets the OPENSTACK_KEYSTONE_DEFAULT_ROLE configuration option in
local_settings.
upgrade:
- |
The default keystone role horizon::keystone_default_role is changed from
_member_ to member. This sets the OPENSTACK_KEYSTONE_DEFAULT_ROLE config
option in local_settings, if you still require or use the _member_ role
as default you need to set this explicitly.