ironic/releasenotes/notes/redfish-allow-missing-password-ce4fb161d35a6850.yaml
Dr. Jens Harbott 91b656d31c Fix redfish session cache on missing password
The redfish_password option is optional, make sure that the SessionCache
does not throw an error when it is not set.

Closes-Bug: 2097019

Change-Id: Idf792c982a883a4c07ae1dad72e3c54bc73b96a1
2025-01-30 21:02:26 +01:00

7 lines
184 B
YAML

---
fixes:
- |
Fixes an error within the redfish session cache when no
``redfish_password`` is specified
`bug 2097019 <https://bugs.launchpad.net/ironic/+bug/2097019>`_.