befb16ed9e
Neutron patch: https://review.openstack.org/#/c/580217/ Change-Id: I00e2aafc271e67977105c866ed9f9f586605fdb4 Partial-Bug: #1749820
13 lines
486 B
YAML
13 lines
486 B
YAML
---
|
|
features:
|
|
- |
|
|
Add API extension ``sort-key-validation``. This extension indicates if the
|
|
server supports validation on sorting.
|
|
other:
|
|
- |
|
|
API extension ``sort-key-validation`` relies on the ``is_sort_key`` keyword
|
|
in the ``RESOURCE_ATTRIBUTE_MAP`` to judge if an attribute can be used as
|
|
sort key. Neutron plugins which want to support sort key validation
|
|
needs to set ``is_sort_key`` to ``True`` for each attribute in their
|
|
resource attribute map.
|