Thursday, 2026-06-11

*** ykarel__ is now known as ykarel03:20
opendevreviewyatin proposed openstack/neutron stable/2026.1: ovs: skip OF operations for ports with invalid ofport  https://review.opendev.org/c/openstack/neutron/+/99282805:15
opendevreviewyatin proposed openstack/neutron stable/2026.1: ovs: defer ports with invalid ofport in ``_process_port``  https://review.opendev.org/c/openstack/neutron/+/99282905:18
opendevreviewRodolfo Alonso proposed openstack/neutron master: Implement router_route quota using the Neutron quota engine  https://review.opendev.org/c/openstack/neutron/+/99102407:11
opendevreviewRodolfo Alonso proposed openstack/neutron master: doc: Add supported quota resources table to ops-quotas guide  https://review.opendev.org/c/openstack/neutron/+/99285407:33
opendevreviewRodolfo Alonso proposed openstack/neutron master: doc: Add supported quota resources table to ops-quotas guide  https://review.opendev.org/c/openstack/neutron/+/99285407:34
ralonsohbcafarel, hello! If you have 1 min: https://review.opendev.org/q/topic:%22bug/2155883-stable/2026.1%2207:37
ralonsohthanks!07:37
bcafarelsure thing will do after meetings08:07
opendevreviewRodolfo Alonso proposed openstack/neutron master: doc: Add supported quota resources table to ops-quotas guide  https://review.opendev.org/c/openstack/neutron/+/99285408:11
opendevreviewMerged openstack/neutron unmaintained/zed: [unmaintained only] Drop fullstack fips job  https://review.opendev.org/c/openstack/neutron/+/99154208:27
opendevreviewMerged openstack/ovn-octavia-provider master: neutron-ovn-db-sync-util plugin integration  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/99091808:36
opendevreviewMerged openstack/neutron master: Add PVLAN extension policy rules  https://review.opendev.org/c/openstack/neutron/+/99248509:51
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Remove ``OwnershipValidationHook``, update ``create_port`` policy  https://review.opendev.org/c/openstack/neutron/+/99287710:13
ralonsohslaweq, ^^ please check this10:13
ralonsohin particular, the rule check string change10:13
ralonsoh#link https://bugs.launchpad.net/neutron/+bug/215644410:13
opendevreviewMerged openstack/neutron-lib master: Fix mypy error caused by new oslo.utils release  https://review.opendev.org/c/openstack/neutron-lib/+/99261510:30
opendevreviewMerged openstack/neutron master: ovn: avoid nested transaction in ``_delete_port`` virtual parent check  https://review.opendev.org/c/openstack/neutron/+/99143110:50
opendevreviewMerged openstack/neutron master: ovn: pass gateway LRPs to _check_external_ips_changed  https://review.opendev.org/c/openstack/neutron/+/99129910:50
opendevreviewMerged openstack/neutron stable/2025.1: Fix ``update_router:enable_default_route_*`` policies  https://review.opendev.org/c/openstack/neutron/+/99258710:50
opendevreviewRodolfo Alonso proposed openstack/neutron master: policy: remove ``OwnershipValidationHook``, update ``create_port`` rule  https://review.opendev.org/c/openstack/neutron/+/99287711:25
LarsErikPhiall! We are testing 2026.1 right now. It seems that this https://review.opendev.org/c/openstack/neutron/+/860270 is failing for us. We are using OVS with VLANs but we have no br-tun on our neutron nodes, and never had that before..12:20
LarsErikPso now neutron-openvswitch-agent fails becuase it tries to read stuff from the br-tun that does not exist12:20
ralonsohLarsErikP, please open a launchpad bug with debug logs12:35
LarsErikPhmm.. created the bridge manually. and then everything works. I see that on another platform where we use vxlan, br-tun exists and was probably automatically created by "something"...12:37
LarsErikPso I wonder if the br-tun is supposed to be auto-created when using vlan as well, or if the feature I linked there is not really supposed to be run when not using vxlan?12:38
LarsErikPuhm.. nvm? I just restart all the neutron-services without adding br-tun (but enabling debug..) and now it suddenly works12:44
LarsErikPthese nodes were rebooted after the upgrade from 2025.1 to 2026.1 as well..12:44
ykarelLarsErikP, should be set to automatically based on tunnel_types config option13:48
ykarelbut yes since you not using tunneling that shouldnt be needed i think and as rodolfo suggested please do open bug, the patch you referenced should handle non tunnel cases13:49
ralonsohI think https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L521-L522 is wrong13:51
ralonsohthat should consider if there is tunneling configured13:51
ralonsohbut let's check the logs13:51
ykarel+114:10
opendevreviewMerged openstack/neutron stable/2026.1: ovs: skip OF operations for ports with invalid ofport  https://review.opendev.org/c/openstack/neutron/+/99282814:24
opendevreviewMerged openstack/neutron-lib master: Add constants for setproctitle feature  https://review.opendev.org/c/openstack/neutron-lib/+/99166216:03
haleyblajoskatona, ralonsoh: stephen is asking for a review of this from a neutron core, part of my project_id work - https://review.opendev.org/c/openstack/openstacksdk/+/992536 if you have some cycles.16:11
haleybit's going to be harder to land code as we get closer to total tenant_id removal, trying really hard not to break anything16:12
lajoskatonahaleyb: sure16:15
haleyblajoskatona: thanks! i'm basically down to two tempest failures, both in floating ip GET requests, might have to burn some tokens on it. once i can see a path through that i think we can merge the neutron code, but your nova series is also required16:17
lajoskatonahaleyb: Next week I can't participate again the Nova meeting on Monday evening but it can be a topic to highlight for Nova team also (and I also have to go back to check your comments :-))16:20
haleyblajoskatona: ack, do you remember what time the meeting is, i might be able to attend16:21
haleybah, 16:00 utc on monday16:22
lajoskatona1600UTC Monday16:24
lajoskatonayes, exactly16:24
haleyband i think all my comment were minor, would be good to get that train moving...16:26
haleybralonsoh: btw, why didn't we call the quota "router routes" ? Seems all the other ones are plural, at least the neutron ones are17:12
haleyboh, and i see the OSC change is "router routes", so maybe it's just the doc change that has a typo? i'll drop a comment there17:18
opendevreviewMiro Tomaska proposed openstack/neutron master: [DNM] Debugging an issue with frrinit hanging on execute  https://review.opendev.org/c/openstack/neutron/+/99300118:33
*** Unknown123 is now known as Mike--19:22
opendevreviewBrian Haley proposed openstack/neutron-lib master: Revert "New api-def: allowedaddresspairs-atomic"  https://review.opendev.org/c/openstack/neutron-lib/+/99302920:21
opendevreviewMerged openstack/neutron-lib master: Extend L2AgentExtension API: handle_switch_restart  https://review.opendev.org/c/openstack/neutron-lib/+/99246122:08
opendevreviewMerged openstack/neutron-lib stable/2026.1: Fix address‑groups API path and request body format  https://review.opendev.org/c/openstack/neutron-lib/+/99152622:08

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