2019-05-21 19:03:25 +00:00
|
|
|
---
|
|
|
|
features:
|
|
|
|
- |
|
2019-09-04 13:14:54 +00:00
|
|
|
Adds a new configuration option ``[drac]boot_device_job_status_timeout``
|
|
|
|
that specifies the maximum amount of time (in seconds) to wait for the boot
|
2019-05-21 19:03:25 +00:00
|
|
|
device configuration job to transition to the scheduled state to allow a
|
|
|
|
reboot or power on action to complete.
|
|
|
|
fixes:
|
|
|
|
- |
|
2019-09-04 13:14:54 +00:00
|
|
|
Fixes an issue in the ``idrac`` hardware type where a configuration job
|
|
|
|
does not transition to the correct state and start execution during
|
|
|
|
a power on or reboot operation. If the boot device is being changed,
|
|
|
|
the system might complete its POST before the job is ready, leaving
|
|
|
|
the job in the queue, and the system will boot from the wrong device.
|
2019-05-21 19:03:25 +00:00
|
|
|
See bug `2004909 <https://storyboard.openstack.org/#!/story/2004909>`_ for
|
2019-09-04 13:14:54 +00:00
|
|
|
details.
|