From 950548a38d2338332597671ccf83755a4c5d608a Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Wed, 10 May 2017 18:59:00 -0400 Subject: [PATCH] Update reno for new ilo hardware type This updates the release note for the new 'ilo' hardware type to mention that it also supports 'iscsi' deploy interface. The separate release note about ilo supporting iscsi deploy interface is removed. This is all going into the same release, and it is confusing to have two separate release notes about the ilo hardware type. Change-Id: I4087d7f805dc7710b554c102f428b92cead1ebf9 Related-Bug: #1689274 --- releasenotes/notes/ilo-hardware-type-48fd1c8bccd70659.yaml | 2 +- ...deploy-support-for-ilo-hardware-type-bdfdce76cc265867.yaml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 releasenotes/notes/iscsi-deploy-support-for-ilo-hardware-type-bdfdce76cc265867.yaml diff --git a/releasenotes/notes/ilo-hardware-type-48fd1c8bccd70659.yaml b/releasenotes/notes/ilo-hardware-type-48fd1c8bccd70659.yaml index 52f3bbdfcc..b749c36598 100644 --- a/releasenotes/notes/ilo-hardware-type-48fd1c8bccd70659.yaml +++ b/releasenotes/notes/ilo-hardware-type-48fd1c8bccd70659.yaml @@ -9,7 +9,7 @@ features: * boot: ``ilo-virtual-media`` and ``ilo-pxe`` * console: ``ilo`` and ``no-console`` - * deploy: ``direct`` + * deploy: ``iscsi`` and ``direct`` * inspect: ``ilo``, ``inspector`` and ``no-inspect`` * management: ``ilo`` * network: ``flat``, ``no-op`` and ``neutron`` diff --git a/releasenotes/notes/iscsi-deploy-support-for-ilo-hardware-type-bdfdce76cc265867.yaml b/releasenotes/notes/iscsi-deploy-support-for-ilo-hardware-type-bdfdce76cc265867.yaml deleted file mode 100644 index bfe8d5c894..0000000000 --- a/releasenotes/notes/iscsi-deploy-support-for-ilo-hardware-type-bdfdce76cc265867.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -features: - - | - Adds support for ``iscsi`` deploy interface for ``ilo`` hardware type.