Merge "Clean up release notes and add a prelude"
This commit is contained in:
commit
43be5c582e
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
deprecations:
|
deprecations:
|
||||||
- |
|
- |
|
||||||
Deprecated the configuration option ``[processing]store_data_location``.
|
Deprecates the configuration option ``[processing]store_data_location``.
|
||||||
The introspection data could be retrieved from inspector, there is no
|
The introspection data can be retrieved from the ironic-inspector API,
|
||||||
need to keep an extra link in ironic.
|
there is no need to keep an extra link in ironic.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- |
|
- |
|
||||||
Fix starting inspection of node having IPv6 BMC address.
|
Fixes inspection of nodes with IPv6 BMC address. Inspection could not be
|
||||||
Inspection could not be initiated because v6 address
|
initiated because an IPv6 address was treated as a hostname, which could
|
||||||
was being considered as a hostname. Thus resolving incorrect
|
not be resolved.
|
||||||
hostname ended up with blocking error.
|
|
||||||
|
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