Hi neutrinos,

time to start last bug deputy rotation for 2020, here are the bugs reported in week 49. A pretty normal range of bugs from CI fixes to scaling enhancements, most in progress.
Two are unassigned right now: OVN tempest failure (https://bugs.launchpad.net/neutron/+bug/1906490) and DHCP agent leases fix with segments (https://bugs.launchpad.net/neutron/+bug/1906406)

New RFE:
* [RFE] add new extension "device-profile" for port - https://bugs.launchpad.net/neutron/+bug/1906602
  New extension for device_profile notion of Cyborg project - already discussed and approved

Critical
* oom killer kills mysqld process on the node running fullstack tests - https://bugs.launchpad.net/neutron/+bug/1906366
  Patch to limit resources used in FT tests: https://review.opendev.org/c/openstack/neutron/+/764907
* SSH failures in the neutron-ovn-tempest-ovs-release-ipv6-only job - https://bugs.launchpad.net/neutron/+bug/1906490
  Unassigned
* neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_dhcp_port_status_active is failing often - https://bugs.launchpad.net/neutron/+bug/1906654
  https://review.opendev.org/c/openstack/neutron/+/755313 may help here, to confirm

High
* [ovn] Tempest tests failing while creating security group driver with KeyError: 'remote_address_group_id' - https://bugs.launchpad.net/neutron/+bug/1906500
  Broke after a recent merge (and not tested in gates), fix at https://review.opendev.org/c/openstack/neutron/+/765101
* [OVN Octavia Provider] OVN provider not setting member offline correctly on create when admin_state_up=False - https://bugs.launchpad.net/neutron/+bug/1906568
  Fix for tempest test in https://review.opendev.org/c/openstack/ovn-octavia-provider/+/765213

Medium
* [segments] dnsmasq can't delete lease for instance due to mismatch between client ip and local addr - https://bugs.launchpad.net/neutron/+bug/1906406
  With routed provider networks, DHCP agent at startup receives all leases, not only those from its segment
  Unassigned
* MTU for networks with enabled vlan transparency should be 4 bytes lower - https://bugs.launchpad.net/neutron/+bug/1906318
  Assigned to slaweq
* [L2][scale] add a trunk size config option for bundle flow install - https://bugs.launchpad.net/neutron/+bug/1906487
  New option to help with large set of flows installation: https://review.opendev.org/c/openstack/neutron/+/765072

Low
* dns-integration api extension shouldn't be enabled by ovn_l3 plugin if there is no corresponding ML2 extension driver enabled - https://bugs.launchpad.net/neutron/+bug/1906311
  Patch https://review.opendev.org/c/openstack/neutron/+/764831
* [L3] router HA port concurrently deleting - https://bugs.launchpad.net/neutron/+bug/1906375
  Happened on rocky but code did not change since, patch in progress https://review.opendev.org/c/openstack/neutron/+/764913
* [L2] current binding port get type errors - https://bugs.launchpad.net/neutron/+bug/1906381
  Patch in progress at https://review.opendev.org/c/openstack/neutron/+/764917
* Wrong error message when removing interface from router - https://bugs.launchpad.net/neutron/+bug/1906508
  Suggested fix https://review.opendev.org/c/openstack/neutron/+/765129

--
Bernard Cafarelli