Hi all,

Bugs
-------

Gate issues
=========

1. fullstack failures in l3ha agent, placeholder: https://bugs.launchpad.net/neutron/+bug/2091351

May be related to https://bugs.launchpad.net/neutron/+bug/2083609
There's a fix for the latter: https://review.opendev.org/c/openstack/neutron/+/937758

2. functional suite OOMing when CPU number is low: https://bugs.launchpad.net/neutron/+bug/2091855

There's a fix to split the suite in serial runs: https://review.opendev.org/c/openstack/neutron/+/937759

The bug alludes that memory consumption could be improved; I'd recommend to limit the scope of this bug to fixing the CI failure and let the memory concerns be addressed elsewhere / by another owner if needed.

3. tempest failure in stable branch in psql job: https://bugs.launchpad.net/neutron/+bug/2091711

No fix; no owner.

API / policy
=========

All assigned to Slawek; not sure if he really wants to own all of them.

1. no quota on the number of tags breaks api: https://bugs.launchpad.net/neutron/+bug/2091410

DoS when too many tags are created; CVE adjacent. Need quotas for tags?

2. policy mechanism allows to work around some limitations on external connectivity when fwaas is used: https://bugs.launchpad.net/neutron/+bug/2091536

Not sure if it has a security angle or affects anything but fwaas.

3. custom policy rule failing due to missing fields: https://bugs.launchpad.net/neutron/+bug/2091493

Needs owner
==========

1. Unicast leakage on flat network: https://bugs.launchpad.net/neutron/+bug/2091211

The next step would be to set up a 2-compute devenv setup with flat and see if ml2/ovs openvswitch driver can reproduce. Additional tests to functional / fullstack / tempest validating leakage is not happening could be helpful too.

Already fixed
==========

1. 500 when backend doesn't support vlan-transparent: https://bugs.launchpad.net/neutron/+bug/2091613

2. pylint change broke ovn agent delete: https://bugs.launchpad.net/neutron/+bug/2091071


New RFEs
--------------

1. use unicast mode for keepalived to avoid vxlan flooding when mcast is off: https://bugs.launchpad.net/neutron/+bug/2091599

Ihar