neutron-lib/releasenotes/notes/add-api-extension-sort-key-validation-b42f5839671fe5f5.yaml
Hongbin Lu befb16ed9e Add shim extension sort-key-validation
Neutron patch: https://review.openstack.org/#/c/580217/

Change-Id: I00e2aafc271e67977105c866ed9f9f586605fdb4
Partial-Bug: #1749820
2018-07-12 14:46:47 +00:00

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.