neutron-dynamic-routing/releasenotes/notes/rpc-workers-4941f3b9136418df.yaml
Dr. Jens Harbott abfd71ce42 Add releasenotes for fixes made in this cycle
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: I856af3f0143e75253d001b50e70a418c1cac89f6
2022-09-14 13:19:29 +02:00

10 lines
405 B
YAML

---
fixes:
- |
The BGP service plugin RPC queue has been added to RPC workers, like
it is done in other Neutron service plugins (l3-plugin, metering, etc.).
This fixes RPC requests and AMQP heartbeats not getting processed in
time, causing AMQP connection dropping, and other unpredictable unwanted
behavior.
See bug `1974057 <https://bugs.launchpad.net/neutron/+bug/1974057>`_.