Merge "Clean up release notes and add a prelude"

This commit is contained in:
Zuul 2019-03-12 18:31:30 +00:00 committed by Gerrit Code Review
commit 43be5c582e
3 changed files with 11 additions and 7 deletions

View File

@ -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.

View File

@ -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.

View 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.