ironic/releasenotes/notes/fix-fields-missing-from-next-url-fd9fddf8e70b65ea.yaml
Mark Goddard 78c3af414c Fix up release notes for 14.0.0
Change-Id: I10286c48ddf3b7fba020db6175d5faa1c0911141
2020-02-10 17:07:45 +00:00

9 lines
371 B
YAML

---
fixes:
- |
Fixes issue where the resource list API returned results with requested
fields only until the API ``MAX_LIMIT``. After the API ``MAX_LIMIT`` is
reached the API started ignoring user requested fields. This fix will make
sure that the next url generated by the pagination code will include the
user requested fields as query parameter.