ironic/releasenotes/notes/add-healthcheck-middleware-86120fa07a7c8151.yaml
Jim Rollenhagen 6f439414bd Add optional healthcheck middleware
This adds the healthcheck middleware from oslo, configurable via the
[healthcheck]/enabled option. This middleware adds a status check at
`/healthcheck`.

This is useful for load balancers to determine if a service is up (and
add or remove it from rotation), or for monitoring tools to see the
health of the server.

This endpoint is unauthenticated, as not all load balancers or
monitoring tools support authenticating with a health check endpoint.

Change-Id: I7929d5f4502c3f84b1cf30526c94a458081a6a29
Closes-Bug: #1748515
2018-02-12 14:48:05 -05:00

11 lines
495 B
YAML

---
features:
- |
Adds the healthcheck middleware from oslo, configurable via the
``[healthcheck]/enabled`` option. This middleware adds a status check at
`/healthcheck`. This is useful for load balancers to determine if a service
is up (and add or remove it from rotation), or for monitoring tools to see
the health of the server. This endpoint is unauthenticated, as not all load
balancers or monitoring tools support authenticating with a health check
endpoint.