summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-09-05 09:26:57 +0000
committerGerrit Code Review <review@openstack.org>2022-09-05 09:26:57 +0000
commit7f933a1bedfc7576cfd1909cff3c610f27f37759 (patch)
tree94953f3275339e0e6501339a6383938a95601a53 /releasenotes/notes
parent9eec746660136b412d4a78f956b48798b2d8d961 (diff)
parentc2ba869040f535e4bb83481d1fe9468e7e6991d8 (diff)
downloadironic-7f933a1bedfc7576cfd1909cff3c610f27f37759.tar.gz
Merge "Redfish: Consider password part of the session cache"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/redfish_consider_password_in_session_cache-1fa84234db179053.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/redfish_consider_password_in_session_cache-1fa84234db179053.yaml b/releasenotes/notes/redfish_consider_password_in_session_cache-1fa84234db179053.yaml
new file mode 100644
index 000000000..af48b88fa
--- /dev/null
+++ b/releasenotes/notes/redfish_consider_password_in_session_cache-1fa84234db179053.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Fixes an issue where the Redfish session cache would continue using an
+ old session when a password for a Redfish BMC was changed. Now the old
+ session will not be found in this case, and a new session will be created
+ with the latest credential information available.