9dded0d8c8
Task: 37963 If heat templates use keystone user name in a case different from the case in which the user name is stored in keystone DB Heat stack creates fails. This change adds an option to heat engine to enable case insensitive user name search. Change-Id: I8e5cb027beebce39921d336fb3845125b0efc5bc
12 lines
479 B
YAML
12 lines
479 B
YAML
---
|
|
fixes:
|
|
- |
|
|
On clouds where Keystone usernames are `case-insensitive
|
|
<https://docs.openstack.org/keystone/latest/admin/case-insensitive.html>`_,
|
|
Heat will now allow usernames with any case as property and
|
|
parameter values where a Keystone user is expected
|
|
(i.e. a ``keystone.user`` custom constraint applies).
|
|
Previously the case had to match the case with which the name
|
|
was stored in Keystone, even if Keystone itself was
|
|
case-insensitive.
|