summaryrefslogtreecommitdiff
path: root/releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml
diff options
context:
space:
mode:
authorXavier <marcusrafael@lsd.ufcg.edu.br>2017-07-05 11:13:41 -0300
committerXavier <marcusrafael@lsd.ufcg.edu.br>2017-07-25 08:29:12 -0300
commit8f45317d4345872c050b2fa347f7be033556d2f5 (patch)
treec9e15eade0def648fb27d72a8761b2a762a869a4 /releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml
parent5187e80f03ee852b936e9cafe29895eab4ea5488 (diff)
downloadironic-8f45317d4345872c050b2fa347f7be033556d2f5.tar.gz
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
Diffstat (limited to 'releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml')
-rw-r--r--releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml b/releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml
new file mode 100644
index 000000000..78a6be2f5
--- /dev/null
+++ b/releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml
@@ -0,0 +1,6 @@
+---
+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.