ironic/releasenotes/notes/fix-get-boot-device-not-persistent-de6159d8d2b60656.yaml
Hugo Nicodemos 5847431e9c Fix persistent information when getting boot device
This patches fixes the get_boot_device methods for ``oneview``
hardware type to consider onetime boot option on the machine's iLO.
if onetime boot is set to 'Once' on iLO, the method will return
persistent as False (not persistent), True otherwise (persistent).

Change-Id: I48d8b01ff37263a19c889f242a7ce2a99eee597e
Closes-Bug: #1706725
2018-01-25 01:31:50 +00:00

8 lines
272 B
YAML

---
fixes:
- |
The ``oneview`` management interface now correctly detects whether the
current boot device setting is persistent at the machine's iLO.
Previously it always returned ``True``.
See https://bugs.launchpad.net/ironic/+bug/1706725 for details.