ironic/releasenotes/notes/redfish-add-root-prefix-03b5f31ec6bbd146.yaml
maelk 3f3fc7dca0
Redfish: Add root_prefix to Sushy
Adds the root_prefix parameter to the sushy context, based on the
user input for `redfish_address` parameter.
This is needed if the Redfish API is not located in the default
/redfish/v1/ endpoint.

Change-Id: Ie886040fef9bc75197a99fe7cc7495c6147edb38
2020-03-03 09:29:51 +02:00

8 lines
268 B
YAML

---
features:
- |
Add `root_prefix` parameter to the sushy context based on the path of
`redfish_address`. Defaults to sushy root_prefix default (`/redfish/v1/`).
This is needed if the Redfish API is not located in the default
/redfish/v1/ endpoint.