We are delighted to announce the release of: neutron-fwaas 10.0.1: 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.0..10.0.1 --------------------------------------- da9a5ef tempest: Switch to local copy of tempset/scenario/manager.py ac8b21f Updated from global requirements 95e171f Convert gate_hook to devstack-tools 9d052fa gate_hook: Stop including localrc 28c19a6 Do not complain in firewall_group_deleted if the FW is already deleted 8a2e255 Do not complain in firewall_deleted if the FW is already deleted Diffstat (except docs and test files) ------------------------------------- neutron_fwaas/services/firewall/fwaas_plugin_v2.py | 32 +- .../unit/services/firewall/test_fwaas_plugin_v2.py | 79 ++ requirements.txt | 2 +- 10 files changed, 1478 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fed35bd..8784441 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.8 # Apache-2.0 +pbr<2.0.0,>=1.8 # Apache-2.0