octavia/releasenotes/notes/fix-api-sort-key-337f342d5cdce432.yaml
Michael Johnson b6f6c14292 Fix API sort key for complex columns
The Octavia API sort function was not working correctly for some
columns that have different names in the API vs the data model.
This patch also handles the case where a column may be a compound
object in the data model, such as vip_address->vip.ip_address.

Change-Id: I0c124e80fec2ac9ad813e78df6ad25da6b8e9668
Story: 2007991
Task: 40626
2020-09-01 11:55:12 +00:00

6 lines
110 B
YAML

---
fixes:
- |
Fixed an issue where some columns could not be used for sort keys in
API list calls.