octavia/releasenotes/notes/add-healthcheck-middleware-6c09150bddd3113f.yaml
Sam Morrison 18020e6c88 Add oslo middleware healthcheck to Octavia API
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
2020-03-19 11:24:16 -07:00

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.