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

package info (click to toggle)
python-neutron-lib 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,004 kB
  • sloc: python: 20,559; pascal: 615; sh: 98; makefile: 22
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.