b03226d597
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
6 lines
174 B
YAML
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.
|