ironic/releasenotes/notes/fix_pagination_resource_url-42fb4023fde9da2b.yaml
Arne Wiebalck 69227c66c2 Set resource_url when getting all nodes
Since the default value resource_url is None, make sure the
parameter is set to 'nodes' when getting all nodes.

Change-Id: I6cc52eb56c7888a433d24aa79154143d6f35cf83
2022-01-17 14:30:58 +01:00

6 lines
157 B
YAML

---
fixes:
- |
Fixes an issue where clients would get a 404 due to the node pagination
breaking at max_limit due to an uninitialised resource_url.