Merge "keystone: Remove redundant 'when'"
This commit is contained in:
commit
41803729f3
@ -96,4 +96,3 @@
|
||||
run_once: True
|
||||
when:
|
||||
- kolla_action == "upgrade"
|
||||
- inventory_hostname == groups[service.group][-1]
|
||||
|
@ -45,5 +45,4 @@
|
||||
value: 0
|
||||
run_once: True
|
||||
when:
|
||||
- inventory_hostname == groups['keystone'][-1]
|
||||
- not use_preconfigured_databases | bool
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
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.
|
Loading…
x
Reference in New Issue
Block a user