neutron-lib/releasenotes/notes/add-filter-validation-api-extension-15cc667d5498f163.yaml
Hongbin Lu 94516d1e7e Add shim extension filter-validation
Neutron patch: https://review.openstack.org/#/c/574907/

Change-Id: Ib361ad3dbb8bf79a67dae7aeedf1fb5c87aec6ab
Partial-Bug: #1749820
2018-07-12 23:12:00 +00:00

13 lines
505 B
YAML

---
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.