1c17ca4382
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
8 lines
300 B
YAML
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.
|