[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
This commit is contained in:
Ruby Loo 2017-07-10 10:44:57 -04:00
parent b8f6d35d00
commit 0085339b16
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
---
fixes:
- Raise HTTP 400 Bad request on failure to validate
power or inspect interface parameters before inspecting.
- 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.