neutron-lib/releasenotes/notes/bug-1877254-2b997b3911e98079.yaml
vinay_m 5b035972e5 Neutron agent-list API added with sort_key keyword
Defining a API Extention for enabling sorting in agent
-list attributes.

Added "is_sort_key" keyword for attributes of agent.
Neutron API can use "sort_key" and "sort_dir" for sorting on resulted
list.

Change-Id: I3155a4f1de664e4ff8e32ccc4314927ea462048c
Related-Bug: #1877254
2020-07-28 10:42:18 +05:30

6 lines
145 B
YAML

---
features:
- |
Add keyword ``is_sort_key`` to agents. Make the agent's
attribute can be used as a sort key for sorting list result.