File: add-filter-validation-api-extension-15cc667d5498f163.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-- 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.