neutron/releasenotes/notes/process-neutron-periodic-workers-cbbc99ad1b222d65.yaml
Rodolfo Alonso Hernandez cc45ca0378 Release note for `neutron-periodic-workers` process
Related-Bug: #2069581
Change-Id: I62d33908e0ff7d298172eca76b0e50e9de941bd6
2024-07-08 06:35:22 +00:00

9 lines
351 B
YAML

---
features:
- |
Added a new process called ``neutron-periodic-workers``. This process is
spawned when using the Neutron API WSGI module with any mechanism driver.
It executes the ML2 plugin periodic workers that are collected by an
instance of the class ``AllServicesNeutronWorker`` and executed as threads
on a single worker.