ironic/releasenotes/notes/api-none-3fdca1ccbb64d9b0.yaml
Dmitry Tantsur 55144d3bd2 Fix resource_url in the remaining resources
Node history was particularly affected: limit was not converted from
string to integer, so "next" link was never added.

Add some safeguards to the generic API code.

Change-Id: I1328e2f07621bf7e39b96eb4a7ddb66c9a2b65bb
2022-01-24 19:10:29 +01:00

13 lines
239 B
YAML

---
fixes:
- |
Fixes pagination for the following collections::
/v1/allocations
/v1/chassis
/v1/conductors
/v1/deploy_templates
/v1/nodes/{node}/history
The ``next`` link now contains a valid URL.