Release note for `neutron-periodic-workers` process

Related-Bug: #2069581
Change-Id: I62d33908e0ff7d298172eca76b0e50e9de941bd6
This commit is contained in:
Rodolfo Alonso Hernandez 2024-06-29 17:25:20 +00:00 committed by Brian Haley
parent 5602d1db4b
commit cc45ca0378

View File

@ -0,0 +1,8 @@
---
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.