Add releasenotes for fixes made in this cycle
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: I856af3f0143e75253d001b50e70a418c1cac89f6changes/45/857645/1 21.0.0
parent
1c15cd1bc5
commit
abfd71ce42
@ -0,0 +1,9 @@
|
||||
---
|
||||
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>`_.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
In preparation for the upcoming SQLAlchemy 2.0 release, several fixes
|
||||
have been made regarding the use of context decorators.
|
||||
See bugs `1980671 <https://bugs.launchpad.net/neutron/+bug/1980671>`_
|
||||
and `1984238 <https://bugs.launchpad.net/neutron/+bug/1984238>`_.
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Multiple issues in the implementation of the StaticScheduler have been
|
||||
fixed that may have caused peers to be erroneously descheduled.
|
||||
See bug `1980235 <https://bugs.launchpad.net/neutron/+bug/1980235>`_.
|
Loading…
Reference in New Issue