From ca92499dda78d5a37cde36e707b0adde4dfea311 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 23 Jan 2024 10:28:28 +0100 Subject: [PATCH] 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 (cherry picked from commit ca0a92ee2ae18458f2994297cf0cba64f1b33c7e) --- vars/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/main.yml b/vars/main.yml index ea8821e8..a8da4bef 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -128,7 +128,7 @@ ironic_driver_types: boot: pxe deploy: direct inspect: redfish - managment: redfish + management: redfish power: redfish console: no-console raid: no-raid