manila/releasenotes/notes/add-healthcheck-middleware-8f659afb7ee0451c.yaml
Takashi Kajinami 1c17ca4382 Enable healthcheck middleware
This change makes healtcheck middleware enabled by default, so that
operators can use the middleware to monitor service availability for
various purpose like healthcheck by load balancers.

Change-Id: I47e65d23ebfe310643896e1de3396cd627a3def3
2021-02-03 14:51:38 -08:00

8 lines
300 B
YAML

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