Thursday, 2016-07-14

*** rama_y has quit IRC00:13
*** david-lyle has quit IRC00:31
openstackgerritwangxiyuan proposed openstack/zaqar: Subscription Confirmation Support-1  https://review.openstack.org/31660101:22
wxyHope somebody could take a look at this one :https://review.openstack.org/#/c/329320/01:24
flwangwxy: ping01:48
flwangi have a question about your confirmation patch01:48
wxyhere01:48
flwangseems you just copied the http server code i gave your01:49
wxyyes01:49
wxywaht should I do next?01:49
flwangmy question is how can it do confirm?01:49
flwangi mean send the confirm request back to zaqar server01:49
wxyit revices the confirm information01:49
wxyand uses use these information to post a confirm request01:50
flwangoh, really?01:51
flwanglet me double check01:51
wxyhttps://review.openstack.org/#/c/316601/49/doc/source/subscription_confirm.rst01:52
wxythis is the step01:52
flwangwxy: no i mean, in the sample code01:52
flwanghttps://review.openstack.org/#/c/316601/49/samples/zaqar/subscriber_service_sample.py01:52
wxyit is the sample for subscriber service01:53
wxyYou mean the subscriber need to send the confirm request automatically once it received the confirm information?01:54
wxythis is a subscriber service sample for webhook, not for the e-mail01:57
wxythe e-maile one will be done in the next patch.01:58
flwangmy question is how the http server works to accept the confirmation01:58
wxylet me see02:01
wxythere is some error, the function name should be do_POST and do_GET02:08
wxyflwang: when a subscription is created, suppose the subscriber is this sample server, zaqar will send a confirm information to this sample server . Right?02:09
flwangyes02:09
flwangand then the http server will send a post back to zaqar, IIUC02:10
wxyflwang: get your point.02:10
flwangcool02:12
wxyflwang: I thought this sample server will print the confirm informtion, then users use this information to confirm by themselves.02:12
wxyflwang: of cause it can be done by the sample server.02:12
flwangas a sample http service, i would like to see it does it automatically02:13
wxyflwang: so I just want to show the process to users.02:13
wxyflwang: If it does automatically, the subscription will be confirmed once it be created.02:14
wxyflwang: Will it mislead users?02:14
flwangi can see your point and i will think it again and leave my comments02:18
wxyflwang: ok, please review it  and i will fix the jenkins'error in the next patch.02:23
flwangwxy: cool, thank you02:25
openstackgerritOpenStack Proposal Bot proposed openstack/zaqar: Updated from global requirements  https://review.openstack.org/33995302:31
wxyflwang: maybe we can provide two sample server. one for user operation, another one for automatic operation.02:31
flwangwxy: we can do that in one with some configs i think02:32
wxyflwang: yes, it's better.02:33
*** itisha has quit IRC02:40
*** adu has joined #openstack-zaqar02:48
openstackgerritFei Long Wang proposed openstack/zaqar: Disable DEPRECATED API versions by default  https://review.openstack.org/29461102:55
*** yanyanhu has joined #openstack-zaqar03:01
*** itisha has joined #openstack-zaqar03:03
*** yanyanhu has quit IRC03:14
openstackgerritFei Long Wang proposed openstack/zaqar: Support `messages` API ref  https://review.openstack.org/32563703:31
openstackgerritFei Long Wang proposed openstack/zaqar: Support `messages` API ref  https://review.openstack.org/34193003:32
*** adu has quit IRC04:05
*** wanghao_ has joined #openstack-zaqar04:08
*** Kevin_Zheng has joined #openstack-zaqar04:08
openstackgerritFei Long Wang proposed openstack/zaqar: Disable DEPRECATED API versions by default  https://review.openstack.org/29461104:17
*** GB21 has joined #openstack-zaqar04:34
*** flwang1 has quit IRC05:07
*** adu has joined #openstack-zaqar05:08
*** adu has quit IRC05:33
*** flwang1 has joined #openstack-zaqar05:58
*** rcernin has joined #openstack-zaqar06:01
*** Ravikiran_K has joined #openstack-zaqar06:10
*** flwang1 has quit IRC06:26
*** pcaruana has joined #openstack-zaqar06:40
*** flwang1 has joined #openstack-zaqar07:03
*** rcernin has quit IRC07:05
*** tesseract- has joined #openstack-zaqar07:10
openstackgerritFei Long Wang proposed openstack/zaqar: Disable DEPRECATED API versions by default  https://review.openstack.org/29461107:11
*** rcernin has joined #openstack-zaqar07:21
*** Ravikiran_K has quit IRC07:26
*** GB21 has quit IRC07:30
*** flwang1 has quit IRC07:41
*** pt_15 has quit IRC07:46
*** itisha has quit IRC07:50
*** rcernin has quit IRC08:00
*** rcernin has joined #openstack-zaqar08:13
*** GB21 has joined #openstack-zaqar08:17
*** pt_15 has joined #openstack-zaqar08:45
openstackgerritMerged openstack/zaqar: Add Python 3.5 classifier and venv  https://review.openstack.org/34090708:57
*** GB21 has quit IRC09:53
*** GB21 has joined #openstack-zaqar10:35
*** pt_15 has quit IRC10:56
*** Ravikiran_K has joined #openstack-zaqar12:04
*** GB21 has quit IRC12:23
*** dynarro has joined #openstack-zaqar12:41
*** wanghao_ has quit IRC13:28
*** ametts has joined #openstack-zaqar13:33
*** pt_15 has joined #openstack-zaqar13:41
*** itisha has joined #openstack-zaqar13:42
*** ametts has quit IRC13:54
*** adu has joined #openstack-zaqar14:03
*** GB21 has joined #openstack-zaqar14:05
*** ametts has joined #openstack-zaqar14:07
*** GB21 has quit IRC14:30
*** pcaruana has quit IRC14:39
openstackgerritMerged openstack/python-zaqarclient: Add requests-mock to test-requirements.txt  https://review.openstack.org/34142615:05
*** dynarro has quit IRC15:52
*** wxy has quit IRC16:11
*** GB21 has joined #openstack-zaqar16:19
*** rcernin has quit IRC16:21
*** GB21 has quit IRC17:02
*** GB21 has joined #openstack-zaqar17:05
*** rcernin has joined #openstack-zaqar17:32
*** tesseract- has quit IRC17:44
*** GB21 has quit IRC18:02
*** flwang1 has joined #openstack-zaqar18:40
flwang1Eva-i: ping18:47
*** adu has quit IRC18:58
flwang1flaper87: pls help review https://review.openstack.org/#/c/333655/ when you have time, thanks19:07
*** flwang1 has quit IRC19:19
*** flwang1 has joined #openstack-zaqar19:29
*** flwang1 has quit IRC19:38
*** adu has joined #openstack-zaqar19:49
*** adu has quit IRC19:53
*** ametts has quit IRC20:00
*** adu has joined #openstack-zaqar20:09
*** ametts has joined #openstack-zaqar20:15
openstackgerritDan Prince proposed openstack/python-zaqarclient: Create a websocket transport class  https://review.openstack.org/34240420:48
openstackgerritDan Prince proposed openstack/python-zaqarclient: Create a websocket transport class  https://review.openstack.org/34240420:50
*** adu has quit IRC21:16
*** rcernin has quit IRC21:24
*** adu has joined #openstack-zaqar21:33
*** flwang1 has joined #openstack-zaqar21:45
*** ametts has quit IRC22:01
*** openstackgerrit has quit IRC22:03
*** openstackgerrit has joined #openstack-zaqar22:03
*** adu has quit IRC22:11
*** adu has joined #openstack-zaqar22:50

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!