Tuesday, 2026-07-07

opendevreviewDoug Goldstein proposed openstack/neutron-lib master: add initial typing to TypeDriver interface  https://review.opendev.org/c/openstack/neutron-lib/+/98776904:33
opendevreviewDoug Goldstein proposed openstack/neutron-lib master: add initial typing to TypeDriver interface  https://review.opendev.org/c/openstack/neutron-lib/+/98776905:07
opendevreviewDoug Goldstein proposed openstack/neutron-lib master: add typing to the remaining ML2 driver interfaces  https://review.opendev.org/c/openstack/neutron-lib/+/99619805:07
opendevreviewDoug Goldstein proposed openstack/neutron-lib master: add TypedDicts for the network, subnet and port resources  https://review.opendev.org/c/openstack/neutron-lib/+/99619905:07
opendevreviewRodolfo Alonso proposed openstack/neutron master: ovn: Fix HAChassisGroupRouterEvent setting options.chassis on physnet routers  https://review.opendev.org/c/openstack/neutron/+/99593006:59
opendevreviewMohamad Mouselli proposed openstack/neutron unmaintained/2023.1: fix(ovn): fix error handling of sync job  https://review.opendev.org/c/openstack/neutron/+/99621107:09
opendevreviewRodolfo Alonso proposed openstack/neutron master: ovn: Use ``strutils.bool_from_string`` for OVN checks  https://review.opendev.org/c/openstack/neutron/+/99609407:37
rm_work[m]ralonsoh: hey, hoping we could touch base on https://review.opendev.org/c/openstack/neutron/+/99516207:59
rm_work[m]I think maybe it looks like it is doing more than it is08:00
ralonsohrm_work[m], we still don't provide support in Neutron for other than uWSGI module for the Neutron API08:03
ralonsohuntil https://bugs.launchpad.net/neutron/+bug/2158981 is completed, we can't add this patch 08:03
ralonsohand https://review.opendev.org/c/openstack/neutron/+/995162/8/neutron/common/wsgi_utils.py in particular is wrong08:03
ralonsohthe wsgi utils methods are updated in https://review.opendev.org/q/topic:%22bug/2158981%2208:04
rm_work[m]hmm ok I will take a look08:05
rm_work[m]the patch to wsgi_utils.py is just to bypass an issue with the worker count assumption, but I can do it another way08:06
rm_work[m]technically there is very little that needs to be changed to allow neutron to support any ASGI runner08:06
rm_work[m]maybe the changes in your outstanding patches will help08:08
ralonsohrm_work[m], as commented, the wsgi method are refactored in https://review.opendev.org/q/topic:%22bug/2158981%2208:08
rm_work[m]yeah I am looking now08:09
rm_work[m]yeah 995800 basically handles this I think08:09
rm_work[m]let me try something08:10
rm_work[m]it's CLOSE, I can rebase on top of that though and the addition would be extremely minimal08:14
opendevreviewAdam Harwell proposed openstack/neutron master: Add ASGI application entry point for Neutron API  https://review.opendev.org/c/openstack/neutron/+/99516208:18
rm_work[m]ralonsoh: how about this? https://review.opendev.org/c/openstack/neutron/+/995162/9/neutron/common/wsgi_utils.py08:18
rm_work[m]rebased onto the end of your chain08:18
ralonsohok, let's get the RFE approved for WSGI and then let's implement ASGI. That would deserve a RFE too08:24
rm_work[m]It is... really not that big? It's this patch only... like 30 lines?08:24
ralonsohit doesn't matter: this is adding a new running module for the Neutron API that is not tested at all08:25
rm_work[m]I actually did a ton of research and PoC work on doing more thorough async refactoring of services and my conclusion was that it just isn't work it -- we get 95% of the benefit on the frontend just from this08:25
rm_work[m]well, technically the gate I added in that CR tests it :D but point taken08:26
ralonsohfor that to be accepted we would need a CI job08:26
rm_work[m]yeah, my CR has a CI job08:26
rm_work[m]it passes08:26
rm_work[m]https://zuul.opendev.org/t/openstack/build/bbd60b67d0ee474a819c6e810292210708:26
ralonsohyes, most probably not there but in experimental/periodic queue08:27
rm_work[m]I also have an all-inclusive devstack one: https://review.opendev.org/c/openstack/devstack/+/99519108:28
rm_work[m]it is not passing yet but it will soon with all core services08:28
rm_work[m]this is the full effort: https://review.opendev.org/q/hashtag:%22asgi%22+(status:open%20OR%20status:merged)08:29
rm_work[m]I can do periodic or experimental as well, I'm not sure what is the preferred approach08:30
ralonsohthe queue is the same, one is a pointer to the other08:31
ralonsohin any case, this feature deserves an explanation during a neutron drivers meeting08:31
rm_work[m]yeah happy to stop by08:32
ralonsohhttps://wiki.openstack.org/wiki/Meetings/NeutronDrivers08:32
rm_work[m]the explanation is very short: adding ASGI serving to every OpenStack API service is a small change per project (just a few new files, little to no existing code touched typically) and it gets us HTTP/2 over TLS with request multiplexing, and the ability to use our choice of ASGI server (hypercorn, granian, etc)08:39
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: [hotplug ipv6] Also detect DAD stuck in tentative state  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/99622308:40
ralonsohykarel_, ^ check this out08:40
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2026.1: rpc/ovn: Use base OVN IDL for RPC workers, disable notification events  https://review.opendev.org/c/openstack/neutron/+/99622408:51
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2025.2: rpc/ovn: Use base OVN IDL for RPC workers, disable notification events  https://review.opendev.org/c/openstack/neutron/+/99622508:51
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2025.1: rpc/ovn: Use base OVN IDL for RPC workers, disable notification events  https://review.opendev.org/c/openstack/neutron/+/99622608:51
ykarel_ralonsoh, ack last time when i looked at this i haven't seen it getting stuck in tentative but may have missed something09:00
ykarel_but yes this may help if that's happening here09:00
opendevreviewDr. Jens Harbott proposed openstack/neutron unmaintained/2024.1: Fix cross-project access to router conntrack helpers  https://review.opendev.org/c/openstack/neutron/+/99623009:15
opendevreviewRodolfo Alonso proposed openstack/neutron master: ai: Add code-review agent guide  https://review.opendev.org/c/openstack/neutron/+/99610609:20
opendevreviewRodolfo Alonso proposed openstack/neutron master: ai: Add Launchpad bug triage agent  https://review.opendev.org/c/openstack/neutron/+/99623109:20
opendevreviewRodolfo Alonso proposed openstack/neutron master: ai: Add git commit message formatting agent  https://review.opendev.org/c/openstack/neutron/+/99623309:28
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove ``cisco_init_ops`` dead migration code  https://review.opendev.org/c/openstack/neutron/+/99623609:54
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove Cisco ML2 Nexus dead migration code  https://review.opendev.org/c/openstack/neutron/+/99623810:05
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove VMware/NSX dead migration code  https://review.opendev.org/c/openstack/neutron/+/99623910:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove Brocade dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624010:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove Nuage dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624110:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove NEC dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624210:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove Metaplugin and BigSwitch dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624310:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove OVS monolithic plugin dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624410:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove LinuxBridge monolithic plugin dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624510:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove IP availability ranges dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624610:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove DVR csnat_l3_agent_bindings dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624710:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove Embrane LBaaS dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624810:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove portbindingports dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624910:24
opendevreviewRodolfo Alonso proposed openstack/neutron master: quota: Fix reservation under-counting in ``get_total_reservations_map()``  https://review.opendev.org/c/openstack/neutron/+/99626610:49
opendevreviewMerged openstack/neutron master: ovn: Handle ``PortNotFound`` in ``update_virtual_port_parent_host``  https://review.opendev.org/c/openstack/neutron/+/99607710:52
opendevreviewRodolfo Alonso proposed openstack/neutron master: ovn: Remove ``BaseEvent`` and fix ``matches()`` bypassing ``base_match()``  https://review.opendev.org/c/openstack/neutron/+/99594511:01
opendevreviewRodolfo Alonso proposed openstack/neutron master: ai: Add Launchpad bug triage agent  https://review.opendev.org/c/openstack/neutron/+/99623111:15
opendevreviewRodolfo Alonso proposed openstack/neutron master: ai: Add git commit message formatting agent  https://review.opendev.org/c/openstack/neutron/+/99623311:15
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: [hotplug ipv6] Also detect DAD stuck in tentative state  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/99622311:37
opendevreviewRodolfo Alonso proposed openstack/neutron master: quota: Fix reservation under-counting in ``get_total_reservations_map()``  https://review.opendev.org/c/openstack/neutron/+/99626611:44
opendevreviewLajos Katona proposed openstack/python-neutronclient master: Delete onboard_network_subnets  https://review.opendev.org/c/openstack/python-neutronclient/+/99599312:15
opendevreviewSlawek Kaplonski proposed openstack/neutron-specs master: Add spec for the indirect Floating IPs  https://review.opendev.org/c/openstack/neutron-specs/+/99626912:26
slaweqhi haleyb would it be possible to "revive" old RFE https://bugs.launchpad.net/neutron/+bug/2072505 and bring it to the neutron-drivers meeting agenda for this week to discuss? I just proposed first draft of the spec related to it ^^ so that it maybe could be possible to discuss this Friday. Thx in advance12:28
ralonsohactually I added a topic for this friday too12:29
ralonsohI'll be there this friday12:29
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: [hotplug ipv6] Handle DAD stuck in tentative state  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/99622312:48
haleybslaweq: yes, i think that is ok, and i will be around friday12:49
slaweqhaleyb: that's great, thx a lot12:53
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove Cisco ML2 Nexus dead migration code  https://review.opendev.org/c/openstack/neutron/+/99623812:55
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove VMware/NSX dead migration code  https://review.opendev.org/c/openstack/neutron/+/99623912:55
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove Brocade dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624012:55
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove Nuage dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624112:55
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove NEC dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624212:56
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove Metaplugin and BigSwitch dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624312:56
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove OVS monolithic plugin dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624412:56
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove LinuxBridge monolithic plugin dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624512:56
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove IP availability ranges dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624612:56
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove DVR csnat_l3_agent_bindings dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624712:56
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove Embrane LBaaS dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624812:56
opendevreviewRodolfo Alonso proposed openstack/neutron master: db: Remove portbindingports dead migration code  https://review.opendev.org/c/openstack/neutron/+/99624912:56
mlavallehaleyb: I will be off this coming Friday, so I won't attend the drivers meeting13:00
haleyb#startmeeting networking13:00
opendevmeetMeeting started Tue Jul  7 13:00:51 2026 UTC and is due to finish in 60 minutes.  The chair is haleyb. Information about MeetBot at http://wiki.debian.org/MeetBot.13:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:00
opendevmeetThe meeting name has been set to 'networking'13:00
haleybPing list: bcafarel, elvira, frickler, mlavalle, mtomaska, slaweq, ykarel, lajoskatona, jlibosva, haleyb, ralonsoh13:00
mlavalle\o13:01
lajoskatonao/13:01
mtomaskao/13:01
haleybmlavalle: ack13:01
slaweqo/13:01
*** ykarel_ is now known as ykarel13:01
ykarelo/13:01
haleyb#topic announcements13:02
haleybthanks lajoskatona for running the meeting last week, and for others keeping things running, i still have not gotten through my email backlog for review and bugs13:03
ralonsohhello13:03
lajoskatonahaleyb: :-)13:04
lajoskatonano smoke I hope13:04
haleybalso i will be traveling next week as well (work trip) so can probably not attend this meeting, but will be able to get some reviews, etc work done13:04
bcafarellate o/13:04
haleyblajoskatona: i wasn't in Amsterdam, so no smoke for me :)13:04
haleybsorry, dad jokes13:05
lajoskatona:-)13:05
haleyblajoskatona: can you run the meeting next week as well?13:05
lajoskatonano, from Firday I will be off for nearly 2 weeks13:05
slaweqI will be off for next 2 weeks also13:06
lajoskatonaback on 22 July, Wednesday13:06
ralonsohso maybe we can cancel next week meeting13:06
haleybcan anyone else run this meeting next week? it is the season for PTO13:06
ralonsohI can but there won't be anyone here13:06
haleybralonsoh: ack, that might be the best thing13:07
rubasovo/13:07
haleybi will send an email to the list to cancel next week's meetings - CI/neutron/drivers - unless you are around for CI meeting ykarel ?13:08
ykarelhaleyb, i will be around but if all others are not ok to cancel that too :)13:08
haleybykarel: sure, think it might just be you and ralonsoh, i'll be around but can not attend13:09
lajoskatona+1 for cancel if we are mostly on PTO13:10
haleybwill do thanks for the feedback13:10
haleybWe are in week R-12 of Hibiscus13:10
haleyb#link https://releases.openstack.org/hibiscus/schedule.html13:10
haleybH-2 milestone was last week13:11
haleybi'm assuming there was a release, i just haven't gone through all reviews yet13:11
haleybReminder to please use the priority dashboard for anything neutron/networking related13:12
haleyb#link https://tinyurl.com/59z278km13:12
haleybRP +1 for "ready to merge" changes, RP +2 for gate blockers and similar13:12
haleybthere are a number of reviews there, i will look after meeting13:13
ralonsohone comment13:13
ralonsohwith the last week patch related to the OVS tap creation13:13
ralonsohwe have several errors with the ipv6 hot plug test13:13
ralonsoh--> https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/996223 this should fix it13:14
haleybralonsoh: yes, one of my colleagues noticed13:14
ralonsoh(it is in the +2 queue)13:14
haleybralonsoh: ack, i had started looking right before meeting, will do after13:15
ykarelfor this we also have bug https://bugs.launchpad.net/neutron/+bug/2160017 , created later13:15
ykarelralonsoh, if you had to revise again please do link ^13:15
ralonsohfor sure13:15
haleybthat was all i had for announcements, is there anything else?13:17
haleyb#topic bugs13:17
haleyblajoskatona was the deputy last week, his report is at13:18
lajoskatonahttps://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/6NDQ5JKYR6KONRBYFUPG4QAXTADUVLF7/13:18
haleyb#link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/6NDQ5JKYR6KONRBYFUPG4QAXTADUVLF7/13:18
lajoskatonayes, that's, thanks13:18
lajoskatonaAs I remember all bugs has owner, and last week no RFE was proposed13:18
haleybgreat, and it looks like all have patches proposed13:19
lajoskatonafor some even the fixes are merged, and there's some patch for review13:19
lajoskatonayes, exactly13:19
haleybperfect. are there any people want to discuss? or anything new that is critical besides the ipv6 hotplug one?13:20
haleybthe deputy this week is ralonsoh, next week is ichen - is that ok for both of you?13:21
opendevreviewDmitrii Shcherbakov proposed openstack/neutron master: Add support for remote-managed PFs  https://review.opendev.org/c/openstack/neutron/+/97601013:21
haleybCurrent bug count this week: 582, up 9 over last week, which seems to match incoming number13:22
haleyband thanks ralonsoh for closing a few more old ones13:22
haleybalright, i'll assume we are Ok with bug deputy13:23
ralonsohyes13:23
haleyb#topic specs13:24
haleyb#link https://review.opendev.org/q/project:openstack/neutron-specs+status:open13:24
haleyblooks like there are still some updates needed on more than one13:25
haleyband the new/revived one slaweq proposed13:26
haleyb#link https://review.opendev.org/c/openstack/neutron-specs/+/99626913:26
slaweqspec is new, RFE was proposed long time ago13:26
haleyband just a reminder to add things to the drivers agenda if they are ready for discussion13:28
haleyb#link https://wiki.openstack.org/wiki/Meetings/NeutronDrivers13:28
haleybi do see ralonsoh added an item there for https://bugs.launchpad.net/neutron/+bug/215898113:28
haleybso we will meet friday think it seems we have quorum13:28
haleybok, next topic13:29
slaweqshould I add mine topic to the agenda too? Or will you do it haleyb ?13:29
haleybslaweq: if you can add it that would be great13:30
ralonsohI've added it now13:30
haleybperfect13:30
haleyb#topic community goals13:30
slaweqsure13:30
haleybthere are a few active series here13:30
haleyb#link https://review.opendev.org/q/topic:%22sdk_for_neutron%2213:30
haleybthis is the set of nova patches to move to the sd13:30
lajoskatonafor that I added some fix to SDK to allow fetching only fields from Neutron API: https://review.opendev.org/c/openstack/openstacksdk/+/995652/213:31
lajoskatonaI am not sure when Stephen will have time to review these patches for SDK....13:32
ralonsohI think he is on parental leave13:32
lajoskatonaok, thanks13:32
haleyblajoskatona: ack, i will try and take a look (and congrats to stephen)13:33
lajoskatonaYeah, congrats :-)13:33
haleyblajoskatona: has there been any progress on the heat changes?13:34
lajoskatonaNo there is no progress with Heat13:35
haleyb#link https://review.opendev.org/q/topic:%2522neutron_openstacksdk%252213:35
haleyb:(13:35
lajoskatonabut there's some with the ohter one: https://review.opendev.org/q/topic:%22migrate_stadium_osc%2213:35
lajoskatonaThe vpnaas part can be finished:13:36
lajoskatonahttps://review.opendev.org/c/openstack/python-neutronclient/+/991550  when an SDK release is out13:36
haleybgreat13:36
lajoskatonaand I checked the subnet_onboard CLI code, and pushed 3 patches for it as subnet_onboard is missing from SDK13:37
lajoskatonahttps://review.opendev.org/c/openstack/openstacksdk/+/99596913:37
lajoskatonaif you have time please check if my general aproach is good or not13:38
ralonsohI'll check this patch later today13:38
haleyback, added to my queue13:38
lajoskatonathanks, and that's it for the SDK topic13:38
haleybthis reminds me of the networking-sfc related work, i did not see any reply to my email as of yesterday13:39
haleybsince there was some neutronclient code there13:39
ralonsoh+1 to start removing this repository13:40
ralonsohand remove the nclient code too13:40
lajoskatona+113:40
haleybyes, agreed. i've never done that but i'm assuming it starts with contacting the tc?13:41
bcafarelsad to see it go :'( but yeah it needs some active developers13:41
ralonsohI'm not sure about the procedure, but yes, TC is the best place to ask13:41
haleybok, will start there13:42
slaweqhaleyb: https://docs.openstack.org/project-team-guide/repository.html#deprecating-a-repository - I think you should be following this guide IIRC13:42
slaweqit's been long time since I last did it so I may be wrong there13:42
ralonsohnice13:42
slaweqbut it should be at least good start for you :)13:43
haleybgreat, thanks for the link will start there13:43
haleybfinal community topic is the tenant_id removal work13:44
haleyb#link https://review.opendev.org/q/topic:%22neutron-project-id-migration%2213:44
haleybralonsoh: i think you had a question about merging one of the neutron patches13:44
ralonsohwhich one?13:44
haleyb#link https://review.opendev.org/c/openstack/neutron/+/98696113:45
haleybi added a long section on the wiki about the ordering of all the remaining changes i had proposed13:45
ralonsohhmmm I don't remember now, to be honest13:45
haleyb#link https://wiki.openstack.org/wiki/Network/Meetings13:45
haleybralonsoh: it might have been in irc?13:46
ralonsohI'm fine with this patch13:47
haleybregardless, i didn't want to start merging more until i knew there was a path to the "other side", since some of the changes required disabling some things until n-lib changes merged and were released13:47
ralonsohyeah13:47
haleyband part relies on lajoskatona nova changes for the sdk13:47
haleybi have not found a plan b way to make things work yet, but with his series and one extra it seems to be Ok13:48
lajoskatonaI start to see that the best would be to decouple the 2 to make the project_id one progress perhaps easier13:48
haleybso we are stuck in the middle at the moment, but i will continue13:48
haleyblajoskatona: i agree, just haven't figured it out yet13:49
haleybthere are some tests that will fail if i change things, and others that fail if i don't - the sdk work seem to get around that13:50
haleybin the nova change13:50
haleybeither way, there is a 7-8 patch series of neutron/neutron-lib/tempest/nova i described in the wiki which hopefully makes sense13:51
haleybthat's all i had on that for the moment13:52
lajoskatonathanks for the updat13:53
haleyb#topic on-demand13:53
haleybralonsoh: you had added some topics13:53
ralonsohI have 3 topics13:53
ralonsoh1. Remove dead DB migration code for tables that are created and immediately droppe13:53
ralonsohhttps://bugs.launchpad.net/neutron/+bug/216002113:53
ralonsoh--> https://review.opendev.org/q/topic:%22bug/2160021%2213:53
ralonsohpros: reduce time during stack time, reduce time in FTs13:54
ralonsoh(this time I hope not to break other projects...)13:54
ralonsoh2. Introduce agentic workflows and definitions for Neutron development13:54
ralonsohhttps://bugs.launchpad.net/neutron/+bug/215961813:54
ralonsohThis is not a RFE, because we ""must"" introduce AI to Neutron13:54
ralonsohThese are the first 4 patches I added: https://review.opendev.org/q/topic:%22bug/2159618%2213:55
ralonsohjust the initial scafolding with some features13:55
ralonsohand13:55
ralonsoh3 Conf limits: https://review.opendev.org/q/topic:%22neutron_conf_limits%2213:55
ralonsohthat's all, thanks!!13:55
slaweqregarding agentic workflows, I know there is #_oftc_#openstack-agentic-workflows:matrix.org channel and there is some discussion around this topic regarding OpenStack13:56
slaweqbut I wasn't following it much so I'm not sure what are current guidelines, if any for doing that by the projects13:56
ralonsohyes and there is also the idea of storing the project related info in the project itseld13:57
slaweq++13:57
slaweqok, thx13:57
ralonsohso the AGENTS.md file, the routing and other agents/skills, store in Neutron13:57
ralonsoh(same as Nova)13:57
slaweqgreat then, thx a lot13:58
ralonsohcheck the 3 agents I added, I use them everyday13:58
ralonsoh(the bug triage one this week, for sure)13:58
haleybi think having this will be a good addition, if something later comes along we can adapt13:58
ralonsohexactly13:59
lajoskatonathanks I will check13:59
haleybralonsoh: and i will look at the conf-limits one later, think i put a -1 there on a nit14:00
ralonsohyes, this comment is addressed14:00
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/995507/comment/8c1ba30d_f9439428/14:01
haleybthanks14:01
haleybok, we are at time, anything else to discuss?14:01
haleybthanks for attending everyone and have a good week!14:01
haleyb#endmeeting14:01
opendevmeetMeeting ended Tue Jul  7 14:01:53 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:01
opendevmeetMinutes:        https://meetings.opendev.org/meetings/networking/2026/networking.2026-07-07-13.00.html14:01
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/networking/2026/networking.2026-07-07-13.00.txt14:01
opendevmeetLog:            https://meetings.opendev.org/meetings/networking/2026/networking.2026-07-07-13.00.log.html14:01
ralonsohbye!14:01
ykarelo/14:02
lajoskatonao/14:02
ralonsohI think https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/996223 is still not fixing the ipv6 hot plug issue...14:02
ralonsohI would need to mark this test as unstable until we fix it14:02
mlavalle\o14:03
slaweqo/14:05
opendevreviewMerged openstack/neutron stable/2026.1: bgp: Limit lrp_mac to the chassis  https://review.opendev.org/c/openstack/neutron/+/99501014:14
opendevreviewRodolfo Alonso proposed openstack/neutron master: Add agentic coding guidance and docs  https://review.opendev.org/c/openstack/neutron/+/99606814:32
opendevreviewRodolfo Alonso proposed openstack/neutron master: ai: Add code-review agent guide  https://review.opendev.org/c/openstack/neutron/+/99610614:38
opendevreviewRodolfo Alonso proposed openstack/neutron master: ai: Add Launchpad bug triage agent  https://review.opendev.org/c/openstack/neutron/+/99623114:50
opendevreviewRodolfo Alonso proposed openstack/neutron master: ai: Add git commit message formatting agent  https://review.opendev.org/c/openstack/neutron/+/99623314:50
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: [hotplug ipv6] Handle DAD stuck in tentative state  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/99622314:58
opendevreviewMerged openstack/neutron master: ft: Close metadata proxy server socket on garbage collection  https://review.opendev.org/c/openstack/neutron/+/99566014:58
opendevreviewMerged openstack/neutron master: doc: Add supported quota resources table to ops-quotas guide  https://review.opendev.org/c/openstack/neutron/+/99285415:18
opendevreviewMerged openstack/neutron master: Doc: Add page for stadium API groups  https://review.opendev.org/c/openstack/neutron/+/99221115:24
opendevreviewMiro Tomaska proposed openstack/neutron master: [DNM] Collect frr logs after functional jobs  https://review.opendev.org/c/openstack/neutron/+/99617515:26
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add maintenance task for Load_Balancer to Load_Balancer_Group migration  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/99630915:39
*** opendevstatus_ is now known as opendevstatus__16:38
*** opendevstatus__ is now known as opendevstatus16:38
*** opendevstatus is now known as Guest1285016:38
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add maintenance task for Load_Balancer to Load_Balancer_Group migration  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/99633218:11
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add maintenance task for Load_Balancer to Load_Balancer_Group migration  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/99630918:15
opendevreviewEnzo Dechaene proposed openstack/neutron-lib master: fix: align network API definitions with Neutron responses  https://review.opendev.org/c/openstack/neutron-lib/+/99616918:47
opendevreviewMiro Tomaska proposed openstack/neutron master: Collect frr logs for functional jobs  https://review.opendev.org/c/openstack/neutron/+/99617519:09
opendevreviewMiro Tomaska proposed openstack/neutron master: Extend timeout for getting advertised routes after restart  https://review.opendev.org/c/openstack/neutron/+/99634319:18
opendevreviewEnzo Dechaene proposed openstack/neutron-lib master: fix: align network API definitions with Neutron responses  https://review.opendev.org/c/openstack/neutron-lib/+/99616919:29
opendevreviewMerged openstack/neutron-fwaas master: Fix L2 OVS driver VLAN lookup for RPC firewall group updates  https://review.opendev.org/c/openstack/neutron-fwaas/+/99564919:49
cardoehaleyb: https://opendev.org/openstack/neutron-lib/src/commit/2df8ca85c993ca20cc66c50882c3d69f5ee55ed2/pyproject.toml#L14 says Python 3.10 and newer20:28
cardoeI got a -1 previously because of that20:28
haleybcardoe: hmm, we only run py3.11 and later tests, maybe need to update20:29
cardoeI'm happy to make a patch.20:29
haleybneutron has >=3.11 so i don't see why n-lib should be different20:30
opendevreviewDoug Goldstein proposed openstack/neutron-lib master: adjust required Python to 3.11 and newer  https://review.opendev.org/c/openstack/neutron-lib/+/99636020:32
haleybhah, it was me that missed it :(20:34
cardoeeh it happens20:38
cardoeI'll rebase my types on top of that and use the 3.11 syntax20:38
haleybthanks20:39
opendevreviewMerged openstack/neutron master: Move neutronclient to test requirements  https://review.opendev.org/c/openstack/neutron/+/98700721:14
opendevreviewMerged openstack/neutron stable/2026.1: rpc/ovn: Use base OVN IDL for RPC workers, disable notification events  https://review.opendev.org/c/openstack/neutron/+/99622421:23
opendevreviewMerged openstack/neutron stable/2025.1: rpc/ovn: Use base OVN IDL for RPC workers, disable notification events  https://review.opendev.org/c/openstack/neutron/+/99622621:44
opendevreviewMerged openstack/neutron-tempest-plugin master: Remove job definitions for < yoga  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/99529521:44
opendevreviewMerged openstack/python-neutronclient master: Remove Vpnaas client code  https://review.opendev.org/c/openstack/python-neutronclient/+/99155021:55
opendevreviewMerged openstack/neutron master: ovn: Add ``TimedOnetimeEvent`` for auto-expiring OVSDB watchers  https://review.opendev.org/c/openstack/neutron/+/99425222:57
opendevreviewMerged openstack/neutron master: trivial fix: Fix typo on PVLAN internals image  https://review.opendev.org/c/openstack/neutron/+/99597322:57
opendevreviewMiguel Lavalle proposed openstack/neutron master: [OVN] Add TYPE_SEGMENTS and dependent_resource support to revision tracking  https://review.opendev.org/c/openstack/neutron/+/99560823:35
opendevreviewMerged openstack/neutron stable/2025.2: rpc/ovn: Use base OVN IDL for RPC workers, disable notification events  https://review.opendev.org/c/openstack/neutron/+/99622523:40
opendevreviewMiguel Lavalle proposed openstack/neutron master: [OVN] Implement multiple segments per host for routed networks  https://review.opendev.org/c/openstack/neutron/+/97511123:54

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