Merge "Fix cleaning example in docs that sets the BMC clock to use correct arg"

This commit is contained in:
Zuul
2025-11-22 17:22:39 +00:00
committed by Gerrit Code Review

View File

@@ -374,7 +374,7 @@ An example is setting the BMC clock using the Redfish management interface::
"clean_steps": [{
"interface": "management",
"step": "set_bmc_clock",
"args": {"datetime": "2025-07-22T12:34:56+00:00"}
"args": {"target_datetime": "2025-07-22T12:34:56+00:00"}
}]
}