From e21f19808bede895526ae37e9b23b5ed457f4fe8 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 16 Jan 2018 12:29:33 +0100 Subject: [PATCH] Clean up release notes before a release Change-Id: I03c3e8944b8f1a7518527db55936aa3bdf7c93b8 --- ...re-NICs-that-are-not-plugged-in-29213f0a701a72e4.yaml | 9 +++++---- .../add-coreos-dhcp-rescue-support-1dd8e9d5ac9c7594.yaml | 4 ++-- ...-root-uuid-for-whole-disk-image-1c13b70f6b74bce0.yaml | 7 +++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/releasenotes/notes/LLDP-ignore-NICs-that-are-not-plugged-in-29213f0a701a72e4.yaml b/releasenotes/notes/LLDP-ignore-NICs-that-are-not-plugged-in-29213f0a701a72e4.yaml index 1f54af9b5..78c5def3c 100644 --- a/releasenotes/notes/LLDP-ignore-NICs-that-are-not-plugged-in-29213f0a701a72e4.yaml +++ b/releasenotes/notes/LLDP-ignore-NICs-that-are-not-plugged-in-29213f0a701a72e4.yaml @@ -1,7 +1,8 @@ --- fixes: - | - Fixes bug in LLDP discovery code which lead to no LLDP information being - discovered for any network interface if one network interface raised an - exception, for example if the network interface incorrectly indicates its - ready to read. ``_ + Fixes a bug in the LLDP discovery code that prevented reporting any + LLDP information if an LLDP discovery raised an exception for one of the + network interfaces. This could happen, for example, if a network + interface incorrectly indicated its readiness for reading. See `bug 1665025 + `_ for details. diff --git a/releasenotes/notes/add-coreos-dhcp-rescue-support-1dd8e9d5ac9c7594.yaml b/releasenotes/notes/add-coreos-dhcp-rescue-support-1dd8e9d5ac9c7594.yaml index 59dbb1ea0..1de5d3436 100644 --- a/releasenotes/notes/add-coreos-dhcp-rescue-support-1dd8e9d5ac9c7594.yaml +++ b/releasenotes/notes/add-coreos-dhcp-rescue-support-1dd8e9d5ac9c7594.yaml @@ -1,4 +1,4 @@ --- features: - - Adds an extension to support rescue mode for CoreOS agents using DHCP - for the tenant network. + - Adds an extension to support rescue mode for a CoreOS-based ramdisk using + DHCP for the tenant network. diff --git a/releasenotes/notes/fix-to-pass-root-uuid-for-whole-disk-image-1c13b70f6b74bce0.yaml b/releasenotes/notes/fix-to-pass-root-uuid-for-whole-disk-image-1c13b70f6b74bce0.yaml index 7a187e4e2..433e7b1f3 100644 --- a/releasenotes/notes/fix-to-pass-root-uuid-for-whole-disk-image-1c13b70f6b74bce0.yaml +++ b/releasenotes/notes/fix-to-pass-root-uuid-for-whole-disk-image-1c13b70f6b74bce0.yaml @@ -1,7 +1,6 @@ --- fixes: - | - Fixes an issue wherein IPA does not return ``root_uuid`` as part of - command status when provisioning of whole disk image is performed - using ``agent`` deploy interface from ironic. See `bug 1713916 - `_ for details. + Now correctly returns ``root_uuid`` as part of command status when + provisioning a whole disk image using the ``direct`` deploy interface. See + `bug 1713916 `_ for details.