Thursday, 2025-04-10

opendevreviewBrian Haley proposed openstack/neutron master: pyupgrade changes for Python3.10+  https://review.opendev.org/c/openstack/neutron/+/94685500:35
opendevreviewBrian Haley proposed openstack/neutron master: Fix a cyclic import in fullstack base  https://review.opendev.org/c/openstack/neutron/+/94685600:35
opendevreviewMerged openstack/neutron stable/2024.2: If OVS Manager creation failes retry to set values  https://review.opendev.org/c/openstack/neutron/+/94653600:43
opendevreviewMerged openstack/neutron stable/2025.1: fullstack: use shorter agent_down_time and report_interval  https://review.opendev.org/c/openstack/neutron/+/94661200:43
opendevreviewBrian Haley proposed openstack/neutron master: pyupgrade changes for Python3.10+  https://review.opendev.org/c/openstack/neutron/+/94685501:04
opendevreviewBrian Haley proposed openstack/neutron master: Fix a cyclic import in fullstack base  https://review.opendev.org/c/openstack/neutron/+/94685601:04
opendevreviewBrian Haley proposed openstack/neutron master: Fix a cyclic import in fullstack base  https://review.opendev.org/c/openstack/neutron/+/94685601:11
opendevreviewMerged openstack/neutron master: [OVN][QoS] Update the Logical_Swith_Port options with the QoS values  https://review.opendev.org/c/openstack/neutron/+/94654202:44
opendevreviewyatin proposed openstack/neutron master: [OVN] Isolate test_ovn_client* Functional Tests  https://review.opendev.org/c/openstack/neutron/+/94662004:47
*** ykarel_ is now known as ykarel06:00
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2025.1: [OVN][QoS] Update the Logical_Swith_Port options with the QoS values  https://review.opendev.org/c/openstack/neutron/+/94686706:10
opendevreviewLajos Katona proposed openstack/neutron master: DHCP Agent: Log resource update events  https://review.opendev.org/c/openstack/neutron/+/94402507:11
opendevreviewLajos Katona proposed openstack/neutron stable/2024.2: fullstack: use shorter agent_down_time and report_interval  https://review.opendev.org/c/openstack/neutron/+/94687007:12
opendevreviewLajos Katona proposed openstack/neutron stable/2024.1: If OVS Manager creation failes retry to set values  https://review.opendev.org/c/openstack/neutron/+/94687107:14
opendevreviewRodolfo Alonso proposed openstack/neutron master: Create a common method to encode a HTTP response  https://review.opendev.org/c/openstack/neutron/+/94687308:51
opendevreviewRodolfo Alonso proposed openstack/neutron master: Create a common method to encode a HTTP response  https://review.opendev.org/c/openstack/neutron/+/94687308:51
opendevreviewMerged openstack/neutron unmaintained/yoga: Enhance IptablesFirewallDriver with remote address groups  https://review.opendev.org/c/openstack/neutron/+/94501309:05
opendevreviewMerged openstack/neutron master: Fix use of pyroute2 Stats tuple import  https://review.opendev.org/c/openstack/neutron/+/94681709:05
opendevreviewCyprian Kleist proposed openstack/neutron master: Handle ECONNRESET error in ip_monitor  https://review.opendev.org/c/openstack/neutron/+/94602809:09
opendevreviewRodolfo Alonso proposed openstack/neutron master: Return a HTTP404 message when the Metadata instance is not present  https://review.opendev.org/c/openstack/neutron/+/94687709:25
ralonsohcardoe, ^^ I'm re-stacking my env to test it manually09:32
opendevreviewMerged openstack/neutron master: [OVN] Isolate test_ovn_client* Functional Tests  https://review.opendev.org/c/openstack/neutron/+/94662010:09
cardoeralonsoh: thank you for the quick response12:04
cardoe vsaienko_ that patched mentioned above is for Vlad.12:04
vsaienko_cordoe: I'm sorry I didn't get it12:05
*** QG8 is now known as QG13:35
*** noonedeadpunk_ is now known as noonedeadpunk13:35
*** frickler_ is now known as frickler13:48
sean-k-mooney1ralonsoh: so i think i just need to hard code https://github.com/openstack/nova/blob/master/nova/network/model.py#L492-L498 to true to test it14:14
ralonsohsean-k-mooney1, I need to check the Neutron code to be sure that we are actually sending the vif event when the second (destination) port binding is enabled14:15
ralonsohwithout this (that is what Nova is actually expecting), that won't work14:15
sean-k-mooney1it should be sent before14:15
sean-k-mooney1it should be sent wehn when teh binding is inactive but present14:16
sean-k-mooney1and the port is created on the dest14:16
ralonsohah ah yes, right14:16
ralonsohPB present but not enabled yet14:16
sean-k-mooney1yep14:16
sean-k-mooney1so im gong to just hard code that in a patch quickly14:16
sean-k-mooney1and then see if ci is happy14:16
ralonsohcool, add me to the reviewers list on this patch14:16
sean-k-mooney1ack14:17
*** sean-k-mooney1 is now known as sean-k-mooney14:17
ralonsohcardoe, we are in the meeting now14:48
ralonsohwe are going to discuss it now14:48
cardoeack jumping over.14:48
*** gibi_ is now known as gibi15:06
noonedeadpunkfolks, I wonder, does example definedin API ref is expected to work today? Specifically this one: https://docs.openstack.org/api-ref/network/v2/index.html#update-external-gateways-of-router16:42
noonedeadpunkAs trying to have 2 external gateways, one which does have snat, another does not. And as of 2024.2 it doesn't seem possible16:42
noonedeadpunkhttps://paste.openstack.org/show/bu4ly2g7SQXSal6CRfKe/16:44
noonedeadpunkthat *looks* like bug, but maybe it's smth known not to work?16:44
noonedeadpunkor just stale api ref?16:44
noonedeadpunk(or smth that was implemented only for epoxy)16:45
haleybnoonedeadpunk: is it https://bugs.launchpad.net/neutron/+bug/2098109 ? we actually found an issue and had to change the policies17:45
haleyboh, you're in that bug so maybe something else17:45
noonedeadpunkhaleyb: yeah, I kinda reported it :p17:45
noonedeadpunkjust in dms17:45
noonedeadpunkI can recall that there was a whole mess found in the code17:46
haleybyes and one was around the multiple external gateway code, but i think we merged all changes17:47
noonedeadpunkbut now I realized it was not backported to 2024.217:47
noonedeadpunkok, I need to check master then. thanks!17:47
haleybo/17:47
noonedeadpunkand once I'm here - (and missed the PTG) - am I right that PBR is not implemented for LRs and there are no current plans for it? As they're seems to be in OVN for a while now: https://mail.openvswitch.org/pipermail/ovs-git/2019-April/022955.html17:52
haleybi can't say i remember anyone proposing that, but we will look at anything...18:12
noonedeadpunkfwiw, src_nat per external gfateway doesn't work on master either...19:23
noonedeadpunkso will report a bug19:23
opendevreviewMerged openstack/neutron master: Revert "[DHCP] Reduce to one single thread the event processing"  https://review.opendev.org/c/openstack/neutron/+/94531419:38
noonedeadpunkhttps://bugs.launchpad.net/neutron/+bug/210677619:48
*** damian___9218345 is now known as damian___92183423:16

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