We are ecstatic to announce the release of: neutron-fwaas 16.0.0: OpenStack Networking FWaaS This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/neutron-fwaas Download the package from: https://tarballs.openstack.org/neutron-fwaas/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. 16.0.0 ^^^^^^ Prelude ******* Neutron-fwaas project is now deprecated in the Neutron stadium. Deprecation Notes ***************** * Due to lack of maintainers neutron-fwaas project is now deprecated in the Neutron stadium. There is no planned releases of this project in the "Victoria" cycle. In "W" cycle project will be moved out from the stadium to the unofficial OpenStack projects. If You want to step in and be maintainer of this project to keep it in the Neutron stadium, please contact the "neutron team" via openstack- discuss@lists.openstack.org or IRC channel #openstack-neutron @freenode. Changes in neutron-fwaas 15.0.0..16.0.0 --------------------------------------- 5e6c04885 Deprecate neutron-fwaas as stadium project feb290fa1 Drop Python 2 Support f51b47506 setup.cfg: Cleanup a88d23c79 Remove os-testr leftovers 330e233a4 Remove fwaas_v1 extensions b76709009 Switch to official Ussuri jobs 2b662f05e Remove unused import statement. 201a2abeb PDF documentation build 578b12f35 Add 'none' to L3AgentExtensionAPI due to API changes e3c25d69b Add format string configuration for FWaaS v2 logging Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 - .testr.conf | 4 - .zuul.yaml | 3 +- README.rst | 8 + lower-constraints.txt | 1 - neutron_fwaas/db/models/head.py | 2 - neutron_fwaas/extensions/firewall.py | 205 --------------------- neutron_fwaas/extensions/firewall_v2.py | 15 ++ .../extensions/firewallrouterinsertion.py | 39 ---- neutron_fwaas/opts.py | 3 +- .../services/logapi/agents/drivers/iptables/log.py | 14 +- .../logapi/agents/drivers/iptables/test_log.py | 2 +- ...-fwaas-as-stadium-project-934d6acb3e824249.yaml | 14 ++ .../notes/drop-python-2-7-73d3113c69d724c1.yaml | 5 + setup.cfg | 11 +- test-requirements.txt | 1 - tools/ostestr_compat_shim.sh | 8 - tox.ini | 36 ++-- 22 files changed, 119 insertions(+), 312 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e0f78bf03..524587a8d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +11,0 @@ oslo.concurrency>=3.26.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0