diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-02 14:43:27 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-02 14:43:27 +0000 |
commit | b479defac7bff3b326d9bb6edbad66bb5f1b1f8f (patch) | |
tree | 22acfe0dc231016ef926fa4b5e12857838517bb7 /releasenotes | |
parent | 1e26eb95f067a11aba2ec460f6b73a9af704747d (diff) | |
parent | da93b01f32e1b9d6efe435c16c9996c3cc45823a (diff) | |
download | ironic-b479defac7bff3b326d9bb6edbad66bb5f1b1f8f.tar.gz |
Merge "DRAC OOB inspection"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/drac-inspection-interface-b0abbad98fec1c2e.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/drac-inspection-interface-b0abbad98fec1c2e.yaml b/releasenotes/notes/drac-inspection-interface-b0abbad98fec1c2e.yaml new file mode 100644 index 000000000..4555172a8 --- /dev/null +++ b/releasenotes/notes/drac-inspection-interface-b0abbad98fec1c2e.yaml @@ -0,0 +1,7 @@ +--- +features: + - Adds out-of-band inspection interface usable by DRAC drivers. +upgrade: + - The ``inspect`` interface of the ``pxe_drac`` driver has switched to use + out-of-band inspection. For inband inspection, the node should be updated + to use the ``pxe_drac_inspector`` driver instead. |