We high-spiritedly announce the release of: neutron-fwaas 12.0.1: OpenStack Networking FWaaS This release is part of the queens stable release series. Download the package from: https://tarballs.openstack.org/neutron-fwaas/ For more details, please see below. Changes in neutron-fwaas 12.0.0..12.0.1 --------------------------------------- 87695e5 Should forward only first accepted packet to table 91 and 92 cb53628 import zuul job settings from project-config aa1e78b Pin neutron version to stable/queens in unit test 1949733 Filter out conntrack entries with unknown protocol 58a6238 Fix pep8 new warnings and pip install error 9f6637a Fix sanity check for default firewall group name 384366b tests: don't rely on configuration files outside tests directory 5e96736 DVR-FWaaS: Fix DVR FWaaS rules for fipnamespace 43f56b7 Update UPPER_CONSTRAINTS_FILE for stable/queens 74c9044 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 30 + .../versions/4202e3047e47_add_index_tenant_id.py | 3 +- .../540142f314f4_fwaas_router_insertion.py | 8 +- .../versions/796c68dffbb_cisco_csr_fwaas.py | 7 +- ...5cc0_shared_attribute_for_firewall_resources.py | 6 +- ...2258a43_create_default_firewall_groups_table.py | 10 +- ...e5bff_uniq_firewallgroupportassociation0port.py | 8 +- .../firewall/drivers/linux/iptables_fwaas.py | 11 +- .../firewall/drivers/linux/iptables_fwaas_v2.py | 9 +- .../linux/l2/openvswitch_firewall/firewall.py | 32 +- .../drivers/linux/l2/openvswitch_firewall/rules.py | 11 +- .../firewall/drivers/linux/legacy_conntrack.py | 10 +- neutron_fwaas/services/firewall/fwaas_plugin_v2.py | 4 +- .../linux/l2/openvswitch_firewall/test_rules.py | 7 +- .../firewall/drivers/linux/test_iptables_fwaas.py | 2 +- .../drivers/linux/test_iptables_fwaas_v2.py | 2 +- .../drivers/linux/test_legacy_conntrack.py | 31 +- tools/tox_install.sh | 9 +- tox.ini | 2 +- 24 files changed, 185 insertions(+), 764 deletions(-)