File: add-api-extension-sort-key-validation-b42f5839671fe5f5.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
---
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.