ironic/releasenotes/notes/fix_pagination_resource_url_ports-8d2696a6a7ab012f.yaml
Arne Wiebalck 2ac740e09d Set resource_url when getting all ports or portgroups
Since the default value resource_url is None, make sure the
parameter is set to 'ports' when getting all ports.

Change-Id: Id603ae5a4a802dfc8f866b15c8d327d95eba9310
2022-01-17 15:02:32 +01:00

7 lines
176 B
YAML

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