ironic/releasenotes/notes/fix_deploy_validation_resp_code-ed93627d1b0dfa94.yaml
Sam Betts 6ff9a6b14c Make validation failure on node deploy a 4XX code
Missing information and other validation issues with instance_info is a
user error and should be a 4XX code HTTP response, currently Ironic
responds with a 5XX code indicating something has gone wrong with the
service.

Change-Id: If76e2aba97e0ed9fa63ad3c411ed92969164d3dc
Story: #2001983
Task: #19600
2018-05-08 22:52:19 +00:00

8 lines
261 B
YAML

---
fixes:
- |
Fixes the HTTP response code for a validation failure when attempting to
move an ironic node to the active state. Validation failure in this
scenario now responses with a 400 status code correctly indicating a user
input error.