File: add-filter-validation-api-extension-15cc667d5498f163.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-- 505 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Add API extension ``filter-validation``. This extension indicates if the
    server supports validation on filter parameters of the list requests.
other:
  - |
    API extension ``filter-validation`` relies on the ``is_filter`` keyword
    in the ``RESOURCE_ATTRIBUTE_MAP`` to judge if an attribute can be used as
    filter. Neutron plugins which want to support filter validation
    needs to set ``is_filter`` to ``True`` for each attribute in their
    resource attribute map.