diff --git a/releasenotes/notes/rpc-workers-4941f3b9136418df.yaml b/releasenotes/notes/rpc-workers-4941f3b9136418df.yaml new file mode 100644 index 00000000..3714e2f4 --- /dev/null +++ b/releasenotes/notes/rpc-workers-4941f3b9136418df.yaml @@ -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 `_. diff --git a/releasenotes/notes/sqlalchemy-20-abaa3d2895131ab4.yaml b/releasenotes/notes/sqlalchemy-20-abaa3d2895131ab4.yaml new file mode 100644 index 00000000..90ae2928 --- /dev/null +++ b/releasenotes/notes/sqlalchemy-20-abaa3d2895131ab4.yaml @@ -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 `_ + and `1984238 `_. diff --git a/releasenotes/notes/static-scheduler-2288b8173f9357a6.yaml b/releasenotes/notes/static-scheduler-2288b8173f9357a6.yaml new file mode 100644 index 00000000..e03ceb26 --- /dev/null +++ b/releasenotes/notes/static-scheduler-2288b8173f9357a6.yaml @@ -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 `_.