ironic/releasenotes/notes/fix-get-boot-device-not-persistent-5d6acffac3b287f7.yaml
Xavier 5de0ccccd6 Fix persistent information when getting boot device
This patches fixes the get_boot_device methods for oneview drivers
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: Iae837a304003cb6c17d5c40d039469b418c97421
Closes-Bug: #1706725
2017-09-06 15:52:45 +00:00

7 lines
209 B
YAML

---
fixes:
- |
Fixes ``get_boot_device`` method from oneview drivers' management interface.
Now the method returns the persistent boot option correctly, based on the
iLO information of the node.