ironic/releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml
Xavier 8f45317d43 Removes agent mixin from oneview drivers
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
2017-07-25 08:29:12 -03:00

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.