Clean up release notes and add a prelude
Change-Id: Ic49a9a8372298822ba376bbd3fe3a460867b4bc6
This commit is contained in:
parent
b3088916c6
commit
28c93ea7b9
@ -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.
|
||||
|
@ -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.
|
||||
|
5
releasenotes/notes/stein-prelude-42f0d90bf2c6a1a9.yaml
Normal file
5
releasenotes/notes/stein-prelude-42f0d90bf2c6a1a9.yaml
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user