[release-announce] neutron-vpnaas 14.0.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 18 14:33:16 UTC 2020


We high-spiritedly announce the release of:

neutron-vpnaas 14.0.1: OpenStack Networking VPN as a Service

This release is part of the stein 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 14.0.0..14.0.1
----------------------------------------

659a8cd7f [stein-only] Upper-constrain neutron to stable/stein
4c2ee078b Execute neutron-vpn-netns-wrapper with rootwrap_config argument
1cb5a19f5 Add iptables command filter for functional test
a758545ce Fix vpn agent delete router error
88bd17d1d OpenDev Migration Patch
3ee70c74a Replace openstack.org git:// URLs with https://
0660d8b06 Update UPPER_CONSTRAINTS_FILE for stable/stein
a1f1d9576 Update .gitreview for stable/stein


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                                     |  3 ++-
.zuul.yaml                                                     |  8 ++++----
neutron_vpnaas/services/vpn/agent.py                           |  2 +-
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 +-
test-requirements.txt                                          |  3 ++-
tox.ini                                                        |  2 +-
12 files changed, 33 insertions(+), 17 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index eb1b88094..b5370b217 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,<15.0.0.0b1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ae0037557..1ea13e660 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12,2 @@ requests-mock>=1.2.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4'  # BSD






More information about the Release-announce mailing list