Files
nova/releasenotes/notes/flavor-name-search-4133a0788bd1c37f.yaml
T
Stephen Finucane 9c8d51fa0c api: Restrict additional query string arguments
All APIs except the root version APIs now use strict query string
parsing. A test is added to ensure same.

A couple of tests need to be updated since they were using the wrong
path: while the path is ignored when calling the controllers directly,
the query strings are not.

Change-Id: I6dcb5b8f1f865df8f6b17cd7f0d730c3bdff241e
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2026-02-26 21:39:26 +00:00

14 lines
531 B
YAML

---
features:
- |
The v2.102 microversion has been introduced. This allows users to search
flavors by name, e.g.::
GET /flavors?name=gpu
In addition, the ``rxtx_factor`` and ``OS-FLV-DISABLED:disabled`` fields
have been removed from all flavors responses, while the ``rxtx_factor``
field can no longer be provided when creating a server. Finally, all APIs
now reject unknown query string parameters with a HTTP 400 (Bad Request)
error, building upon work first started in microversion 2.75.