From 06aea3649bd2e1e3dcb57e3e963695a57d2a645a Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 29 May 2019 10:55:44 +0200 Subject: [PATCH] Clean up release notes Change-Id: I5ac6428e9769544aafee415ea3f546379049c95c --- .../notes/add-more-lan-channels-8f5197ed5f057c25.yaml | 7 +++---- releasenotes/notes/bindmount-run-4c6a31d3ee4e0ed6.yaml | 2 +- .../notes/discover-ipv6-bmc-address-b3b357ff6c5d822c.yaml | 4 ++-- .../notes/get-physical-memory-535a32362bcdf83a.yaml | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/releasenotes/notes/add-more-lan-channels-8f5197ed5f057c25.yaml b/releasenotes/notes/add-more-lan-channels-8f5197ed5f057c25.yaml index b659e3860..e5dc6dfdd 100644 --- a/releasenotes/notes/add-more-lan-channels-8f5197ed5f057c25.yaml +++ b/releasenotes/notes/add-more-lan-channels-8f5197ed5f057c25.yaml @@ -1,7 +1,6 @@ --- fixes: - | - From IPMI specification v2.0, channel number 1-Bh(1-11) can - be used for various types of communications channels. - The respectively available channels depend on the specific - IPMI implementation for a specific server system. + Supports channel numbers 1 to 11 when looking for a BMC address. This is + consistent with the IPMI specification v2.0. Previously, only channels + 1 to 7 were considered. diff --git a/releasenotes/notes/bindmount-run-4c6a31d3ee4e0ed6.yaml b/releasenotes/notes/bindmount-run-4c6a31d3ee4e0ed6.yaml index bdeb00dba..d4878766b 100644 --- a/releasenotes/notes/bindmount-run-4c6a31d3ee4e0ed6.yaml +++ b/releasenotes/notes/bindmount-run-4c6a31d3ee4e0ed6.yaml @@ -1,4 +1,4 @@ --- fixes: - | - Mounts /run into chroot when installing grub to prevent timeouts. + Mounts ``/run`` into chroot when installing bootloader to prevent timeouts. diff --git a/releasenotes/notes/discover-ipv6-bmc-address-b3b357ff6c5d822c.yaml b/releasenotes/notes/discover-ipv6-bmc-address-b3b357ff6c5d822c.yaml index 73ebfabe3..abff71318 100644 --- a/releasenotes/notes/discover-ipv6-bmc-address-b3b357ff6c5d822c.yaml +++ b/releasenotes/notes/discover-ipv6-bmc-address-b3b357ff6c5d822c.yaml @@ -1,5 +1,5 @@ --- features: - | - Discover IPv6 BMC address and store it in "bmc_v6address" - field of hardware inventory sent back to inspector. + IPv6 BMC address is now discovered during inspection and sent as a new + ``bmc_v6address`` inventory field. diff --git a/releasenotes/notes/get-physical-memory-535a32362bcdf83a.yaml b/releasenotes/notes/get-physical-memory-535a32362bcdf83a.yaml index 0197f8f2f..407347047 100644 --- a/releasenotes/notes/get-physical-memory-535a32362bcdf83a.yaml +++ b/releasenotes/notes/get-physical-memory-535a32362bcdf83a.yaml @@ -2,5 +2,5 @@ fixes: - | Fixes an issue with retrieving all available physical memory. - For more details see: - `story 2005308 ` + For more details see + `story 2005308 `_.