984d00919f
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
10 lines
400 B
YAML
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.
|
|
|