| commit | e49b99c85f7d40444a223aaaf4a67885b205ba21 | [log] [tgz] |
|---|---|---|
| author | Slawek Kaplonski <skaplons@redhat.com> | Tue Feb 24 11:41:24 2026 +0100 |
| committer | Slawek Kaplonski <skaplons@redhat.com> | Wed Mar 11 11:44:01 2026 +0000 |
| tree | 2de75bd653c230d5f1d79e0a62f2a25518af57f0 | |
| parent | a198248c4853b0a4a8e602964c3f324b4c43e1c2 [diff] |
Enable logging API in the fwaas-openvswitch scenario job In the FWaaS scenario job which is based on the ML2/OVS backend logging API should be enabled as there is iptables logapi driver in FWaaS (and that iptables_v2 driver is used in such case by FWaaS. Additionally this patch fixes FWaaS driver configured in the Tempest config. Previously it was set to `openvswitch` which is technically incorrect as the real name of the firewall driver used in such deployment is `iptables_v2`. This change has no real effect as neutron-tempest-plugin is only using it to check if driver is `ovn` or not to make some additional assertions or add rules. Related-bug: #2141320 Depends-On: https://review.opendev.org/c/openstack/neutron-fwaas/+/979978 Depends-On: https://review.opendev.org/c/openstack/neutron-fwaas/+/980014 Depends-On: https://review.opendev.org/c/openstack/neutron-fwaas/+/980016 Depends-On: https://review.opendev.org/c/openstack/neutron-fwaas/+/980018 Change-Id: Ia78f49678fc683d1744d510b24d2d61bbf3399b4 Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>