94516d1e7e
Neutron patch: https://review.openstack.org/#/c/574907/ Change-Id: Ib361ad3dbb8bf79a67dae7aeedf1fb5c87aec6ab Partial-Bug: #1749820
13 lines
505 B
YAML
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.
|