diff --git a/releasenotes/notes/process-neutron-periodic-workers-cbbc99ad1b222d65.yaml b/releasenotes/notes/process-neutron-periodic-workers-cbbc99ad1b222d65.yaml new file mode 100644 index 00000000000..381c7e3b134 --- /dev/null +++ b/releasenotes/notes/process-neutron-periodic-workers-cbbc99ad1b222d65.yaml @@ -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.