summaryrefslogtreecommitdiff
path: root/releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Release notes clean up for the next releaseDmitry Tantsur2017-08-081-3/+3
| | | | Change-Id: I4b911928bcdb65a9950dfe955afc5a4f554d9bd1
* Removes agent mixin from oneview driversXavier2017-07-251-0/+6
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