neutron-vpnaas 13.0.2 (rocky)
We are psyched to announce the release of: neutron-vpnaas 13.0.2: OpenStack Networking VPN as a Service This release is part of the rocky stable release series. The source is available from: https://opendev.org/openstack/neutron-vpnaas Download the package from: https://tarballs.openstack.org/neutron-vpnaas/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-vpnaas 13.0.1..13.0.2 ---------------------------------------- 6818274ac Add iptables command filter for functional test 25ab10c1a Update UPPER_CONSTRAINTS_FILE for stable/rocky af71c17d5 Execute neutron-vpn-netns-wrapper with rootwrap_config argument 092192df4 OpenDev Migration Patch d31f8696d Replace openstack.org git:// URLs with https:// b72e0f127 Upper-constrain neutron to stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 8 ++++---- lower-constraints.txt | 4 ++-- neutron_vpnaas/services/vpn/device_drivers/ipsec.py | 7 +++++++ neutron_vpnaas/services/vpn/device_drivers/libreswan_ipsec.py | 3 +++ neutron_vpnaas/services/vpn/device_drivers/strongswan_ipsec.py | 3 +++ playbooks/legacy/neutron-vpnaas-dsvm-functional-sswan/run.yaml | 6 +++--- playbooks/legacy/neutron-vpnaas-dsvm-rally/run.yaml | 10 +++++----- requirements.txt | 2 +- tox.ini | 10 +++++++++- 11 files changed, 39 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6a1bf57d9..e31149c27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23 +23 @@ oslo.utils>=3.33.0 # Apache-2.0 -neutron>=13.0.0.0b2 # Apache-2.0 +neutron>=13.0.0.0b2,<14.0.0.0b1 # Apache-2.0
participants (1)
-
no-reply@openstack.org