14:00:16 #startmeeting neutron_upgrades 14:00:17 Meeting started Thu Oct 4 14:00:16 2018 UTC and is due to finish in 60 minutes. The chair is lujinluo. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:19 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:21 The meeting name has been set to 'neutron_upgrades' 14:00:28 o/ 14:01:02 Hi Luo-san :D 14:01:07 nice to see you 14:01:19 hi TuanVu! 14:01:26 o/ 14:01:52 ok, let's get started 14:01:57 #topic OVO 14:02:34 #link https://review.openstack.org/#/c/605365/ retry decorator in neutron-lib 14:03:35 Michel addressed a point that after engine facade transform, we would always have a "context" as parameters, thus the lookup maybe unnecessary 14:04:09 yes, I read that, it is an interesting point 14:05:28 yeah, but as we are still in the middle of the switch, i believe we still need the change 14:05:53 and i happen to look up the old engine facade in Neutron yesterday, and this is the current status 14:05:56 #link http://codesearch.openstack.org/?q=session.begin&i=nope&files=&repos=neutron 14:08:26 Do you think he would accept it if we put in a note that this would later be deprecated? 14:08:50 once the OVO transition is complete it will be rather moot in any event 14:08:59 i think this is what we need to do 14:09:30 ok 14:11:00 i will put a comment explaining that, and let's see if he would take it 14:11:09 #link https://review.openstack.org/#/q/status:open+project:openstack/neutron+branch:master+topic:bp/adopt-oslo-versioned-objects-for-db 14:11:29 #link https://review.openstack.org/#/c/544206/ Port Binding OVO 14:11:47 manjeet put some comments last week and I have addressed them 14:12:03 and I just found that there is another one coming from slawek 14:12:34 oh, it is totally correct. i will address it very soon too 14:13:05 Hi 14:13:10 Sorry I'm late 14:13:15 after that, please feel free to leave your comments 14:13:20 hi annp, no worries 14:13:30 Hi An-san :) 14:13:51 next is #link https://review.openstack.org/#/c/602362/ retry decorators in Tag 14:14:07 Hi lujinluo, Tuanvc Thanks. 14:14:13 :-) 14:14:23 at first, I thought the failures come from the mistake in commit message, but it turns out not.. 14:14:39 then i do not understand why it is failing almost all the tests 14:16:25 i downloaded the patch locally to test it, and the error i met in pep 8 is that it obviously does not understand keyword "context_attr_name" 14:16:59 njohnston: will you be available to have a look at it some time? 14:17:00 looking at the py35 tests it looks like the error is "RuntimeError: Could not find position of var context" 14:17:17 lujinluo: yes I will take a look 14:17:45 yeah, i thought it was the dependency issue thus it could not locate the context 14:18:06 but if the "Depend-On" grammar is correct, it should work 14:18:48 so delete_objects is defined as: def delete_objects(cls, context, ... 14:18:54 context is not a kwarg 14:19:31 but in tag_plugin.py it is being handled as a kwarg, not a positional parameter 14:19:34 tag_obj.Tag.delete_objects( 14:19:34 context=context, 14:19:34 standard_attr_id=res.standard_attr_id, 14:20:12 oh, i see 14:20:45 so delete_objects would need to change to utilize context as a kwarg 14:21:46 I will comment in gerrit 14:22:15 thanks! 14:22:54 next #link https://review.openstack.org/#/c/602497/ L3HARouterAgentPortBinding in l3_hamode 14:23:35 the codes are fine to me. it is a small change 14:24:04 so when you are available, please review and comment 14:24:06 It's on my pile for today 14:24:16 great! 14:24:47 next #link https://review.openstack.org/#/c/507772/ network OVO 14:25:32 There are new comments from Hongbin and Luo. 14:25:38 Thanks for your feedback, Luo-san :) 14:25:42 i have some concerns about NetworkRBAC 14:25:52 yes, I see 14:25:52 could you please have a look TuanVu? 14:25:57 I was busy with other tasks and haven’t had time to address them yet 14:26:02 However, I will work on these items tomorrow and next week 14:26:20 perfect! 14:26:41 thanks again for your help on this patch :D 14:26:58 nope :) 14:27:09 next #link https://review.openstack.org/#/c/549168/ router OVO 14:27:16 Hi 14:27:19 i believe you are still working on it? annp 14:27:39 lujinluo, yes. I'm working on it 14:27:59 This week I don't have time for this due to internal task. 14:28:14 So I'm planing continue update this one in next week. 14:28:24 So sorry about that. :-) 14:28:35 no problem! thanks! 14:29:34 lujinluo, thanks you too. 14:29:37 the rest two patches are not updated and we may give them more time 14:29:44 #topic engine facade 14:30:20 #link https://review.openstack.org/#/q/topic:bp/enginefacade-switch+status:open 14:30:49 as i mentioned earlier, i was looking up the current old engine facades, and the result if here #link http://codesearch.openstack.org/?q=session.begin&i=nope&files=&repos=neutron 14:31:13 if you feel you have more bandwidth, you are more than welcome to take the small pieces! :) 14:31:35 i will try to upload a small one later this week 14:31:59 #topic open discussion 14:32:01 thanks, that is great 14:32:16 Does anyone have anything else to share? 14:33:13 nothing else from me 14:33:23 nothing for me. I have somewhat limited bandwidth right now, mostly because my top priority is the bulk port optimization bp, but after S-1 I should have more time 14:33:45 got it. njohnston 14:34:17 ok then, let's give the rest time back to us 14:34:25 thanks all! 14:34:28 thank you guys and see you next week 14:34:35 #endmeeting