From cc45ca03783dfc39d365c3755d35b16de5619a2b Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Sat, 29 Jun 2024 17:25:20 +0000 Subject: [PATCH] Release note for ``neutron-periodic-workers`` process Related-Bug: #2069581 Change-Id: I62d33908e0ff7d298172eca76b0e50e9de941bd6 --- ...process-neutron-periodic-workers-cbbc99ad1b222d65.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/process-neutron-periodic-workers-cbbc99ad1b222d65.yaml 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.