kolla-ansible/releasenotes/notes/implement-docker-healthchecks-for-keystone-fernet-a63033e2b95ecb2f.yaml
Michal Arbet 90fd9152a4 Use Docker healthchecks for keystone-fernet container
This change enables the use of Docker healthchecks for
keystone-fernet container. It checks if "key 0" has
right permissions, and if rsync is able to distribute
keys to other keystones.

Implements: blueprint container-health-check
Change-Id: I17bea723d4109e869cd05d211f6f8e4653f46e17
2021-08-17 15:07:01 +02:00

7 lines
193 B
YAML

---
features:
- |
Implements container healthchecks for keystone-fernet container.
See `blueprint
<https://blueprints.launchpad.net/kolla-ansible/+spec/container-health-check>`__