5de0ccccd6
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
7 lines
209 B
YAML
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.
|