kolla-ansible/releasenotes/notes/bug-1987982-fix-keystone-log_bin_trust_function_creators-variables-8628098891513dac.yaml
LinPeiWen aa80f81d30 keystone: Remove redundant 'when'
In a multi-controller node, the presence of "run_once: True"
and "when: inventory_hostname == groups['keystone'][-1]"
will cause the task to be skipped

Closes-Bug: #1987982

Change-Id: I6a8f4ca285cda0675711b631aeed7ae4c992d879
2022-08-29 19:42:05 +08:00

7 lines
232 B
YAML

---
fixes:
- |
Fixed `bug #1987982 <https://bugs.launchpad.net/kolla-ansible/+bug/1987982>`_
This bug caused the database log_bin_trust_function_creators variable
not to be set back to "OFF" after a keystone upgrade.