Friday, 2026-03-27

opendevreviewMerged openstack/neutron master: Update OVN doc about 'ovn-nbctl' command usage regarding the Gateway_Chassis registers  https://review.opendev.org/c/openstack/neutron/+/97970500:53
opendevreviewMerged openstack/neutron master: Fast exit ``set_port_status_up`` if port not present  https://review.opendev.org/c/openstack/neutron/+/98220502:14
opendevreviewMerged openstack/neutron master: Fix memory leak in ``ExclusiveResourceProcessor.__exit__``  https://review.opendev.org/c/openstack/neutron/+/98220802:14
lajoskatonazigo: Hi, good question, os-ken eventlet removal affects mostly ovs-agent and n-d-r as I remember, so there's a good chance that it will not work, but that's just a guess06:57
lajoskatonazigo: I can reproduce the issue locally and I hope I found the place where timers go mad in os-ken, so at the moment there's some hope 06:58
lajoskatonazigo: side note: I believed this for month with ovs-agent and that is still works mostly with eventlet as eventlet so deeply built into os-ken, so I am careful now :-)06:59
opendevreviewMarcin Wilk proposed openstack/neutron stable/2026.1: Update OVN doc about 'ovn-nbctl' command usage regarding the Gateway_Chassis registers  https://review.opendev.org/c/openstack/neutron/+/98236407:45
opendevreviewMarcin Wilk proposed openstack/neutron stable/2025.2: Update OVN doc about 'ovn-nbctl' command usage regarding the Gateway_Chassis registers  https://review.opendev.org/c/openstack/neutron/+/98236507:46
opendevreviewMarcin Wilk proposed openstack/neutron stable/2025.1: Update OVN doc about 'ovn-nbctl' command usage regarding the Gateway_Chassis registers  https://review.opendev.org/c/openstack/neutron/+/98236607:48
opendevreviewMarcin Wilk proposed openstack/neutron stable/2024.2: Update OVN doc about 'ovn-nbctl' command usage regarding the Gateway_Chassis registers  https://review.opendev.org/c/openstack/neutron/+/98236707:49
opendevreviewMarcin Wilk proposed openstack/neutron unmaintained/2024.1: Update OVN doc about 'ovn-nbctl' command usage regarding the Gateway_Chassis registers  https://review.opendev.org/c/openstack/neutron/+/98236807:50
zigolajoskatona: Tried, it didn't work to use n-d-r from Flamingo, as it attemps to "from neutron.common import eventlet_utils". So indeed, I have to wait for your fix. Thanks for working on it, and it's very nice you can reproduce ! :)08:30
zigoBTW, it's good that I tried, so I could a "Breaks: python3-neutron-dynamic-routing (<< 2:28.0.0~)" in the python3-neutron package ! :)08:31
lajoskatonazigo: I opened a bug for this: https://bugs.launchpad.net/neutron/+bug/2146526 , if you have anything to add dont hesitate :-)08:55
zigoThanks !08:55
zigoThe issue is in n-d-r or in os-ken?08:56
lajoskatonaNow I work on the os-ken side (around here: https://opendev.org/openstack/os-ken/src/branch/master/os_ken/services/protocols/bgp/utils/evtlet.py#L39 ) I hope that is enough to make it work again with native threading09:06
opendevreviewSlawek Kaplonski proposed openstack/neutron-fwaas master: [Functional] Pass correct router_info object to stop_logging method  https://review.opendev.org/c/openstack/neutron-fwaas/+/98237809:15
opendevreviewLajos Katona proposed openstack/os-ken master: WIP: Add native LoopingCall to BGP  https://review.opendev.org/c/openstack/os-ken/+/98238009:26
lajoskatonazigo: https://review.opendev.org/c/openstack/os-ken/+/982380 worked in my env, please check09:38
zigolajoskatona: Thanks, trying right away, thanks!09:38
zigolajoskatona: LGTM as well ! :)09:54
zigoThanks a lot for this fix, now I should be having a fully working Gazpacho release !!! :)09:54
ralonsohlajoskatona, why the curious naming for evenlet and theading? importing issues?09:56
ralonsohI'm reviewing this code now09:56
lajoskatonaralonsoh: no, my funny idea was to follow the same naming as the original code has, but perhaps there should be importing issue if the name shadows other 3pp or system packages10:06
ralonsohohh ok10:11
opendevreviewRodolfo Alonso proposed openstack/neutron-vpnaas master: Remove deprecated sha1, md5, and des algorithm references  https://review.opendev.org/c/openstack/neutron-vpnaas/+/98238310:11
opendevreviewRodolfo Alonso proposed openstack/neutron-vpnaas master: Remove compatibility for libreswan<v3.10  https://review.opendev.org/c/openstack/neutron-vpnaas/+/98238410:19
opendevreviewRodolfo Alonso proposed openstack/neutron-vpnaas master: Update libreswan driver compatibility  https://review.opendev.org/c/openstack/neutron-vpnaas/+/98238510:27
opendevreviewSlawek Kaplonski proposed openstack/neutron-lib master: Revert "Adds Remote Firewall Groups to FWaaS V2 Rules"  https://review.opendev.org/c/openstack/neutron-lib/+/98239411:14
*** b3nt_pin is now known as beagles13:21
haleyb#startmeeting neutron_drivers14:00
opendevmeetMeeting started Fri Mar 27 14:00:27 2026 UTC and is due to finish in 60 minutes.  The chair is haleyb. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
opendevmeetThe meeting name has been set to 'neutron_drivers'14:00
haleybPing list: ykarel, mlavalle, mtomaska, slaweq, tobias-urdin, lajoskatona, haleyb, ralonsoh14:00
mlavalle\o14:00
ralonsohhello14:00
kyu0hello14:01
haleybwe had one item for the agenda which could be quick14:01
haleybi'm going to propose we push any in the next couple of weeks into the PTG agenda14:01
haleyband if you haven't added any topics please do that :)14:01
haleyb#link https://etherpad.opendev.org/p/apr2026-ptg-neutron14:02
haleybkyu0: thanks for coming14:02
haleyb#link https://bugs.launchpad.net/neutron/+bug/214497714:02
haleybkyu0: so have you seen an issue in production where cleaning all ports causes an issue?14:03
kyu0Actually, I have not seen yet. But, I think it is risky.14:04
lajoskatonao/14:06
opendevreviewMerged openstack/neutron-fwaas master: [Functional] Pass correct router_info object to stop_logging method  https://review.opendev.org/c/openstack/neutron-fwaas/+/98237814:06
haleybdoes anyone have other questions?14:07
kyu0I’ve actually used this script in our production environment. Fortunately, there was only one port in an inactive state at that time, so it was fine.14:07
kyu0However, if there had been multiple ports in that state, the script would have cleared all of them, which could have led to serious issues.14:08
haleyband i'm assuming it is typically run in "dry run" mode first to determine what needs to be fixed first14:08
mlavalleI don't think it hurts, although, based on kyu0, seems hypothetical at this point in time14:09
ralonsohI don't see why clearing the state of ports in error state is something wrong. In any case, I'm totally fine with improving the script to be selective14:09
mlavalleyeah, it is a good improvement14:09
ykarel+1 to allow selective cleanup14:09
mlavalleis kyu0 going to implement it?14:10
kyu0I want to implement it, if it is okay.14:10
mlavallegreat!14:10
haleybmlavalle: i only mentioned since we run the ovn sync tool with --dry-run all the time, like every day14:10
lajoskatona+1 for improvement14:11
mlavalle+114:11
haleyb+1 from me as well14:11
haleybso that is quorom, i will mark approved14:11
kyu0Thank you everyone.14:12
haleybkyu0: yes, and thanks for proposing and working on this, since it is so small i think we can just treat like a bug fix, no spec needed14:12
kyu0Okay, I got it.14:13
haleybany other items to discuss?14:13
mlavallebefore we go, are we planning to move the time of this meeting in the near future? I was a bit lost this morning about the time14:13
mlavalleday saving transition season pains14:14
ykarelnot related to drivers, but i forgot i will be out next Monday, so proposing to cancel CI meeting, anything urgent comes in will raise on Tuesday meeting14:14
ykarelsorry next to next14:14
haleybi didn't plan on moving as i don't think we did previously, but is it an issue?14:14
ralonsohok, next week is easter week, so many people on PTO14:14
haleybmlavalle: actually, looking ahead this time does start to be a conflict for me :0/14:15
haleybis moving it an hour earlier Ok for people?14:15
mlavalleI am fine moving it or not. Just want to be aware14:15
slaweqgood for me14:16
lajoskatonathat would be 1300 UTC? That is good as I see14:16
slaweq(and sorry for being late, I am busy with some other stuff this week)14:16
opendevreviewJakub Libosvar proposed openstack/ovsdbapp master: venv: Stop OVN ovsdb-server processes  https://review.opendev.org/c/openstack/ovsdbapp/+/98242514:16
ralonsohok to 1300UTC14:16
haleybmlavalle: we can move all three, i don't know why we didn't move this one14:16
ykarel+1 to 1300UTC14:16
mlavalleyeap, that is why I was confused this morning14:17
haleybok, great i will move to 13:00 and add a note like the others14:17
mlavalleseemed odd that this is the only meeting we didn't move14:17
haleybit does looking back14:18
haleybthese few weeks between US and EU dst is a big mess14:18
mlavallethat is what I mean by dst confusion season14:19
lajoskatona:-)14:19
haleyb:14:19
haleyb:)14:19
haleybok, any other topics?14:20
haleybalright, thanks for attending everyone, have a nice weekend!14:21
haleyb#endmeeting14:21
opendevmeetMeeting ended Fri Mar 27 14:21:12 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:21
opendevmeetMinutes:        https://meetings.opendev.org/meetings/neutron_drivers/2026/neutron_drivers.2026-03-27-14.00.html14:21
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/neutron_drivers/2026/neutron_drivers.2026-03-27-14.00.txt14:21
opendevmeetLog:            https://meetings.opendev.org/meetings/neutron_drivers/2026/neutron_drivers.2026-03-27-14.00.log.html14:21
mlavalle\o14:21
ralonsohbye14:21
lajoskatonao/14:22
kyu0\o14:22
haleybhttps://review.opendev.org/c/opendev/irc-meetings/+/98243014:27
opendevreviewChris Buggy proposed openstack/neutron master: Add logging decorator for OVN maintenance methods  https://review.opendev.org/c/openstack/neutron/+/98155614:47
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == The AIvengers Initiative  https://review.opendev.org/c/openstack/neutron/+/98246616:22
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == The AIvengers Initiative  https://review.opendev.org/c/openstack/neutron/+/98246616:32
opendevreviewElvira García Ruiz proposed openstack/neutron-lib master: Add PVLAN api extension  https://review.opendev.org/c/openstack/neutron-lib/+/97593116:52
opendevreviewMerged openstack/neutron-lib master: Revert "Adds Remote Firewall Groups to FWaaS V2 Rules"  https://review.opendev.org/c/openstack/neutron-lib/+/98239418:52
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: Collect logs from Venvs  https://review.opendev.org/c/openstack/neutron/+/98248919:24
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: Collect logs from Venvs  https://review.opendev.org/c/openstack/neutron/+/98248920:20
opendevreviewMiguel Lavalle proposed openstack/neutron master: [WIP][OVN] Agent extension for segment bridges  https://review.opendev.org/c/openstack/neutron/+/98201823:27

Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!