neutron-lib/releasenotes/notes/add-retrieve-sort-keys-from-attribute-map-ae53d67e0be2ace0.yaml
pandatt 65264a936a Add sort_keys retrieving function
This patch provides a tool function to retrieve valid sort keys
from `attr_info` dict. And it's necessary prerequisite to fix
bug-1659175.

Related-bug: #1659175
Change-Id: I5ef7a0730122011f5ef18c1b4e2c0bfe82ed585b
2019-05-14 15:24:52 +00:00

6 lines
198 B
YAML

---
features:
- |
A new method ``retrieve_valid_sort_keys`` was added to ``neutron_lib.api.attributes``.
This method can help retrieve valid sort keys from a given resource attribute map.