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

View File

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

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.