nova/releasenotes/notes/list-invalid-status-af07af378728bc57.yaml
dineshbhor 984d00919f Return HTTP 400 on list for invalid status
Raised 400 HTTPBadRequest if user passes invalid status to list
server API. Increased API microversion to v2.38 to maintain
backward compatibility.

Implements: blueprint response-for-invalid-status

Co-Authored-By: Ed Leafe <ed@leafe.com>

Change-Id: I25608280c2f30e70802e173c183de4e8da9a983b
2016-08-17 13:47:53 +00:00

10 lines
400 B
YAML

---
fixes:
- Corrected response for the case where an invalid status value is passed as
a filter to the list servers API call. As there are sufficient statuses
defined already, any invalid status should not be accepted. As of
microversion 2.38, the API will return 400 HTTPBadRequest if an invalid
status is passed to list servers API for both admin as well as non admin
user.