15:00:08 <mlavalle> #startmeeting neutron_l3 15:00:09 <openstack> Meeting started Thu Aug 17 15:00:08 2017 UTC and is due to finish in 60 minutes. The chair is mlavalle. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:11 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:13 <openstack> The meeting name has been set to 'neutron_l3' 15:00:38 <Swami> hi 15:00:59 <mlavalle> #chair haleyb Swami 15:01:00 <openstack> Current chairs: Swami haleyb mlavalle 15:01:25 <mlavalle> #topic Annoncements 15:02:51 <mlavalle> so I think we are past the RC1 week, per the published relases schedule 15:03:12 <mlavalle> #link https://releases.openstack.org/pike/schedule.html 15:03:27 <Swami> mlavalle: Are we going to have RC2 or it depends. 15:03:41 <mlavalle> I think it depends.... LOL 15:03:58 <Swami> mlavalle: :) 15:04:09 <mlavalle> and we are just 3 weeks away from the PTG 15:04:51 <mlavalle> #link https://www.openstack.org/ptg/ 15:05:20 <mlavalle> looking forward to see the team in Denver 15:06:00 <mlavalle> any other announcements from the team? 15:06:18 <Swami> mlavalle: I don't have anything to share 15:06:27 <mlavalle> ok, let's move on 15:06:32 <mlavalle> #topic Bugs 15:06:46 <mlavalle> Swami, the mike is all yours 15:07:15 <Swami> mlavalle: thanks 15:07:34 <Swami> Regarding dvr bugs, this week we had one bug. 15:07:52 <Swami> #link https://bugs.launchpad.net/neutron/+bug/1709774 15:07:53 <openstack> Launchpad bug 1709774 in neutron "Multiple router_centralized_snat interfaces created during Heat deployment" [High,In progress] - Assigned to Swaminathan Vasudevan (swaminathan-vasudevan) 15:08:05 <Swami> This bug was seen when running a heat template. 15:08:10 <mlavalle> this is new isn't it? 15:08:15 <Swami> Yes. 15:08:27 <Swami> I was able to reproduce and triage ti. 15:08:34 <mlavalle> good 15:08:47 <mlavalle> I think I saw you pushed a fix a few minutes ago 15:09:21 <Swami> I have a fix as well. I think there is some sort of race that happens in accessing the lock for the DB to update a table, and the table update fails. Since the table update fails the DB retries and trys to create a duplicate port. 15:09:42 <Swami> But it does not delete the old port nor check for the existence of the port before creating one. 15:10:02 <Swami> #link https://review.openstack.org/#/c/494376/ 15:10:05 <mlavalle> makes sense 15:10:15 <Swami> I have posted the patch link above. 15:10:29 <mlavalle> yeah, that's the one I saw 15:10:46 <Swami> It is hard to reproduce with the functional tests, so at this time, I have not added any test case to it. But I validated that it fixes the problem. 15:11:34 <Swami> I have also added kevinbenton to the patch, so that he can comment on it. It was based on his recent change to the class. 15:11:45 <mlavalle> ok 15:12:47 <Swami> All my FFE patches have merged. Thanks to mlavalle and kevinbenton for monitoring and doing lot of rechecks on those patches until it merges. 15:13:09 * mlavalle is glad to help 15:13:42 <Swami> I did some bug scrub today to clean up some of bugs that we have which are incomplete. 15:14:07 <mlavalle> Thanks 15:14:08 <Swami> mlavalle: May be you can close the incomplete bugs and the fix-committed bugs. 15:14:17 <mlavalle> I will 15:14:25 <Swami> That's all i had for today. 15:14:31 <Swami> mlavalle: back to you. 15:14:38 <mlavalle> thans Swami 15:15:10 <Swami> mlavalle: I had one question. 15:15:18 <mlavalle> shhot 15:15:22 <mlavalle> shoot 15:15:54 <Swami> #link https://review.openstack.org/#/c/437986/ 15:16:11 <Swami> Is it possible to backport this patch to stable branch ocata and newton. 15:16:29 <Swami> I knew we started this work as RFE eventhough we had couple of bugs associated with it. 15:16:54 <Swami> I meant this bug or RFE. #link https://bugs.launchpad.net/neutron/+bug/1583694 15:16:55 <openstack> Launchpad bug 1583694 in neutron "[RFE] DVR support for Allowed_address_pair port that are bound to multiple ACTIVE VM ports" [Wishlist,Fix released] - Assigned to Swaminathan Vasudevan (swaminathan-vasudevan) 15:17:25 <mlavalle> I don't see why not, if it applies to both branches 15:17:28 <Swami> This would allow the LBaaS (Octavia) to work with dVR. 15:17:49 <mlavalle> go ahead and cherrypick 15:18:00 <Swami> mlavalle: I will try to cherrypick and let us discuss it with the patch. 15:18:03 <Swami> mlavalle: thanks 15:18:06 <Swami> moveon 15:18:07 <mlavalle> great 15:18:35 <mlavalle> on my side I have one new bug: https://bugs.launchpad.net/neutron/+bug/1710203 15:18:36 <openstack> Launchpad bug 1710203 in neutron " Add port dns_domain processing logic" [High,Confirmed] - Assigned to Miguel Lavalle (minsel) 15:19:10 <mlavalle> This is a docs bug for the new dns_domain for ports functionality 15:19:50 <mlavalle> I assigned it to myself and have a half done patchset in my dev system 15:20:24 <mlavalle> I will push the update chapter for the Networking Guide over the next 2 days 15:20:39 <mlavalle> That's all I have today 15:20:48 <mlavalle> Any other bugs from the team 15:20:59 <mlavalle> ? 15:21:15 <Swami> mlavalle: nothing from me. 15:21:30 <mlavalle> ok, let's move on 15:21:38 <mlavalle> #topic Routed Networks 15:22:37 <mlavalle> A few days ago I pushed a new revision to the floating ips spec 15:22:49 <mlavalle> #link https://review.openstack.org/#/c/486450/ 15:23:04 <mlavalle> I think it is ready for reviews, so if you have time, please take a look 15:23:31 <Swami> mlavalle: Sure will review it 15:23:54 <mlavalle> #topic Open Agenda 15:24:03 <davidsha> mlavalle: I'll read it too. 15:24:12 <mlavalle> davidsha: thanks! 15:24:27 <mlavalle> I have one personal announcement to make 15:24:33 <Swami> mlavalle: sure 15:24:44 <mlavalle> Tomorrow is my last day with IBM 15:25:03 <mlavalle> Starting on Monday, I will be with Huawei 15:25:10 <Swami> mlavalle: good news. 15:25:21 <davidsha> Congratulations! 15:25:29 <mlavalle> I will be a Neutron upstream developer with them 15:25:36 <Swami> mlavalle: Are you still going to be working with openstack upstream. 15:25:43 <Swami> mlavalle: wonderful. 15:25:56 <janzian> Best wishes mlavalle :) 15:25:58 <mlavalle> so we shouldn't see any impact on my upstrean Neutron acivities 15:26:17 <mlavalle> janzian: thanks, it's been a pleasure to be your co-worker 15:26:26 <janzian> Likewise! 15:26:57 <mlavalle> any other topic we should discuss today? 15:27:30 <Swami> mlavalle: nothing else. 15:28:06 <mlavalle> ok team, see you next week, same channel, same time 15:28:13 <mlavalle> Enjoy the weekend! 15:28:16 <davidsha> Thanks! 15:28:21 <mlavalle> #endmeeting