13:00:27 #startmeeting networking 13:00:27 Meeting started Tue Jul 15 13:00:27 2025 UTC and is due to finish in 60 minutes. The chair is haleyb. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:00:27 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 13:00:27 The meeting name has been set to 'networking' 13:00:37 Ping list: bcafarel, elvira, frickler, mlavalle, mtomaska, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, haleyb, ralonsoh 13:00:37 \o 13:00:42 o/ 13:00:46 hello 13:00:50 o/ hi 13:00:59 o/ 13:01:18 o/ 13:01:34 o/ 13:01:50 o/ 13:01:56 #announcements 13:01:58 hi everyone 13:02:09 We are currently in Week R-11 of Flamingo 13:02:15 Our next milestone in this development cycle will be Flamingo-3, week of August 25th 13:02:22 Final 2025.2 Flamingo release: October 3rd, 2025 13:03:11 there were a number of project releases the past week, including neutron 27.0.0.0b1 13:04:01 so now other projects can update requirements if they need something in this cycle's neutron code 13:04:14 The next OpenInfra PTG will take place October 27-31, 2025 and registration for the event is now open 13:04:18 #link https://ptg.openinfra.dev/ 13:04:43 #link https://releases.openstack.org/flamingo/schedule.html (missed that) 13:04:52 Reminder: If you have a topic for the drivers meeting on Friday, please add it to the wiki @ https://wiki.openstack.org/wiki/Meetings/NeutronDrivers 13:05:38 And just a reminder to check the priorities dashboard, and use the RP +1/+2 in changes that need attention 13:06:05 that was all the announcements i had, any others? 13:06:40 ok, moving on 13:06:46 #topic bugs 13:06:56 ralonsoh was the deputy last week, his report is at 13:07:03 #link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/AGG77SQFIKAIEUUXFSQYPB3KZC32OGVQ/ 13:07:56 all high/medium/low were taken and patches out 13:08:02 two are incomplete 13:08:35 #link https://bugs.launchpad.net/neutron/+bug/2116335 13:08:36 gateway_port: of NAT configured on logical router: is not a valid distributed gateway port on that router 13:08:44 ralonsoh asked for more information here 13:08:56 yes, I don't know what happened after the nodes reboot 13:09:09 so we need to know if the GW port were bound correctly 13:09:23 maybe there was a change in the chassis/chassis_private registers 13:09:33 ack, let's see if there is a response 13:10:12 next incomplete is 13:10:22 #link https://bugs.launchpad.net/neutron/+bug/2116723 13:10:23 VPN Perfect Forward Secrecy (PFS) is deactivated although configured as active 13:10:41 there was just a response 2 hours ago 13:10:58 i don't understand 'neutron version 2.0' though 13:11:02 yes but I'm not sure about this anwer 13:11:04 right 13:11:29 and he is also stating that "I don't use VPNaaS Plugin" 13:11:45 but the "openstack vpn" commands are from neutron-vpnaas 13:12:20 anyway, I'll try locally to reproduce this issue, but with master 13:13:20 oh, osism is our downstream packaging, we might have added it by default there. I'll have someone have a look at this on our end 13:13:22 perhaps someone from vpnaas can take a look, bugs.rst shows Dongcan Ye as contact not sure if he's in the channel 13:13:56 frickler: great, thanks! 13:15:33 https://osism.tech/ nice 13:16:32 that was all the unassigned bug 13:16:41 any other bugs people want to discuss? 13:17:05 thanks for the report ralonsoh 13:17:13 yw 13:17:23 this week the deputy is sahid, next week is jlibosva 13:18:42 hopefull that works for both - sahid, let me know if that is ok 13:19:09 #topic specs 13:19:20 #link https://review.opendev.org/q/project:openstack/neutron-specs+status:open 13:20:02 we still have a backlog there, please review so we can move some forward 13:20:30 and if you have a spec that has a -1 because it was targeted at a past release, please update accordingly 13:21:59 #topic community goals 13:22:22 i do not see lajos here, but there is one neutronclient change in-flight 13:22:34 #link https://review.opendev.org/q/topic:%22bug/1999774%22+status:open+project:openstack/python-openstackclient+or+status:open+owner:self+project:openstack/openstacksdk 13:22:43 that is the dashboard for current ones 13:23:19 #link https://review.opendev.org/c/openstack/python-openstackclient/+/950494 actually has two +2's so is good to go 13:23:59 stephenfin: can you take a look at ^^ ? i do not have +W powers there 13:24:45 and finally eventlet 13:25:08 haleyb done, though we should bump the minimum version of SDK in a follow-up 13:25:56 stephenfin: ack, unless you want to do there, up to you 13:26:43 i missed that comment 13:28:22 ack, done that too 13:28:51 great, one more neutronclient change off the list 13:29:07 ralonsoh: ok, back to eventlet 13:29:21 very little progress 13:29:28 I'm finishing the UTs 13:29:36 but still stuck in the FT... 13:29:52 I'm starting with the OVS related ones, in particular with the OVS agent 13:30:12 because now we actually spawn certain threads (that I'm not aware) 13:30:23 and these threads are not stopped, the tests never end 13:30:36 that's all (summary: I'm blocked) 13:31:09 ralonsoh: spawned via the ThreadPollExecutor class or somesuch? 13:31:25 of just directly as threads 13:31:34 but yes, most of them vie threadpoolexecutor 13:31:50 but the problem is also how the ovs agent is spawned, using the os-ken hub 13:32:02 (all OVS agent is hijacked by os-ken...) 13:34:06 ralonsoh: i know there was an os-ken change to default to native threads, do we need to merge that this cycle? i think we over-ride the setting 13:34:10 #link https://review.opendev.org/c/openstack/os-ken/+/938337 13:34:20 no, this is not the problem (I think) 13:34:45 the problem is how all the ovs agent is spawned, using the os-ken hub as base executor 13:35:08 we are forcing this new "threading" module (I need to re-check that) 13:35:33 anyway, tomorrow, if I have time, I'll spend the whole day on this 13:35:41 we need to fix the FTs ASAP 13:35:52 ""fix"" 13:36:00 os.environ['OSKEN_HUB_TYPE'] = 'native' seems to be set in ovs agent code 13:36:32 yes 13:36:45 ralonsoh: ack, thanks for the work, let me know if you need any help 13:36:49 thanks 13:37:41 #topic on-demand 13:38:16 i had forgotten one thing in announcements - i will be out next week on vacation 13:38:30 so if someone could lead this meeting that would be great 13:38:46 I can do it 13:38:46 for sure, I'll do 13:38:52 mlavalle, first 13:39:00 lol 13:39:09 mlavalle: great, thanks! 13:39:56 let's synch up on Friday to make sure we cover all the points you have in mind. I'll ping you 13:40:27 i would guess we can just cancel next friday's drivers meeting as well, if there is nothing on agenda by thursday for that can just cancel two weeks 13:40:34 ok 13:41:24 mlavalle: ack, at this point we are just a glider getting ready for final approach 13:42:06 haleyb: lol that easy for me. I know about gliders 13:42:50 yes, i remember the stories :) 13:43:36 at this point, making progress on eventlet is the priority, and fixing the bugs :) 13:43:57 Rodolfo Alonso proposed openstack/neutron master: [FT] Add a retry method when reading the ``Chassis_Private`` register https://review.opendev.org/c/openstack/neutron/+/955063 13:44:13 alright, any other topics? 13:44:24 not from me 13:44:39 neither from me 13:44:55 ok, thanks for attending, have a good week! 13:44:57 #endmeeting