[release-announce] [neutron] neutron-fwaas 10.1.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 28 01:22:42 UTC 2017


We are gleeful to announce the release of:

neutron-fwaas 10.1.0: OpenStack Networking FWaaS

This release is part of the ocata stable release series.

Download the package from:

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

For more details, please see below.

Changes in neutron-fwaas 10.0.1..10.1.0
---------------------------------------

1f76429 Switch to use stable data_utils
8d56f62 Modify an order between iptables and conntrack when update firewall
84841b4 Updated from global requirements
d80832c ConntrackNetlink driver to delete conntrack entries
a54e42a Netlink library to delete conntrack entries
86e6857 Enable to configure conntrack driver
a08e305 Define in_namespace contextmanager
f290b02 Enable to run rootwrap/privsep related functional tests
3301972 Remove subunit-trace fork
427b359 Fix RPC scale issue using cast instead of fanout v1
7100c00 Fix scale issue in case of services_sync_needed v1


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

neutron_fwaas/db/firewall/firewall_db.py           |  15 +
neutron_fwaas/privileged/__init__.py               |  29 ++
neutron_fwaas/privileged/netlink_constants.py      |  63 +++++
neutron_fwaas/privileged/netlink_lib.py            | 249 +++++++++++++++++
neutron_fwaas/privileged/utils.py                  |  79 ++++++
.../services/firewall/agents/firewall_agent_api.py |   4 +
.../services/firewall/drivers/conntrack_base.py    |  35 +++
.../firewall/drivers/linux/iptables_fwaas.py       |  75 ++---
.../firewall/drivers/linux/iptables_fwaas_v2.py    |   2 +-
.../firewall/drivers/linux/legacy_conntrack.py     |  81 ++++++
.../firewall/drivers/linux/netlink_conntrack.py    | 137 +++++++++
neutron_fwaas/services/firewall/fwaas_plugin.py    |  87 ++++--
.../functional/privileged/test_netlink_lib.py      | 115 ++++++++
.../firewall/drivers/linux/test_iptables_fwaas.py  | 124 ++++++---
.../drivers/linux/test_legacy_conntrack.py         |  94 +++++++
.../drivers/linux/test_netlink_conntrack.py        | 239 ++++++++++++++++
.../unit/services/firewall/test_fwaas_plugin.py    | 121 +++++++-
requirements.txt                                   |   2 +-
setup.cfg                                          |   3 +
tools/configure_for_fwaas_func_testing.sh          |   9 +
tools/deploy_rootwrap.sh                           |  62 +++++
tools/pretty_tox.sh                                |   6 -
tools/subunit-trace.py                             | 307 ---------------------
tox.ini                                            |   6 +-
40 files changed, 2050 insertions(+), 515 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8784441..fed35bd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr<2.0.0,>=1.8 # Apache-2.0
+pbr>=1.8 # Apache-2.0






More information about the Release-announce mailing list