[release-announce] neutron-vpnaas 17.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:27:57 UTC 2020


We are thrilled to announce the release of:

neutron-vpnaas 17.0.0: OpenStack Networking VPN as a Service

This release is part of the victoria 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 16.0.0.0rc1..17.0.0
---------------------------------------------

2b293a1bf Pin isort to 4.3.21
d4ef9c04f Fix functional gate failure
e6bb1584d Add aggressive negotiation mode for ikepolicy
94d131c3c Stop to use the __future__ module.
644a19d38 Remove translation sections from setup.cfg
d18958bf7 Switch to newer openstackdocstheme and reno versions
531e0262c Add Ussuri milestone tag for alembic migration revisions
3e1828e07 Fix unsubscriptable-object error
f1c68ac9c Bump default tox env from py37 to py38
773fe2173 Add Python3 victoria unit tests
247d335be Update master for stable/ussuri


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

.zuul.yaml                                         |  2 +-
babel.cfg                                          |  2 -
lower-constraints.txt                              | 12 ++---
.../alembic_migrations/versions/EXPAND_HEAD        |  2 +-
.../b6a2519ab7dc_rename_tenant_to_project.py       |  3 +-
.../95601446dbcc_add_flavor_id_to_vpnservices.py   |  4 +-
...41731f1a_drop_cisco_csr_identifier_map_table.py |  5 ++
...f884db48ba9_add_aggressive_negotiation_modes.py | 39 ++++++++++++++
neutron_vpnaas/db/vpn/vpn_db.py                    |  4 +-
neutron_vpnaas/db/vpn/vpn_models.py                |  2 +-
neutron_vpnaas/extensions/vpnaas.py                |  2 +-
.../template/openswan/ipsec.conf.template          |  3 ++
.../template/strongswan/ipsec.conf.template        |  3 ++
...gressive-negotiation-mode-3d8fbcd843d003b7.yaml |  5 ++
releasenotes/source/conf.py                        | 14 ++---
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ussuri.rst                     |  6 +++
setup.cfg                                          | 14 -----
test-requirements.txt                              |  7 +--
tools/check_i18n.py                                |  1 -
tools/configure_for_vpn_func_testing.sh            |  3 +-
tools/install_venv.py                              |  1 -
tools/install_venv_common.py                       |  2 -
tox.ini                                            |  2 +-
28 files changed, 209 insertions(+), 70 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 722fde82a..9946dd98e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,0 +9 @@ flake8-import-order==0.12 # LGPLv3
+isort==4.3.21 # MIT
@@ -11,2 +12,2 @@ requests-mock>=1.2.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
@@ -20 +21 @@ oslotest>=3.2.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list