Xena Series Release Notes

19.1.1

Bug 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.

  • Multiple issues in the implementation of the StaticScheduler have been fixed that may have caused peers to be erroneously descheduled. See bug 1980235.

19.1.0

New Features

  • A new BGP scheduler has been added, called StaticScheduler. It will not perform any automatic scheduling of speakers to agents, instead relying on API calls to perform explicit scheduling, fulfilling the needs of larger deployments. See also bug 1920065. The plan is to make the StaticScheduler the default option for the next release and possibly deprecate the current default, ChanceScheduler.

19.0.0

New Features

  • The API definitions of neutron-dynamic-routing, bgp, bgp_4byte_asn and bgp_dragent_scheduler, are now available in neutron_lib.api.definitions.