14:00:55 #startmeeting networking 14:00:56 Meeting started Tue Nov 6 14:00:55 2018 UTC and is due to finish in 60 minutes. The chair is mlavalle. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:57 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:01:00 The meeting name has been set to 'networking' 14:01:07 hi 14:01:08 o/ 14:01:11 o/ 14:01:14 hello 14:01:16 hi 14:01:26 hello everybody 14:01:35 hello 14:01:36 hi 14:01:49 hi 14:02:18 #topic Annoucements 14:02:35 We are in the Stein-2 part of the cycle 14:03:03 which will end the week of January 7th to 11th 14:03:23 Next week is the Summit in Berlin 14:03:29 I'll be there 14:04:49 since next week the meeting is on Monday, I think I can run it from Berlin 14:05:18 but it will be late in night for You then :) 14:05:28 jetlag may help for once :) 14:05:48 amotoki: let's talk about stable branches at the end of the meeting, ok? 14:05:55 mlavalle: sure 14:06:07 any other announcements? 14:06:10 pike, queens and rocky stable updates have been released. 14:06:28 amotoki: a that's great 14:06:30 Thanks! 14:06:55 ocata is in EM phase, so we need to check the release team. I will care it. 14:07:17 bcafarel: did we merge all we wanted to merge in Ocata? 14:08:03 mlavalle: was checking that 14:08:26 https://review.openstack.org/#/c/594559/ now has Z+1, and is the only one left open 14:08:39 Apart from tagging of a release we can still merge anything needed in ocata. 14:09:02 this is what EM (extended maintenance) means. 14:09:15 amotoki: ack 14:09:42 lajoskatona: would you reconsider your vote in https://review.openstack.org/#/c/594559? 14:09:52 we are trying to wrap up Ocata 14:10:03 for EM 14:10:09 mlavalle: yes, I just checked and removed -1, as now all the newer branches has this patch as I see 14:10:22 lajoskatona: thanks :-) 14:10:36 ok, I think we can move on then 14:10:54 #topic Blueprints 14:10:58 mlavalle: no problem 14:11:40 These are the blueprints we are targeting currently: https://launchpad.net/neutron/+milestone/stein-1 14:11:52 * mlavalle will roll them over to Stein-2 today 14:12:07 any updates on blueprints? 14:12:34 Hi team, I'd like to raise your attention for https://review.openstack.org/599980/ 14:13:21 This is the updated spec for StarlingX proposal - network segment range management 14:13:48 kailun_: thanks. I see you addressed the comments I left a couple of weeks ago 14:13:59 I will go over it today again 14:14:16 thanks for reminding us 14:14:51 kailun_: I will back to it also (probably tomorrow) 14:15:06 I also addressed some comments from slawek, nate and hongbin 14:15:25 yeah I can see that 14:15:25 thank you all for your comments 14:16:05 BTW, just one question for bp 14:16:34 do we have a ddl for feature/spec freeze, for stein for instance? 14:16:49 no, we don't do that in Neutron 14:17:00 it is practice in other projects, but not here 14:17:19 we continue reviewing specs throughout the cycle 14:17:30 got it, thanks miguel :) 14:17:41 of course, if you want the corresponding code to merge in Stein 14:17:53 the sooner you get your spec approved, the better 14:18:16 sure, understood :) 14:18:31 there is always a rush of reviews at the end of the cycle 14:18:55 and your core team members also like to sleep at the end of the cycle ;-) 14:19:14 ;) 14:19:25 I want to remind people of this blueprint: https://blueprints.launchpad.net/neutron/+spec/port-mirroring-sriov-vf 14:20:22 The corresponding spec is here: https://review.openstack.org/#/c/574477/ 14:20:45 and the code is here: https://review.openstack.org/#/c/603501/ 14:21:08 please take a look if you can help revieiwing this code 14:22:09 I don't see munish around 14:22:24 but I'll help him getting this code revieiwed 14:22:44 any other blueprints we should discuss? 14:23:37 ok, let's move on 14:23:45 #topic Community goals 14:23:55 hi Regarding policy-in-code, I have a question I would like to ask the team. 14:24:08 We have "context_is_admin": "role:admin or user_name:neutron" in policy.json in DevStack environment. 14:24:15 This is specific to DevStack. https://github.com/openstack-dev/devstack/blob/master/lib/neutron-legacy#L705 14:24:24 most of you are not aware of it though. 14:24:40 This was added in https://review.openstack.org/#/c/108167/ 14:24:41 "user_name:neutron" allows advanced services to behave as neutron admin, but what I am not sure is whether we still need it. 14:24:54 is_advsvc should do this and hopefully we can drop it. 14:25:01 long time ago 14:25:14 if someone knows the current situation some advise would be appreciated. 14:26:04 mhhh, I don't know 14:26:10 my current plan is to modify devstack code rather than dropping it immediately. 14:26:10 can we test it? 14:26:14 there was even some fix recently for advsvc: https://review.openstack.org/#/c/609633/ 14:26:30 I also would like to drop it as a separate patch 14:26:48 I think we should at least try to use this instead of base on user name :) 14:27:18 slaweq: yeah, that helps us. I am not sure this is enough... 14:27:40 this is specific to DevStack. we can test it locally 14:27:46 amotoki: so IMO it's good moment to test this advsvc and fix it if necessary :) 14:27:54 totally agree 14:27:57 ++ 14:28:27 thanks for the advise 14:28:52 about upgrade check, base patch is merged already so we have "neutron-status upgrade check" cli already 14:29:25 recently I pushed second patch https://review.openstack.org/#/c/615196/ to add support for 3rd party and stadium projects checks based on entry_points 14:29:46 I need to fix docs there but except that, please review it and tell me what You think about it 14:31:19 have we agreed that neutron-status upgrade command will cover all stadium projects and 3rd party projects? 14:32:24 amotoki: I was talking about that with mriedem for sure and we think that it's good idea to allow sub projects to add own checks, especially that such projects may have own stuff in neutron db 14:32:34 amotoki: as I remember the decision was to use stevedore for plugin detection 14:33:07 for now I used pkg_resources because it's the same way how it's done in alembic migrations 14:33:14 slaweq: thanks for discussing it. I think it is nice that neutron-status cover all related projects. 14:33:17 but later I can switch both places to use stevedore 14:33:34 slaweq: ok 14:34:14 from operator perspective, it is too much to run "status" command for all projects, so the current propsoed way looks fine to me 14:34:43 amotoki: thx 14:34:51 I just wanted to check the direction, thanks 14:35:53 anything else on community goals 14:35:55 ? 14:36:13 on py3, I updated https://review.openstack.org/#/c/577383/ to switch functional to python3 14:36:14 amotoki: it was also mentioned by mriedem in his recent update: http://lists.openstack.org/pipermail/openstack-dev/2018-November/136281.html 14:36:47 we still have that subunit.parser_StringException popping in when running all tests (individually they work fine) 14:36:56 http://logs.openstack.org/83/577383/10/check/neutron-functional/461e8ad/logs/testr_results.html.gz 14:37:34 thanks for the update bcafarel 14:37:46 anything else on community goals? 14:38:09 ok 14:38:38 before moving on, liuyulong reminded me that the code for this blueprint is ready for reviews: https://blueprints.launchpad.net/neutron/+spec/router-gateway-ip-qos 14:39:04 This is the server side: https://review.openstack.org/#/c/424468/ 14:39:18 My thoughts is to finish it at stein-1 14:39:24 and this is the agent side: https://review.openstack.org/#/c/568526/ 14:39:36 so let's take a look at those patches 14:40:05 Do not give other reviews much work/pressure for next stein cycles. : ) 14:40:06 next time, liuyulong, please feel free to bring your blueprints up during the Blueprints topic :-) 14:40:23 s/reviews/reviewers 14:40:24 ok, moving on 14:40:33 #topic Bugs 14:40:34 OK, thanks 14:41:23 Our bugs deputy last week was Zhaobo 14:41:34 he sent this bugs report: http://lists.openstack.org/pipermail/openstack-dev/2018-November/136265.html 14:42:13 The First one is already being addressed by Federico Ressi 14:42:54 the ML archive is not easy to read :( the rendered version is here http://paste.openstack.org/show/734256/ 14:43:13 thx amotoki :) 14:44:18 mlavalle, sorry to check, for #https://bugs.launchpad.net/neutron/+bug/1800599, do you prefer it as RFE or bug? 14:44:18 Launchpad bug 1800599 in neutron "[RFE]Neutron API server: unexpected behavior with multiple long live clients" [Undecided,New] 14:45:12 hle2: don't worry about clasifying it 14:45:26 I'll take a look and re-classify if necessary 14:45:49 hle2: does it happen only when eventlet server is used? 14:45:55 mlavalle, Thanks much! 14:46:11 Yes, eventlet server will cause such issue 14:46:11 does it happen when WSGI apache integration is used too? 14:46:19 i think it depends on our choice. 14:46:54 because other projects are being migrated to apache WSGI integration and neutron has not migrated to it. 14:47:22 do you mean a new web server for neutron? 14:47:27 hle2: yes 14:47:57 Is there any timeline or plan that neutron will mograte to it? 14:48:24 hle2: actually WSGI support has been implemented in Rocky release and there is devstack support 14:48:42 we just haven't switched the default configuration in devstack yet. 14:48:42 yes, we did that in Rocky 14:48:59 and this bug could be the trigger for the siwtch 14:49:03 switch 14:49:13 +1 14:49:37 but even if we switch default, the non-default option is still there and is buggy, right? 14:49:45 do we have plans to drop support for it completly? 14:50:06 ok, for the sake of time, let's continue the discussion in the bug 14:50:10 slaweq: good point. we need to check how other projets like nova handle it. 14:50:31 it will be great to use the new web server, and we can verify it 14:51:02 Our bug deputy this week is manjeets 14:51:14 #topic neutron-lib 14:51:22 boden: any updates? 14:51:30 yes quick b/c I have to run 14:51:47 we have a new release of neutron-lib I guess: https://review.openstack.org/#/c/615862/ 14:52:31 also 2 lib related patches if folks get a min: https://review.openstack.org/#/c/615339/ and https://review.openstack.org/#/c/596959/ 14:52:53 boden, does the new release include https://review.openstack.org/#/c/613562/ 14:53:08 liuyulong not sure off hand; you can check 14:53:18 yes, it is included 14:53:21 that's all I have... I have to run now 14:53:32 boden: thanks 14:53:56 I don't see hongbin today on-line 14:54:03 so let's skip os-ken topic 14:54:20 #topic On demand agenda 14:54:32 re CLI, I would like to raise bug 1801360 in neutronclient. https://review.openstack.org/#/c/615184/ is proposed. 14:54:32 bug 1801360 in python-neutronclient "Recent openstacksdk release broke the client" [Undecided,In progress] https://launchpad.net/bugs/1801360 - Assigned to Lucian Petrut (petrutlucian94) 14:54:32 amotoki: no need to discuss releases anymore 14:54:33 According to review comments it affects kuryr. I am checking lower-constaraints after the meeting. 14:54:59 mlavalle: i have nothing regarding stable releases. I will check ocata release on the relmgt team 14:55:28 amotoki: yes, that's what I meant. I think we covered everything before 14:55:33 if I may, I would like to ask people to review https://review.openstack.org/#/c/597567/ 14:55:51 it's very long standing patch which I hope is ready now ) 14:55:53 :) 14:56:21 in my pile for today 14:56:22 thx liuyulong, swami and haleyb for help with this :) 14:56:25 thx mlavalle 14:56:56 anything else for today? 14:57:15 ok team. Thanks for attending 14:57:19 have a great week 14:57:22 thx 14:57:23 #endmeeting