Clean up current release notes

Merge `timeout fails on active states` release notes, fix formatting,
adds more links.

Change-Id: I9acedc560def2700fc38554481bd47ef72e58475
This commit is contained in:
Anton Arefiev 2017-08-10 14:54:27 +03:00
parent 1f8977bdd3
commit 52c5c0c1ec
11 changed files with 23 additions and 25 deletions

View File

@ -1,5 +1,5 @@
---
features:
- |
Querying **inspector** rules API now also returns the ``invert`` and
Querying **ironic-inspector** rules API now also returns the ``invert`` and
``multiple`` attributes of the associated conditions.

View File

@ -1,4 +1,6 @@
---
other:
fixes:
- |
Allow a timeout to happen while a node inspection is in any active state.
Timeout in an active state led to an
`undefined transition error <https://bugs.launchpad.net/ironic-inspector/+bug/1662494>`_.
This is fixed and an introspection finishes now with ``Timeout`` error.

View File

@ -1,5 +1,5 @@
---
features:
- |
Add ``disabled`` option to add_ports, so discovered nodes can be created
without create ports.
Add ``disabled`` option to ``add_ports``, so discovered nodes can be
created without creating ports.

View File

@ -1,6 +1,5 @@
---
features:
- |
Add a check from the link_local_connection plugin to use data stored by the
lldp_basic plugin to avoid having to parse the LLDP packets twice.
Add a check from the ``link_local_connection`` plugin to use data stored by
the ``lldp_basic``; this avoids parsing the LLDP packets twice.

View File

@ -1,4 +1,4 @@
---
features:
- Adds node state to the GET /v1/introspection/<node UUID or name> and
GET /v1/introspection API response data.
- Adds node state to the ``GET /v1/introspection/<node UUID or name>`` and
``GET /v1/introspection`` API response data.

View File

@ -1,4 +0,0 @@
---
fixes:
- |
Timeout event on ``starting`` state lead to undefined transition error.

View File

@ -2,7 +2,8 @@
upgrade:
- |
Experimental setting IPMI credentials support was removed from all versions
of the API. The current API version was bumped to 1.12 to mark this change.
of the API. The current **ironic-inspector** API version was bumped to
`1.12` to mark this change.
- |
The default API version was synchronized with the current API version again
after removal of the IPMI credentials setting.

View File

@ -1,5 +1,6 @@
---
fixes:
- |
Create the node_state enum explicitly in the migration, as it is required
by PostgreSQL
For postgreSQL, the database migration command ``ironic-inspector-dbsync upgrade`` always
failed (with `enum NODE_STATE does not exist <https://bugs.launchpad.net/ironic-inspector/+bug/1696950>`_).
This is fixed and the migration now works.

View File

@ -6,4 +6,4 @@ features:
discovered and existing ports are affected.
upgrade:
- |
Bare metal API version '1.19' is now required.
Bare metal API version `1.19` is now required.

View File

@ -1,7 +1,6 @@
---
upgrade:
- |
Removes deprecated configuration options: ``introspection_delay_drivers``
from the DEFAULT section and ``log_bmc_address`` from the ``processing``
section.
Removes deprecated configuration options: ``introspection_delay_drivers`` from the
default section and ``log_bmc_address`` from the ``processing`` section.

View File

@ -5,7 +5,7 @@ upgrade:
removed if a node is removed from Ironic.
deprecations:
- |
The ``node_status_keep_time`` configuration option is deprecated. Now that
we can remove status information about nodes removed from **ironic**, this
option does not make much sense, and maybe be confusing (see `bug 1695858
<https://bugs.launchpad.net/ironic-inspector/+bug/1695858>`_).
The ``node_status_keep_time`` configuration option is deprecated.
Now that we can remove status information about nodes removed from
**ironic**, this option does not make much sense,
and `may be confusing <https://bugs.launchpad.net/ironic-inspector/+bug/1695858>`_