From 28c93ea7b9758e58ddd6a8b272e6815702d97431 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 11 Mar 2019 17:21:18 +0100 Subject: [PATCH] Clean up release notes and add a prelude Change-Id: Ic49a9a8372298822ba376bbd3fe3a460867b4bc6 --- .../deprecate-store-data-location-037eaab9cd326646.yaml | 6 +++--- ...ipv6-bmc-address-start-inspection-7a72794f25eb9f19.yaml | 7 +++---- releasenotes/notes/stein-prelude-42f0d90bf2c6a1a9.yaml | 5 +++++ 3 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 releasenotes/notes/stein-prelude-42f0d90bf2c6a1a9.yaml diff --git a/releasenotes/notes/deprecate-store-data-location-037eaab9cd326646.yaml b/releasenotes/notes/deprecate-store-data-location-037eaab9cd326646.yaml index b00fa0676..99ff0ee70 100644 --- a/releasenotes/notes/deprecate-store-data-location-037eaab9cd326646.yaml +++ b/releasenotes/notes/deprecate-store-data-location-037eaab9cd326646.yaml @@ -1,6 +1,6 @@ --- deprecations: - | - Deprecated the configuration option ``[processing]store_data_location``. - The introspection data could be retrieved from inspector, there is no - need to keep an extra link in ironic. + Deprecates the configuration option ``[processing]store_data_location``. + The introspection data can be retrieved from the ironic-inspector API, + there is no need to keep an extra link in ironic. diff --git a/releasenotes/notes/ipv6-bmc-address-start-inspection-7a72794f25eb9f19.yaml b/releasenotes/notes/ipv6-bmc-address-start-inspection-7a72794f25eb9f19.yaml index 26bbba43c..f5f385a62 100644 --- a/releasenotes/notes/ipv6-bmc-address-start-inspection-7a72794f25eb9f19.yaml +++ b/releasenotes/notes/ipv6-bmc-address-start-inspection-7a72794f25eb9f19.yaml @@ -1,7 +1,6 @@ --- fixes: - | - Fix starting inspection of node having IPv6 BMC address. - Inspection could not be initiated because v6 address - was being considered as a hostname. Thus resolving incorrect - hostname ended up with blocking error. + Fixes inspection of nodes with IPv6 BMC address. Inspection could not be + initiated because an IPv6 address was treated as a hostname, which could + not be resolved. diff --git a/releasenotes/notes/stein-prelude-42f0d90bf2c6a1a9.yaml b/releasenotes/notes/stein-prelude-42f0d90bf2c6a1a9.yaml new file mode 100644 index 000000000..644b46f4b --- /dev/null +++ b/releasenotes/notes/stein-prelude-42f0d90bf2c6a1a9.yaml @@ -0,0 +1,5 @@ +--- +prelude: > + The Stein release of ironic-inspector features support of storing + introspection data in the database instead of the Object Store service, + as well as fixes for IPv6.