5847431e9c
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
8 lines
272 B
YAML
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.
|