ironic-inspector/releasenotes/notes/split-services-99873ff27ef2d89b.yaml
Mark Goddard 40f1dff1e5 Clean up release notes for 10.0.0
Change-Id: I827d60acf14ee6ed8182ceb4eff793aebcba50be
2019-09-23 17:17:54 +01:00

15 lines
780 B
YAML

---
features:
- |
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, 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 in non-standalone
mode, the user needs to set the new configuration option
``[coordination]backend_url``, which specifies the backend used for
coordination.