kolla-ansible/releasenotes/notes/bug-2036390-d087c5bfd504c9f3.yaml
Christian Berendt c9a4b36e52 keystone: ensure bool for two parameters
* keystone_enable_federation_openid
* enable_keystone_federation

Closes-Bug: #2036390

Change-Id: Ieef1dce006c339643ad4fa544218c6482c2ad32c
2023-09-18 11:09:39 +02:00

8 lines
268 B
YAML

---
fixes:
- |
``enable_keystone_federation`` and ``keystone_enable_federation_openid``
have not been explicitly handled as bool in various templates in the
keystone role so far.
`LP#2036390 <https://bugs.launchpad.net/kolla-ansible/+bug/2036390>`__