summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorArne Wiebalck <Arne.Wiebalck@cern.ch>2022-01-11 12:37:41 +0100
committerArne Wiebalck <Arne.Wiebalck@cern.ch>2022-01-18 12:40:56 +0100
commitb5c1b9970e5f715d556381a7c3d4b837adaedf2f (patch)
tree89fc830ac84eb209a7f2d51fddc535a19db88d1b /releasenotes
parent02f158d9ea4566c829db22212c135a6f3201d9d3 (diff)
downloadironic-b5c1b9970e5f715d556381a7c3d4b837adaedf2f.tar.gz
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 (cherry picked from commit 69227c66c25d49beab3210bdf08f53cbde78d87f)
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix_pagination_resource_url-42fb4023fde9da2b.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/fix_pagination_resource_url-42fb4023fde9da2b.yaml b/releasenotes/notes/fix_pagination_resource_url-42fb4023fde9da2b.yaml
new file mode 100644
index 000000000..eb255a105
--- /dev/null
+++ b/releasenotes/notes/fix_pagination_resource_url-42fb4023fde9da2b.yaml
@@ -0,0 +1,5 @@
+---
+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.