ironic/releasenotes/notes/sort_key_allowed_field-091f8eeedd0a2ace.yaml
Ruby Loo db0c42a955 Check if sort key is allowed in API version
This checks the sort key, to make sure the specified field
is allowed/available in the specified API microversion.
If it is not allowed, a 406 HTTP status is returned.

This affects requests to get lists of nodes, port groups,
and ports.

Change-Id: Id5fb44b8b7fe989514dbae4b60cef4a34d47e52b
Closes-Bug: #1659419
2017-05-16 15:29:59 +00:00

7 lines
247 B
YAML

---
fixes:
- |
When returning lists of nodes, port groups, or ports, checks the sort key
to make sure the field is available in the requested API version. A 406
(Not Acceptable) HTTP status is returned if the field is not available.