[release-announce] [neutron] neutron-fwaas 11.0.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Sep 25 14:44:15 UTC 2017


We contentedly announce the release of:

neutron-fwaas 11.0.1: OpenStack Networking FWaaS

This release is part of the pike stable release series.

Download the package from:

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

For more details, please see below.

Changes in neutron-fwaas 11.0.0..11.0.1
---------------------------------------

352dce5 Updated from global requirements
a123e76 Fix router update on L3 agent restart
a7f901e FirewallGroupPortInvalidProject can be raised now
6043adc Update policy on rule addition/removal


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

neutron_fwaas/db/firewall/v2/firewall_db_v2.py     | 20 ++++---
.../agents/l3reference/firewall_l3_agent_v2.py     | 62 +++++++++++++++-------
neutron_fwaas/services/firewall/fwaas_plugin_v2.py | 18 ++++++-
.../unit/db/firewall/v2/test_firewall_db_v2.py     | 46 ++++++++++++++++
.../l3reference/test_firewall_l3_agent_v2.py       | 58 ++++++++++++++++++++
.../unit/services/firewall/test_fwaas_plugin_v2.py | 28 ++++++++++
requirements.txt                                   |  2 +-
9 files changed, 247 insertions(+), 31 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e0b5e8d..ba8def6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20 +20 @@ oslo.privsep!=1.17.0,>=1.9.0 # Apache-2.0
-pyroute2>=0.4.17 # Apache-2.0 (+ dual licensed GPL2)
+pyroute2!=0.4.18,!=0.4.19,!=0.4.20,>=0.4.17 # Apache-2.0 (+ dual licensed GPL2)






More information about the Release-announce mailing list