mirror of
https://opendev.org/openstack/ironic.git
synced 2026-01-12 06:53:44 +00:00
Merge "Fix cleaning example in docs that sets the BMC clock to use correct arg"
This commit is contained in:
commit
ec455d6832
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}
|
||||
}]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue