deb-ironic-inspector/releasenotes/notes/continue-http-500-62f33d425aade9d7.yaml
Dmitry Tantsur 223ff38dcf Return HTTP 500 from /v1/continue on unexpected exceptions
Currently it returns HTTP 400 which is obviously wrong.

Closes-Bug: #1590302
Change-Id: I56114aa1c0a3248cc80f79d1a5da3ace6c615e52
2016-06-08 09:56:37 +02:00

5 lines
99 B
YAML

---
fixes:
- Fixed "/v1/continue" to return HTTP 500 on unexpected exceptions, not
HTTP 400.