redfish driver doesn't like trailing / on address
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Ironic |
Fix Released
|
High
|
Afonne-CID | ||
Bug Description
Running 2023.1, it looks like if you have a trailing slash on your redfish_address variable, ironic will accept it, but sushy will error attempting to instantiate the client:
2024-06-26 18:31:02.127 1 ERROR ironic.
2024-06-26 18:31:02.128 1 ERROR ironic.
But when we remove the trailing /, i.e. run something like the next line, it just worked:
openstack baremetal node set --driver-info redfish_address=http://
| Changed in ironic: | |
| assignee: | nobody → Afonne-CID (cidelight) |

Fix proposed to branch: master /review. opendev. org/c/openstack /ironic/ +/949597
Review: https:/