55144d3bd2
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
13 lines
239 B
YAML
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.
|