[release-announce] [neutron] neutron-vpnaas 12.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 30 22:42:47 UTC 2018


We are thrilled to announce the release of:

neutron-vpnaas 12.0.0: OpenStack Networking VPN as a Service

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/neutron-vpnaas/

For more details, please see below.

Changes in neutron-vpnaas 11.0.0.0rc1..12.0.0
---------------------------------------------

0ecf82c Zuul: Remove project name
fbbf8bd Updated from global requirements
bc7b1bf Switch to neutron-tempest-plugin for tempest tests
5ec634a [doc] Add testing VPNaaS with devstack
78d2011 devstack: adapt to lib/neutron
0ac5f7f [doc] add more info to contributor guide
d494c34 [doc] Add more info about vpnaas team
ba18f8a [doc] Update for devstack configuration
3c57322 Move legacy jobs to project
25dd600 Updated from global requirements
84db0e7 Updated from global requirements
5fc1079 Fix usage of method ensure_dir
2d3ad63 Remove setting of version/release from releasenotes
88c3272 Updated from global requirements
38cbb60 use flavors api def from neutron-lib
d77a679 Updated from global requirements
5eb58a2 Redundant alias in import statement
7234047 Updated from global requirements
99d2687 VPN as a Service (VPNaaS) Agent
606c6fb Switch to tempest.common.utils.requires_ext
67caf28 Replace the usage of some aliases in tempest
d33afac Cleanup test-requirements
e3da5c1 Update for os-testr 1.0.0 / stestr
9c8ff22 DB migration milestone for Pike
63179db Updated from global requirements
374420b Remove vestigate HUDSON_PUBLISH_DOCS reference
bbe06b9 devstack: Use entrypoint name for service_plugin
06f8697 Fix to use "." to source script files
8a279b7 Update reno for stable/pike
dca5f91 devstack: Adapt to lib/neutron


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

.gitignore                                         |   1 +
.stestr.conf                                       |   3 +
.zuul.yaml                                         |  56 ++++
devstack/lib/l3_agent                              |  18 ++
devstack/local.conf.sample                         |  15 ++
devstack/local_AIO.conf.sample                     |  18 ++
devstack/plugin.sh                                 |  65 ++---
devstack/settings                                  |   9 +-
neutron_vpnaas/cmd/eventlet/agent.py               |  17 --
.../b6a2519ab7dc_rename_tenant_to_project.py       |   2 +-
.../95601446dbcc_add_flavor_id_to_vpnservices.py   |   6 +
neutron_vpnaas/extensions/vpnaas.py                |   2 +-
neutron_vpnaas/services/vpn/agent.py               |  70 +++--
.../services/vpn/device_drivers/ipsec.py           |   6 +-
neutron_vpnaas/services/vpn/plugin.py              |   7 +-
neutron_vpnaas/services/vpn/vpn_service.py         |  34 ---
.../strongswan/test_strongswan_driver.py           |  20 ++
.../neutron-vpnaas-dsvm-functional-sswan/post.yaml |  80 ++++++
.../neutron-vpnaas-dsvm-functional-sswan/run.yaml  |  56 ++++
.../legacy/neutron-vpnaas-dsvm-rally/post.yaml     | 106 ++++++++
.../legacy/neutron-vpnaas-dsvm-rally/run.yaml      |  63 +++++
.../legacy/neutron-vpnaas-dsvm-tempest/post.yaml   |  80 ++++++
.../legacy/neutron-vpnaas-dsvm-tempest/run.yaml    |  67 +++++
rally-jobs/plugins/test_vpn_connectivity.py        |   2 +-
rally-jobs/plugins/test_vpn_status.py              |   2 +-
rally-jobs/plugins/test_vpn_tenant_scenario.py     |   2 +-
releasenotes/source/conf.py                        |  11 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/pike.rst                       |   6 +
requirements.txt                                   |  24 +-
setup.cfg                                          |   3 +-
test-requirements.txt                              |  24 +-
tools/configure_for_vpn_func_testing.sh            |  12 -
tools/deploy_rootwrap.sh                           |   1 +
tools/install_venv.py                              |   2 +-
tools/test_script.sh                               |  53 ++++
51 files changed, 1146 insertions(+), 269 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e2e7112..09c5d6a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
-netaddr!=0.7.16,>=0.7.13 # BSD
+netaddr>=0.7.18 # BSD
@@ -11,11 +11,11 @@ alembic>=0.8.10 # MIT
-six>=1.9.0 # MIT
-neutron-lib>=1.9.0 # Apache-2.0
-oslo.concurrency>=3.8.0 # Apache-2.0
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
-oslo.db>=4.24.0 # Apache-2.0
-oslo.log>=3.22.0 # Apache-2.0
-oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0
-oslo.reports>=0.6.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
-oslo.service>=1.10.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+six>=1.10.0 # MIT
+neutron-lib>=1.13.0 # Apache-2.0
+oslo.concurrency>=3.25.0 # Apache-2.0
+oslo.config>=5.1.0 # Apache-2.0
+oslo.db>=4.27.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+oslo.messaging>=5.29.0 # Apache-2.0
+oslo.reports>=1.18.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7be177c..ac19c26 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ flake8-import-order==0.12 # LGPLv3
-mock>=2.0 # BSD
+mock>=2.0.0 # BSD
@@ -12,8 +12,6 @@ pylint==1.4.5 # GPLv2
-python-subunit>=0.0.18 # Apache-2.0/BSD
-requests-mock>=1.1 # Apache-2.0
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
-tempest>=16.1.0 # Apache-2.0
-testtools>=1.4.0 # MIT
-testresources>=0.2.4 # Apache-2.0/BSD
+requests-mock>=1.1.0 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+tempest>=17.1.0 # Apache-2.0
+testtools>=2.2.0 # MIT
+testresources>=2.0.0 # Apache-2.0/BSD
@@ -22,4 +20,4 @@ WebOb>=1.7.1 # MIT
-WebTest>=2.0 # MIT
-oslotest>=1.10.0 # Apache-2.0
-reno!=2.3.1,>=1.8.0 # Apache-2.0
-os-testr>=0.8.0 # Apache-2.0
+WebTest>=2.0.27 # MIT
+oslotest>=3.2.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+os-testr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list