neutron-lib/releasenotes/notes/add-is_sort_key-keyword-to-attribute-map-75342446d99f4490.yaml
Hongbin Lu b03226d597 Annotate network parameters for sort_key
Add a 'is_sort_key' keyword for each network's attribute that can
be used as a sort_key. In the future, we will rely on this keyword
to perform validation: https://review.openstack.org/#/c/554368/ .

Change-Id: I6104a1b534a7ddc4856bd1a25d77e12b1ed5421f
Related-Bug: #1749820
2018-04-09 17:04:50 +00:00

6 lines
174 B
YAML

---
features:
- |
Add a new keyword ``is_sort_key`` to attribute maps. This keyword indicates
that the attribute can be used as a sort key for sorting list result.