696ef12f4e
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
8 lines
300 B
YAML
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.
|