We jubilantly announce the release of: neutron-dynamic-routing 19.0.0: Neutron Dynamic Routing This release is part of the xena release series. The source is available from: https://opendev.org/openstack/neutron-dynamic-routing Download the package from: https://tarballs.openstack.org/neutron-dynamic-routing/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-dynamic-routing 18.0.0..19.0.0 ------------------------------------------------- bec4c15 Update TOX_CONSTRAINTS_FILE for stable/xena 1174a01 Update .gitreview for stable/xena f226215 Payload changes for FLOATING_IP events 891ca86 use payloads for ROUTER_INTERFACE events b8b8788 Use payload for PORT and FLOATING_IP events c021b10 Use bgp api-def from neutron-lib 7245c22 setup.cfg: Replace dashes with underscores f9288d7 Use py3 as the default runtime for tox 43f50d5 Fix TypeError when formatting BGP IP address. 28c8320 Add Python3 xena unit tests 19347ce Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 2 +- .../api/rpc/handlers/bgp_speaker_rpc.py | 5 +- neutron_dynamic_routing/db/bgp_db.py | 25 +- neutron_dynamic_routing/extensions/bgp.py | 142 +------ .../extensions/bgp_4byte_asn.py | 57 +-- .../extensions/bgp_dragentscheduler.py | 41 +- neutron_dynamic_routing/services/bgp/bgp_plugin.py | 66 +-- .../unit/api/rpc/handlers/test_bgp_speaker_rpc.py | 4 +- ...me-dynamic-routing-apidef-d656e3273baac4e8.yaml | 5 + releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 + setup.cfg | 8 +- tox.ini | 6 +- 17 files changed, 136 insertions(+), 742 deletions(-)