Tuesday, 2026-03-10

ykarelTheJulia, sean-k-mooney thx for checking, if the fix is straight forward and easy we try to get the job back to green, else we or let unmaintained core to disable that job in periodics03:47
ykarelin this case looks we can just pin ironic-tempest-plugin as tempest is pinned in that branch/job03:48
ykarelpushed https://review.opendev.org/c/openstack/ironic/+/979773, hope it don't have another issues04:15
opendevreviewTakashi Kajinami proposed openstack/neutron master: Adapt to new testtools  https://review.opendev.org/c/openstack/neutron/+/97978405:54
opendevreviewMarcin Wilk proposed openstack/neutron master: Fix GW chassis LRP names when added via 'ovn-nbctl' command  https://review.opendev.org/c/openstack/neutron/+/97970506:35
ralonsohykarel, slaweq hello! I used https://review.opendev.org/q/topic:%22test_devstack_plugin_tobiko%22 to test the devstack-plugin-tobiko patch, to fix the issue with the Neutron API name. The 2025.1 has the correct "devstack_neutron_service: q-svc".08:08
ralonsohI'm retesting again this job because something failed. Please check https://review.opendev.org/c/x/devstack-plugin-tobiko/+/97967708:09
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2024.2: Use the `devstack-tobiko` job  https://review.opendev.org/c/openstack/neutron/+/97705009:24
opendevreviewSlawek Kaplonski proposed openstack/neutron-tempest-plugin master: Enable logging API in the fwaas-openvswitch scenario job  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/97778009:31
opendevreviewMerged openstack/neutron-vpnaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/97836909:49
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Fix an issue in the L3 OVN scheduler (2)  https://review.opendev.org/c/openstack/neutron/+/97887409:57
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == DNM == OVN L3 scheduler test  https://review.opendev.org/c/openstack/neutron/+/97886109:57
opendevreviewOpenStack Proposal Bot proposed openstack/neutron-fwaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/97739509:58
opendevreviewMaor Blaustein proposed x/whitebox-neutron-tempest-plugin master: Validate minimal podified setup discovered  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/97970610:02
opendevreviewMerged openstack/neutron-fwaas-dashboard master: Bump flake8-import-order  https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/97745410:10
opendevreviewRodolfo Alonso proposed openstack/neutron master: All service plugins should inherit from ``ServicePluginBase``  https://review.opendev.org/c/openstack/neutron/+/97889810:12
opendevreviewMerged openstack/neutron-fwaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/97739510:16
opendevreviewMerged openstack/neutron-vpnaas master: Check that endpoints in endpoint group are unique  https://review.opendev.org/c/openstack/neutron-vpnaas/+/96468610:46
opendevreviewMerged openstack/ovn-octavia-provider master: Remove url tags from README  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/97173211:20
sean-k-mooneyralonsoh: i may have missed understood something but i started a conversationon the review https://review.opendev.org/c/openstack/neutron/+/973115/comments/e2d8b369_aa7bd26511:57
sean-k-mooneytl;dr is i think we shoudl be moduleing "vip" prot with vnic_type=virtual, we shoudl modell the assocation between the vip prot and the relevent host/child port with somethign liek trunk ports or multiple port binding + metadata in the binding, i woudl perfer a top level extion like trunk prot honestly 11:59
sean-k-mooneyi think any interaction between port a and port b based on the ip adress of port b being in port a's allowed adress paris expeically if it cause the mech driver to rebind the port is problematic12:00
sean-k-mooneyit also seam liek there is a desire to allow floating ips to be asoscated with the vip port and have that natd, unless im mistaken that was not a think wiht ml2/ovs or ml2/sriov_nic_agent and is a new fetacure which is definetlly supprotable but i am not convidece the current patch is the right way. it think it need to be a first class extention.  with all that said im12:03
sean-k-mooneysomewhat out of the loop on neutron developemnt these days but i was pretty surpised that this was beign treated as a bug and didnt have a spec.12:03
sean-k-mooneyi also might be missuderstanding the change and the problem staemtnt but that my perspective12:03
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Fix an issue in the L3 OVN scheduler (2)  https://review.opendev.org/c/openstack/neutron/+/97887412:18
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == DNM == OVN L3 scheduler test  https://review.opendev.org/c/openstack/neutron/+/97886112:18
ralonsohsean-k-mooney, I'm not sure about the VIP to FIP association you are talking12:26
ralonsohabout the VNIC type, that could be something to be considered12:26
ralonsohin trunk ports, the vnic type of the parent ports is the same as the subports12:26
ralonsohin ML2/OVN the subports are just logical representations, in ML2/OVS, we had actual TAP devices12:27
ralonsohbut for virtual ports, I think we can consider the VNIC_TYPE=virtual12:27
ralonsohof course, we would need to refactor how we update the host id information 12:28
ralonsohsean-k-mooney, why vif_type=virtual is not ok for you?12:28
ralonsohabout the spec, yes, this has entity enough to be considered in a spec12:29
sean-k-mooneysorry on downstream call ill reploy after12:31
opendevreviewMerged openstack/neutron-fwaas master: [Docs] Add comparison of various fwaas drivers  https://review.opendev.org/c/openstack/neutron-fwaas/+/97965812:54
opendevreviewLuca Del Monte proposed openstack/ovn-octavia-provider master: Fix LB association to wrong routers on LRP events  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/97623613:05
sean-k-mooneyralonsoh: i may not be understandign the propsoed change but im concerned by how we identify which prot is bound to the new vif_type. since vif types are not requested they are determind by the mech driver that binds the port13:07
opendevreviewMerged openstack/neutron-fwaas master: [Docs] Add documentation describing internals of each fwaas driver  https://review.opendev.org/c/openstack/neutron-fwaas/+/97965913:07
opendevreviewMerged openstack/neutron-fwaas master: [Docs] Add short info about configuration files in the FWaaS docs  https://review.opendev.org/c/openstack/neutron-fwaas/+/97966013:07
opendevreviewMerged openstack/neutron-fwaas master: [Docs] Add user docs for the FWaaS usage  https://review.opendev.org/c/openstack/neutron-fwaas/+/97966113:07
sean-k-mooneyralonsoh: woudl you have time to chat about this perhaps on a video call quickly when you are free13:07
sean-k-mooneyralonsoh: by the way my concewrn is not with vif_type=virtual in gneral its with "Used for binding virtual ports, e.g. ports referenced in13:27
sean-k-mooney    allowed-address-pairs for other ports."13:27
sean-k-mooneydetermining which prot is a virtual prot based on teh allowed-address-pairs or other port i think is not ok13:28
ralonsohsean-k-mooney, sure, today I can't join a video call because I have meetings13:43
ralonsohtomorrow morning at any time, ping me and I'll join a video call13:43
ralonsohsean-k-mooney, in any case, we are not going to merge this patch in the release at this point13:44
otherwiseguysean-k-mooney: ralonsoh: I just joined and missed the first part of the convo, but this sounds related to a patch I wrote a while back.13:44
ralonsohso we have time to discuss it13:44
ralonsohotherwiseguy, https://review.opendev.org/c/openstack/neutron/+/97311513:44
otherwiseguyralonsoh: thanks13:44
sean-k-mooneywell its also realted to a prir change13:45
sean-k-mooneybut that is the patch (well really the addtion of the vif type) that brought it to my attention13:45
ralonsohthe alternative proposal, making the retries, was IMO worse13:49
ralonsohso having a way to determine that a port is virtual makes everything easier13:49
sean-k-mooneyyep it does im just saying that allowed_adress_pair is not a good way to do that13:54
sean-k-mooneyespically allowed aress pair on a diffent prot then the virutal one13:54
opendevreviewMerged openstack/neutron-vpnaas master: Fix ipsec config updates  https://review.opendev.org/c/openstack/neutron-vpnaas/+/97613513:57
ralonsohsean-k-mooney, but you can have the same IP address in several allowed address pair in different ports13:57
sean-k-mooneyyep you can13:58
ralonsohfor example, if you have a HA service inside several VMs13:58
ralonsohso why AAP is not a good way to do it?13:58
ralonsohanyway, we have the Neutron meeting in 2 minutes13:58
sean-k-mooneyack13:58
ralonsohwe can sync on video13:58
lajoskatonaralonsoh: Hi, do we have meeting today as haleyb is out?14:03
slaweqlajoskatona I was going to ask the same :)14:04
ralonsohups yes14:04
lajoskatona:-)14:04
ralonsohI was in charge14:04
ralonsohone sec14:04
ralonsoh#startmeeting networking14:04
opendevmeetMeeting started Tue Mar 10 14:04:41 2026 UTC and is due to finish in 60 minutes.  The chair is ralonsoh. Information about MeetBot at http://wiki.debian.org/MeetBot.14:04
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:04
opendevmeetThe meeting name has been set to 'networking'14:04
ralonsohSorry folks14:04
ralonsohPing list: bcafarel, elvira, frickler, mlavalle, mtomaska, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, haleyb, ralonsoh 14:04
lajoskatonao/14:04
slaweqo/14:04
fungiahoy!14:04
bcafarelo/14:05
rubasovo/14:05
ralonsoh#topic announcements14:05
ralonsohHello all14:05
ralonsohlet's start14:05
ralonsoh#link https://releases.openstack.org/gazpacho/schedule.html14:05
cbuggyo/14:05
ralonsohthis is the RC1 week14:05
ralonsohthe releases patches are in gerrit now14:06
slaweqyeap14:06
slaweqI've checked them today14:06
ralonsoh#link https://review.opendev.org/c/openstack/releases/+/97957214:06
slaweqand -1 some to wait for few patches14:06
ralonsohand the other projects too14:06
slaweqbut I also wanted to ask here about few of them14:06
ralonsohyes, please check every project in https://review.opendev.org/q/project:openstack/releases and check is there is any missing patch14:06
slaweqralonsoh should I ask now or wait until you will finish announcements?14:07
ralonsohplease go on14:07
slaweqok, thx14:07
slaweqso for neutron - do we have any patches which we want to wait for?14:08
slaweqI was thinking about those: https://review.opendev.org/c/openstack/neutron/+/97883814:08
slaweq        https://review.opendev.org/c/openstack/neutron/+/97896314:08
slaweq        https://review.opendev.org/c/openstack/neutron/+/97883514:08
slaweqwdyt?14:08
ralonsohJakub is not present...14:08
ralonsohyes, the project_id migration patches should be merged today14:08
ralonsohand about the bgp patches, I would like to talk to Jakub14:09
ralonsohI know there are at least 3 pending ones14:09
slaweqyou mean ovn-bgp-agent's patches?14:09
slaweqor neutron-dynamic-routing ones?14:09
ralonsohNeutron ovn-bgp patches14:09
ralonsohnot n-d-r14:09
lajoskatonafor n-d-r I stopped the release: https://review.opendev.org/c/openstack/releases/+/979563 also to wait for https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/97767014:09
slaweqthx lajoskatona, yes I saw that14:10
ralonsohso we need the neutron patch too to merge the n-d-r one14:10
slaweqfor ovn-bgp-agent I talked with dalvarez today as he is owner of many of those patches and he told me that we don't need to wait for them now14:10
lajoskatonaI hhope haleyb's patches for project_is will be green now and the n-d-r patch also can be merged 14:10
lajoskatonaralonsoh: yes, that's right14:11
ralonsohok, after this meeting I'll check the networking releases and check all pending patches too14:11
ralonsohalso check those ones with priority => 114:11
slaweqthere is also one open patch for networking-sfc: https://review.opendev.org/c/openstack/networking-sfc/+/972672 - do we want to wait for it few more days?14:12
slaweqlajoskatona it is your patch14:12
ralonsohsfc tox jobs should be fixed now14:13
slaweqand is still failing unit tests jobs AFAICS14:13
lajoskatonait 's not gate fixing, I can check it (had no time today) so we can go without it14:13
ralonsohok, the error is caused by the patch14:13
lajoskatona(I just saw some warnings in the logs as I remember)14:13
lajoskatona(no actually haleyb saw the logs see : https://bugs.launchpad.net/neutron/+bug/2131969 )14:14
ralonsohI think we are in time to merge it this week and release it14:14
ralonsohok, any other comment about the releases?14:15
lajoskatonaack, I check than and make it green (sfc)14:15
ralonsohRemember that the PTG is in 1 month, April 20-2414:16
ralonsohyou can register in https://openinfra.org/ptg/14:16
ralonsohI'll talk to haleyb|out in order to have the etherpad ready14:16
ralonsohsomething you want to add?14:17
ralonsohok, let's move on14:17
ralonsoh#topic bugs14:17
ralonsohslaweq, was the bug deputy14:17
ralonsoh#link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/QSKBWAYLL2WO3LPTKJ4WILQ2WEFRUE4W/14:17
ralonsohI've reviewed the listed bugs and only one is still not assigned14:18
ralonsoh#link bugs.launchpad.net/neutron/+bug/214356014:18
ralonsohOptimization: create a bulk operation for ``_create_port_security_group_binding``14:18
ralonsohthis is just a possible optimization I saw when debugging another issue14:18
ralonsohfeel free to take it if you have 1-2 hours free14:18
ralonsohany other bug to be discussed?14:19
ralonsohThis week rubasov is the deputy, next week is haleyb14:19
rubasovon it14:19
ralonsohthanks!14:19
rubasovof course14:19
ralonsohnext topic14:19
ralonsoh#topic specs14:20
ralonsoh#link https://review.opendev.org/q/project:openstack%252Fneutron-specs+status:open14:20
ralonsohlast week we merged the PVLAN one14:20
ralonsohwe should not merge new ones until the new cycle but we can review them14:20
ralonsohI need to check the first one that is the most active oen14:20
ralonsohany other comment?14:21
ralonsoh#topic community-goals14:21
ralonsohWe have the neutronclient deprecation14:21
ralonsoh@lajoskatona, any update?14:22
lajoskatonano 14:22
lajoskatonathe nova team waits till begining of H to start merging / reviewing patches14:22
lajoskatonato be ready I plan to push the reamining part of the series14:22
ralonsohok, maybe Nova folks won't merge anything at this point14:23
ralonsohbut at least we can have reviews14:23
ralonsohthis must be a topic for the PTG, if we still have these patches under review14:23
ralonsoh#link https://review.opendev.org/q/topic:%22sdk_for_neutron%2214:24
lajoskatonayes, good idea, I  can add it to nova etherpad14:24
ralonsohperfect14:24
ralonsohthanks lajoskatona 14:24
ralonsohany other update?14:24
lajoskatonaslightly related but I pushed patch for moving cli code from neutronclient to osc14:25
lajoskatonahttps://review.opendev.org/q/topic:%22migrate_stadium_osc%2214:25
lajoskatonafor bgpvpn14:25
ralonsohperfect, we need first the OSC code merged14:26
ralonsohthanks a lot for your time on this!14:26
lajoskatonait was a bad decision as bgpvpn CLI code is really ugly, so Stephen is very happy with it :-) but I have reviews on the good side :-)14:26
lajoskatonayes we need osc14:26
slaweqI am going to start working on similar patch for fwaas plugin14:26
lajoskatonaI hope other plugins will be easier14:27
lajoskatonaslaweq: cool14:27
ralonsohnice14:27
slaweqThe lajoskatona for doing it as this will be helpful for me for sure14:27
ralonsohat least we don't have a deadline for it, we can continue during the next release14:27
slaweq*thx 14:27
ralonsohso let's move to the last topic14:28
ralonsoh#topic on-demand14:28
ralonsohplease fungi 14:28
fungithis is the followup for bridging the gap flamingo cycle retrospective14:28
fungithis effort started with representatives from member organizations sharing frustrations with, primarily, their employees' experiences trying to contribute patches in various openstack projects14:28
fungiinvestigating these reports on a case-by-case basis, foundation staff concluded most misunderstandings were due to mismatched expectations arising from incomplete communication or silence (and not necessarily on the part of the maintainers)14:29
fungiwhat we've observed from successful exchanges in some projects is that increasing communication effectiveness ultimately leads to improved efficiency and time savings for all parties involved; some examples include:14:29
fungidocumenting review priorities and the prioritization process, as well as publicizing it more (e.g. with pointers in review comments), so that change owners know the priority for their own work and how to get involved in that decision14:29
fungiproactively communicating reviewer availability, changes in availability, and explicit handoff to other reviewers, so that change owners know how long they might be waiting (and encouraging them to communicate their own availability)14:29
fungioverall clearer communications with change owners, for example avoiding heavy reliance on acronyms and team-specific jargon, since english is not the primary language for a majority of our community and their familiarity with it varies14:29
fungito this end, i and other community managers on the foundation staff are working on putting together some materials that we hope teams will find useful, and will collaborate with us to help improve and expand further14:29
fungiildiko sent an update about this to openstack-discuss a few minutes ago:14:29
fungi#link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/BKVQ3CCFKQAUJ2TFOO6UWRQPFOGFRRBV/ Ideas to improve contributor and maintainer experience14:29
fungione thing we want to try is cut-and-paste review response templates for common situations; the vulnerability management team has used similar techniques for bug triage and assembling advisories, and they've found it saves a lot of time14:29
fungianother is assembling contributor and reviewer checklists to help avoid common pitfalls and anti-patterns, based on all of the earlier focus group feedback and brainstorming sessions we held with the community in 202414:29
fungisomething else we want to try is collaborating to produce case studies with companies who have been investing in project maintenance work and whose employees have a track record of successful contribution patterns14:30
fungiwe also plan to continue identifying additional tactics and strategies that teams have positive experiences with, to see if there's a way they can be generalized for adoption by other teams facing similar challenges14:30
fungiif anybody has follow-up thoughts or questions on any of the above, as well as for the survey and metrics analysis from last week now that you've had time to mull it over, i'm happy to answer questions and entertain feedback here14:30
fungi(or in irc after the meeting, or on the openstack-discuss mailing list, or even directly/in private for that matter)14:30
ralonsohthat would be nice, during the PTG, to have an output from the Neutron team14:31
ralonsohI'll review the link you provided (https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/BKVQ3CCFKQAUJ2TFOO6UWRQPFOGFRRBV/)14:31
ralonsohand yes, we should make that public to improve our code quality, speed up reviews, maintain code, etc14:31
fungiyeah, that would be a good place to follow up, i'd love to see more teams thinking about these things as we roll into the ptg14:32
ralonsohI'll talk to the PTL next week (his is OOO now)14:32
fungiand we should have the next round of surveys ready to go soon for the gazpacho retrospective, so that's a good time to remind teammates to fill it out14:32
ralonsohI would like to improve, somehow, our review strategy and add more people to that14:33
lajoskatona+114:34
ralonsohthanks fungi for bringing this topic here14:34
fungiclearly communicating how review activity is being prioritized by maintainers in theory may help to remind other contributors that getting involved in maintainer activities and helping set goals and priorities is an effective way to get their work merged too14:35
ralonsohyeah, personally I need first to define a priority board for myself14:36
ralonsohbut that's ok, that's how it should be14:36
funginone of this is ever easy, of course14:36
ralonsohok, any other topic you want to bring here?14:37
fungidoesn't sound like there are any more questions at the moment? you all know where to find me if you think of more14:37
ralonsohthanks14:38
ralonsohok, folks, I think we can close for today14:38
ralonsoh#endmeeting14:38
opendevmeetMeeting ended Tue Mar 10 14:38:49 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:38
opendevmeetMinutes:        https://meetings.opendev.org/meetings/networking/2026/networking.2026-03-10-14.04.html14:38
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/networking/2026/networking.2026-03-10-14.04.txt14:38
opendevmeetLog:            https://meetings.opendev.org/meetings/networking/2026/networking.2026-03-10-14.04.log.html14:38
ralonsohbye14:38
slaweqo/14:39
wilkmarcino/14:39
lajoskatonaBye14:39
wilkmarcinI know everyone is busy with the pending release tasks, but I'd appreciate it if you could take a look at https://review.opendev.org/c/openstack/neutron/+/979705, if you find some time. Thank you!14:40
ralonsohlet me check14:41
wilkmarcinthx14:41
blanson[m]Hello, sorry to bother you guys with this, but we're seeing some weird behavior in neutron epoxy (and earlier). We have a vxlan network with public subnets that are advertised through a provider network to our switches. This vxlan network is used to provide public IPs to lots and lots of VMs in the same project.With a test instance, we're seeing unicast traffic from other instances on the same compute node as us, tho we believe15:03
blanson[m]this shouldn't happen. I just wanted to know if you would maybe have an explanation for this ? or if we're doing something obviously wrong ?  15:03
opendevreviewMerged openstack/neutron master: Remove dead code: method ``_subprocess_setup``  https://review.opendev.org/c/openstack/neutron/+/97930715:04
opendevreviewMerged openstack/neutron master: [Docs] Remove FWaaS scenario document  https://review.opendev.org/c/openstack/neutron/+/97966615:04
opendevreviewJakub Libosvar proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp  https://review.opendev.org/c/openstack/neutron/+/96218815:07
opendevreviewEduardo Olivares proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp  https://review.opendev.org/c/openstack/neutron/+/96218815:07
ralonsohblanson[m], sorry, I don't understand the issue here. You have a VXLAN network and this network has several subnets. But how are you connecting this VXLAN network to the provider network?15:18
ralonsohwhat backend are you using? ML2/OVN? ML2/OVS?15:18
blanson[m]We're using ML2/OVS. this vxlan network has multiple subnets, which have neutron routers with their gateways in the provider network. The provider network is a VLAN strictly between network nodes and switches to advertise the IP addresses from the vxlan network to the backbone15:23
slaweqralonsoh ykarel hi, please check https://review.opendev.org/c/openstack/neutron/+/978060 when you will have a minute15:34
slaweqlajoskatona I think that it should be good to go now as neutron-lib changes will be in 2026.115:34
opendevreviewMerged x/whitebox-neutron-tempest-plugin master: Validate minimal podified setup discovered  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/97970615:36
lajoskatonaslaweq: you mean for https://review.opendev.org/c/openstack/neutron/+/978060 ?15:55
slaweqlajoskatona yes15:57
opendevreviewLajos Katona proposed openstack/networking-sfc master: Handle missing VLAN in _setup_egress_flow_rules  https://review.opendev.org/c/openstack/networking-sfc/+/97267216:19
lajoskatonaslaweq, ralonsoh: for fwaas release: some doc patches from slaweq were merged, so the hash can be updated with those also16:26
opendevreviewEduardo Olivares proposed openstack/neutron master: WIP bgp: Fix functional test failures for gateway IP reconciliation  https://review.opendev.org/c/openstack/neutron/+/97987816:52
opendevreviewEduardo Olivares proposed openstack/neutron master: bgp: Connect provider switch when created  https://review.opendev.org/c/openstack/neutron/+/97815517:30
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: Implement BGP resources deletion  https://review.opendev.org/c/openstack/neutron/+/97928617:31
opendevreviewEduardo Olivares proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp  https://review.opendev.org/c/openstack/neutron/+/96218817:31
opendevreviewMerged openstack/neutron master: Use project_id key in security group plugin code  https://review.opendev.org/c/openstack/neutron/+/97883517:34
opendevreviewMerged openstack/neutron master: Use project_id key in address scope and subnetpool plugin code  https://review.opendev.org/c/openstack/neutron/+/97883817:37
vinetosHello ! I was digging under the hood of networking and I notice that I my recent setup (Epoxy, ML2/OVS), I cannot see any of the qvo / qbr pair interfaces on my computes. I only see an tap interfaces. Is it a change in networking or I messed my setup ? I can see them in my old setup (Wallaby, ML2/OVS)18:19
sean-k-mooneyvinetos: that is the toplogy that is created when your using the ovs firewall driver instead of iptables18:22
sean-k-mooneythe legacy approch used a linux bridge where the tap was added to allow iptabels ruels to be enforced on the tap 18:23
sean-k-mooneysince they are not enforced if a tap is directly added to ovs18:23
sean-k-mooneyin leater release i think the openvswich openflow/connection tracker firewall became the defualt18:23
sean-k-mooneyin that toplocy the port id directly added to the br-int18:24
sean-k-mooneysince we dont ahve the limitation of iptabels18:24
vinetosOh I see. It makes sense 18:25
vinetosThanks 18:26
sean-k-mooneythere is a setting for this in the ml2_conf.ini i think18:26
sean-k-mooneyits somethign like security_group_driver18:26
opendevreviewJakub Libosvar proposed openstack/neutron master: functional: Pin used compiled OVS and OVN versions  https://review.opendev.org/c/openstack/neutron/+/96124318:37
opendevreviewJakub Libosvar proposed openstack/neutron master: func: Workaround LSP bind command  https://review.opendev.org/c/openstack/neutron/+/97989518:37
opendevreviewMerged openstack/neutron master: Use project_id key in floating IP plugin code  https://review.opendev.org/c/openstack/neutron/+/97896319:29
opendevreviewJakub Libosvar proposed openstack/neutron master: func: Avoid using name2 from PB.external_ids  https://review.opendev.org/c/openstack/neutron/+/97927420:51
opendevreviewJakub Libosvar proposed openstack/neutron master: func: Workaround LSP bind command  https://review.opendev.org/c/openstack/neutron/+/97989520:51
opendevreviewJakub Libosvar proposed openstack/neutron master: functional: Pin used compiled OVS and OVN versions  https://review.opendev.org/c/openstack/neutron/+/96124320:51
opendevreviewJakub Libosvar proposed openstack/neutron master: func: Remove skipping BGP tests  https://review.opendev.org/c/openstack/neutron/+/97879720:51

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