kolla-ansible/releasenotes/notes/bug-1895723-910de90908de260a.yaml
Michal Nasiadka d78673e77f Fix keystone-startup.sh
keystone-startup.sh is using fernet_token_expiry instead of
fernet_key_rotation_interval - which effects in restart loop of keystone
containers - when restarted after 2-3 days.

Closes-Bug: #1895723

Change-Id: Ifff77af3d25d9dc659fff34f2ae3c6f2670df0f4
2020-09-25 10:19:44 +00:00

7 lines
205 B
YAML

---
fixes:
- |
An issue has been fixed when ``keystone`` container would be stuck in
restart loop with a message that fernet key is stale.
`LP#1895723 <https://launchpad.net/bugs/1895723>`__