ironic/releasenotes/notes/raise-bad-request-exception-on-validating-inspection-failure-57d7fd2999cf4ecf.yaml
Ruby Loo 0085339b16 [reno] Clarify fix for inspect validation failures
This updates the reno for 3bda561e31
to clarify what was being fixed (returning HTTP 400 instead of
HTTP 500).

Change-Id: I412b650a22af3fdbaa92771c66eb37f3c07b7243
Related-Bug: #1686457
2017-07-10 10:44:57 -04:00

6 lines
213 B
YAML

---
fixes:
- Raises HTTP 400 ``Bad Request`` (instead of HTTP 500 ``Internal Server``)
error on failure to validate ``power`` or ``inspect`` interface parameters
before performing a hardware inspection.