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
8 lines
303 B
YAML
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.
|