summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorArne Wiebalck <Arne.Wiebalck@cern.ch>2022-01-17 14:42:39 +0100
committerArne Wiebalck <Arne.Wiebalck@cern.ch>2022-01-17 15:02:32 +0100
commit2ac740e09d44bb91d0ec4180a1b5e500bc844f7c (patch)
tree77561c2973248c06bfaea97f2b961e310996415d /releasenotes
parent097ec2f8eefec6ac8ae3bbc547d5b9975b9750ba (diff)
downloadironic-2ac740e09d44bb91d0ec4180a1b5e500bc844f7c.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix_pagination_resource_url_ports-8d2696a6a7ab012f.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fix_pagination_resource_url_ports-8d2696a6a7ab012f.yaml b/releasenotes/notes/fix_pagination_resource_url_ports-8d2696a6a7ab012f.yaml
new file mode 100644
index 000000000..fc70d53c8
--- /dev/null
+++ b/releasenotes/notes/fix_pagination_resource_url_ports-8d2696a6a7ab012f.yaml
@@ -0,0 +1,6 @@
+---
+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.