ironic-inspector/releasenotes/notes/healthcheck-middleware-5994e8a8b54dbdb4.yaml
Takashi Kajinami d7400b5dc4 Add optional healthcheck middleware
This change allows uses to enable the healthcheck middleware from
oslo.middleware in API pipeline, by setting the [healthcheck]/enabled
option. This middleware provides an API endpoint at /healthcheck path
which allows load balancers or monitoring applications to determine
a service is up using HTTP requests.

This change basically follows the same change merged in ironic[1] repo.

[1] 6f439414bdcef9fc02f844f475ec798d48d42558

Change-Id: Ic2ee2bca74ea2a5a0723ef54b10c531f77ea7b8d
2021-09-12 22:51:38 +09:00

8 lines
292 B
YAML

---
features:
- |
The new ``[healthcheck] enabled`` option has been added. When this option
is set to ``True``, the healthcheck middleware is enabled in API pipeline
and the additional API endpoint to monitor service availability becomes
available at ``/healthcheck`` path.