25cf359e5f
The bootstrap logic doesn't take into consideration multiple roles with the same name. If bootstrap is unable to determine which role to use and accidentally uses a domain-specific role with the same name as a default role, bootstrap will fail in unexpected ways. Closes-Bug: 1856881 Change-Id: Iddc364d8c934b6e54d1e8c75b8b159faadbf865d
8 lines
255 B
YAML
8 lines
255 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1856881 <https://bugs.launchpad.net/keystone/+bug/1856881>`_]
|
|
``keystone-manage bootstrap`` can be run in upgrade scenarios where
|
|
pre-existing domain-specific roles exist named ``admin``, ``member``, and
|
|
``reader``.
|