9c8d51fa0c
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>
14 lines
531 B
YAML
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.
|