Files
neutron/releasenotes/notes/config-additional-workers-with-ovn-idl-022a2fb4bcf724ec.yaml
Bodo Petermann 66ac943b64 Config option to enable OVN IDL on other workers
Add a configuration option to ovn group:
additional_worker_classes_with_ovn_idl
to optionally enable OVN IDL connections on additional workers.
By default the IDL connections are only initialized on API and
maintenance workers as other worker types normally don't need them.
But some plugins or extensions might still require IDL connections on
other workers and now may enable them via configuration, by adding the
worker class (or its alias from neutron.worker_classes) to
additional_worker_classes_with_ovn_idl.

Closes-Bug: #1927977
Change-Id: Ia0d882220cd281e3c91648e3f32a842d61a5f57d
2021-06-22 10:33:11 +02:00

8 lines
303 B
YAML

---
other:
- |
Added a new config option ``additional_worker_classes_with_ovn_idl``
to allow initialization of OVN IDL connections for additional worker
classes. Can be used for plugins or extensions that need IDL connections
for other worker classes than API and maintenance workers.