18020e6c88
healthcheck middleware adds a /healthcheck url that allows unauthenticated access to provide a simple check when running octavia-api behind a load balancer https://docs.openstack.org/oslo.middleware/latest/reference/healthcheck_plugins.html Co-authored-by: Michael Johnson <johnsomor@gmail.com> Change-Id: I10db6226750f7b7c703067d2ab82eea3a9875112
7 lines
228 B
YAML
7 lines
228 B
YAML
---
|
|
features:
|
|
- |
|
|
Added the oslo-middleware healthcheck app to the Octavia API.
|
|
Hitting /healthcheck will return a 200. This is enabled via the
|
|
[api_settings]healthcheck_enabled setting and is disabled by default.
|