8f45317d43
This patch removes the agent mixin interface from oneview drivers and adds a flag based solution instead. Once a set boot device operation needs to be performed, the operation is stored to driver_internal_info until the server power on. Before power the server on again, the operation stored is performed and then the server is powered on. Change-Id: I8dabf7ef1ff6e44c062310c5cb3509e545585c0a Closes-Bug: #1503855
7 lines
193 B
YAML
7 lines
193 B
YAML
---
|
|
features:
|
|
- |
|
|
Oneview drivers caches the next boot device in node's internal
|
|
info when set_boot_device() is called. It is applied on the
|
|
bare metal when node is power cycled.
|