01:01:52 #startmeeting tricircle 01:01:53 Meeting started Wed Nov 8 01:01:52 2017 UTC and is due to finish in 60 minutes. The chair is zhiyuan. Information about MeetBot at http://wiki.debian.org/MeetBot. 01:01:54 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 01:01:57 The meeting name has been set to 'tricircle' 01:03:51 joe is attending the openstack summit so i think he will be absent for today's meeting 01:04:08 let's update our development progress 01:04:42 good 01:07:03 smoke test for sfc is temporarily disabled by me because of a bug. I see that the fix patch has been submitted, I will try enabling the test after the patch is merged 01:07:32 here is the fix patch: https://review.openstack.org/#/c/518029 01:07:33 patch 518029 - networking-sfc - Update l2pop calls to use context instead of session 01:07:56 for lbaas, tested configuration guide again, still try installing and depolying lbaas in nova cell with tricircle. 01:08:34 for lbaas, test configuration guide again last week, still try installing and depolying lbaas in nova cell with tricircle. 01:08:50 For distinguishing the direction of requests, I have write the first version code of the component of filter. For default security group update, I will write a release note. 01:10:10 to yipei, fine, i will try following the updated guide to setup lbaas today. BTW, have you already uploaded the image? could you send me the link after the meeting? 01:11:13 to zhiyuan, already uploaded the image, will send it to you 01:12:08 to xuzhuang, great, so you have figured out how to extract and insert request information. 01:12:45 to zhiyuan, In this version code I get the source tag from the request header, and put this tag into the req.environ. In the end I parse the req.environ into the context of request. Is there any problem? 01:13:49 where do you parse the req.environ? 01:15:39 in my filter code(__cal__), using left it for paste.filter_factory = neutron.auth:NeutronKeystoneContext.factory 01:15:53 or left it for 01:18:29 not quite get your idea. are you going to replace NeutronKeystoneContext with your filter? 01:20:53 no, wouldn't replace NeutronKeystoneContext, in NeutronKeystoneContext it has parse the environ of the request into the context of the request 01:21:31 one thought is just using it 01:22:42 but in NeutronKeystoneContext, your tag will not be inserted into context object 01:23:05 when request comes to NeutronKeystoneContext filter, it will the environ of the request into the context of the request, so I just place source filter ahead of NeutronKeystoneContext filter 01:24:01 ok, if my tag couldn't be inserted into context, I parse it into context in my own filter, is that ok? 01:24:57 yes, so your filter does two things. (1) extract tag from request header (2) insert the tag into context 01:25:05 yeah 01:25:27 i just worry about that whether you can get request header in your filter 01:26:58 your filter needs to be placed after NeutronKeystoneContext filter, I am not sure whether the request header will be passed to your filter 01:28:26 oh, I haven't think about this point 01:29:15 so you may check what's contained in req.environ 01:29:43 hopefully header will be stored in req.environ and will not be removed 01:30:03 in WSGI, the request will go through the filter, so I think we can get the header of request 01:30:21 ok 01:30:41 that's fine then. 01:32:46 hi, i am song from szzt, is there any other bp we can do, we also have one people named zeng you who very familiar with openstack and he can do something for tricircle. 01:34:25 could you help chenyaguang to solve the qos problem first? I see that there is a problem in the qos-port binding 01:35:47 hi,all,I run in the qos of the smoke test, when devstack just installed, the first time will fail, but as long as after restart svc0 service, can pass all the tests, I don't know what the reason, you have any good Suggestions 01:36:52 we have see the problem recently but have not find the reason for it. 01:37:14 oh sorry, i make a mistake in the patc owner 01:37:21 s/patc/patch 01:37:44 it do not matter.we are just one team. 01:38:49 without restarting svc0, can you successfully update the port with qos? i mean, manually update, not running the smoke test 01:42:24 I'm going to test it 01:43:22 one possible reason that the problem is gone after restaring svc0 is that, the devstack script restarts svc0 before your qos configuration, so your configuration doesn't take effect 01:44:23 but it's weird since your API request to svc0 succeeds, so it doesn't seem like a configuration problem 01:46:28 so it maybe the qos configuration is working after the devstack restart svc0 service? 01:47:33 to zxh add some log for it to verify it? 01:47:36 but we can create qos policy and rule in centralRegion maually 01:47:40 i test it 01:49:19 now when update the network with qos , it is weird that the qos bound in CentralRegion is fail but in local it created and bound succeed 01:49:32 yes, that's why I say weird. 01:50:31 no sure the local creation and binding are succesfully, the smoke test stops when checking central qos binding 01:51:11 and after restarting the svc0 it work. 01:51:42 so we need some help from you guys 01:52:22 my suggesion is to first test whether we can manually update qos binding 01:52:29 oh i test manually , the local creation and binding is succeed 01:52:31 before restarting svc0 01:53:08 with the newest neutron and tricircle code? 01:53:17 weyes 01:53:18 yes 01:53:25 it is so weried 01:53:35 and no error in logs 01:53:45 if so, you can move your check for central qos binding right after the port udpate 01:53:48 just as i show you in wechat 01:53:51 I just tested, binding the port and the network has a problem, the qos policy generates, feeling is the update port and the network has a problem 01:54:58 yes we first need to solve the update problem in central 01:55:31 even it is weird that qos bound can work in local 01:56:18 neutron will print out the configuration options when it starts, so you may check whether there are some differences before and after the restarting 01:56:38 This test is to create the policy, the network, the port, then the binding 01:57:05 good idea 01:57:47 to zhiyuan thank you for your advice.we will try it after the meeting. 01:57:50 local neutron server uses the original qos and ml2 plugin, so it can work successfully if you send the correct request to it 01:58:05 yes 01:58:27 thanks song 01:58:34 so we just check the neutron.conf0? 01:58:47 no, check the log 01:58:59 loaded configuation will be printed out 01:59:07 check the svc0 log? 01:59:40 yes, after devstack finishes, check the log; after restarting svc0, check the log, see the difference 01:59:57 got it 02:00:04 thank you so much 02:00:08 oh, i think time's up 02:00:13 you are welcome 02:00:36 let's end our meeting and discuss offline if needed 02:00:43 ok 02:00:47 good 02:01:10 #endmeeting