Clean up release notes for 10.0.0

Change-Id: I827d60acf14ee6ed8182ceb4eff793aebcba50be
This commit is contained in:
Mark Goddard 2019-09-23 17:17:54 +01:00
parent adc1c24121
commit 40f1dff1e5
3 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,5 @@
---
fixes:
- |
Corrects introspection of active nodes that are not in the lookup cache,
Fixes introspection of active nodes that are not in the lookup cache,
see `story 2006233 <https://storyboard.openstack.org/#!/story/2006233>`_.

View File

@ -0,0 +1,4 @@
---
prelude: >
The Train release of Ironic Inspector features support for running separate
API and conductor services.

View File

@ -1,14 +1,14 @@
---
features:
- |
Allows splitting the ironic-inspector service to ironic-inspector-api and
Allows splitting the ironic-inspector service into ironic-inspector-api and
ironic-inspector-conductor which coordinate via tooz and its underlying
backend. A new configuration option ``[DEFAULT]standalone`` is introduced
to enable this feature. The configuration defaults to True,
to enable this feature. The configuration defaults to True, and
ironic-inspector runs as a single service, which is compatible with the
old behavior. When set to False, ``ironic-inspector-api-wsgi`` is used to
start the API service, and ``ironic-inspector-conductor`` is used to start
the conductor service. For ironic-inspector running at non-standalone
mode, user needs to set the new configuration option
the conductor service. For ironic-inspector running in non-standalone
mode, the user needs to set the new configuration option
``[coordination]backend_url``, which specifies the backend used for
coordination.