neutron-dynamic-routing 13.1.0 (rocky)
We are pumped to announce the release of: neutron-dynamic-routing 13.1.0: Neutron Dynamic Routing This release is part of the rocky stable 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. 13.1.0 ^^^^^^ New Features * DVR-aware BGP announcements are now supported for IPv4. Host routes for instances are announced as /32 host routes, using the appropriate floating IP gateway port on the host as the next-hop. This allows network traffic to bypass the centralized router on the network node and ingress/egress directly on the compute node. * The os-ken driver now supports announcement of IPv6 prefixes over IPv4 sessions and vice-versa. Peers can opt in/out with MP-BGP capabilities configured on the peer end of BGP sessions established with the os-ken driver. Changes in neutron-dynamic-routing 13.0.1..13.1.0 ------------------------------------------------- 032486a Implement DVR-aware fixed IP lookups bad20ef Enable MP-BGP capabilities in Ryu BGP driver 5a8348d Fix lower-constraints failures on stable/rocky a943a40 OpenDev Migration Patch 6751dfc Replace openstack.org git:// URLs with https:// Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 12 +- lower-constraints.txt | 2 +- neutron_dynamic_routing/db/bgp_db.py | 123 ++++++++++- .../services/bgp/agent/driver/ryu/driver.py | 15 +- neutron_dynamic_routing/services/bgp/bgp_plugin.py | 34 ++++ .../unit/services/bgp/driver/ryu/test_driver.py | 8 +- .../run.yaml | 6 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../dvr-aware-announcements-24bfcb8fee87161d.yaml | 8 + .../notes/mp-bgp-support-d408e8569e94d07f.yaml | 7 + requirements.txt | 2 +- test-requirements.txt | 3 +- 19 files changed, 430 insertions(+), 69 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 58a7a55..4791d55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20 +20 @@ oslo.utils>=3.33.0 # Apache-2.0 -neutron>=13.0.0 # Apache-2.0 +neutron>=13.0.0,<14.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e24f784..0ad78e6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +10,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD @@ -13,0 +13,2 @@ oslo.concurrency>=3.25.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org