cinder/releasenotes/notes/healthcheck-449ed4292e6bfa22.yaml
Thomas Goirand 696ef12f4e Add a /healthcheck middleware
By default, cinder-api isn't providing a /healthcheck URL, which is
super useful for setting-up monitoring and HAProxy. This patch adds
it by default.

Change-Id: I03a93bf14a5ba159b68bfba15a7f4f26c8200e36
2020-05-08 05:53:56 -05:00

8 lines
300 B
YAML

---
features:
- |
The oslo.middleware /healthcheck is now activated by default in the Cinder
api-paste.ini. Operators can use it to configure HAproxy or the monitoring
of Cinder APIs. Edit the ``api-paste.ini`` file and remove any healthcheck
entries to disable this functionality.