summaryrefslogtreecommitdiff
path: root/releasenotes/notes/persist-redfish-sessions-d521a0846fa45c40.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/persist-redfish-sessions-d521a0846fa45c40.yaml')
-rw-r--r--releasenotes/notes/persist-redfish-sessions-d521a0846fa45c40.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/persist-redfish-sessions-d521a0846fa45c40.yaml b/releasenotes/notes/persist-redfish-sessions-d521a0846fa45c40.yaml
new file mode 100644
index 000000000..a986d9e1b
--- /dev/null
+++ b/releasenotes/notes/persist-redfish-sessions-d521a0846fa45c40.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ Fixes ``redfish`` hardware type to reuse HTTP session tokens when
+ talking to BMC using session authentication. Prior to this fix ``redfish``
+ hardware type never tried to reuse session token given out by BMC during
+ previous connection what may sometimes lead to session pool exhaustion
+ with some BMC implementations.