octavia/releasenotes/notes/Fix-healthcheck-text-plain-mime-type-134485abb8bcea0c.yaml
Michael Johnson 8db655aed2 Fix text/plain mime type with healthcheck endpoint
Previously if you used an accept header of text/plain when querying the healthcheck endpoint, you would get a 406 Not Acceptable response.
This patch corrects that to allow requesting the healthcheck document in text format.

Change-Id: I0e2d06b02c06b8c77fb1c2f94207d422066a0c6d
2023-02-17 00:33:33 +00:00

6 lines
108 B
YAML

---
fixes:
- |
Fixed the ability to use the 'text/plain' mime type with the healthcheck
endpoint.