6ff9a6b14c
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
8 lines
261 B
YAML
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.
|