We are excited to announce the release of: neutron-fwaas 9.0.1: OpenStack Networking FWaaS This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/neutron-fwaas/ For more details, please see below. Changes in neutron-fwaas 9.0.0..9.0.1 ------------------------------------- 2ed865f Convert gate_hook to devstack-tools 5cdc772 gate_hook: Stop including localrc f052634 Do not complain in firewall_group_deleted if the FW is already deleted 60d8e06 Do not complain in firewall_deleted if the FW is already deleted 40c81ac Correct LOG message in fwaas_plugin_v2 b3abd7d Optimize _make_firewall_dict_with_rules db queries 6b5a4ee Optimize _make_firewall_group_dict_with_rules 1918b97 Fix functional/tempest v2 failures Diffstat (except docs and test files) ------------------------------------- neutron_fwaas/db/firewall/firewall_db.py | 9 +- neutron_fwaas/db/firewall/v2/firewall_db_v2.py | 27 +- neutron_fwaas/services/firewall/fwaas_plugin.py | 30 +- neutron_fwaas/services/firewall/fwaas_plugin_v2.py | 30 +- .../unit/db/firewall/v2/test_firewall_db_v2.py | 14 + .../unit/services/firewall/test_fwaas_plugin.py | 41 +++ .../unit/services/firewall/test_fwaas_plugin_v2.py | 79 ++++++ 18 files changed, 815 insertions(+), 45 deletions(-)