Fix a typo in pxe_redfish definition
This typo leads for drivers misconfiguration and being unable to register redfish as a proper driver. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/907180 Closes-Bug: #2050835 Change-Id: I0a2c3f3019f20c18dcfbc82847c432e656eda051
This commit is contained in:
parent
8a3b336ca3
commit
ca0a92ee2a
@ -145,7 +145,7 @@ ironic_driver_types:
|
|||||||
boot: pxe
|
boot: pxe
|
||||||
deploy: direct
|
deploy: direct
|
||||||
inspect: redfish
|
inspect: redfish
|
||||||
managment: redfish
|
management: redfish
|
||||||
power: redfish
|
power: redfish
|
||||||
console: no-console
|
console: no-console
|
||||||
raid: no-raid
|
raid: no-raid
|
||||||
|
Loading…
Reference in New Issue
Block a user