Wednesday, 2016-07-06

*** adu has joined #openstack-zaqar00:04
*** shu-mutou has joined #openstack-zaqar01:08
*** tqtran has quit IRC01:22
*** stanchan has quit IRC01:39
*** yanyanhu has joined #openstack-zaqar01:44
*** wanghao_ has joined #openstack-zaqar01:53
openstackgerritwanghao proposed openstack/zaqar: Add pools api ref  https://review.openstack.org/33714901:54
yanyanhuhi, flwang, around?02:07
flwangyanyanhu: hey, yes02:07
flwangyanyanhu: how can i help?02:07
flwangwanghao_: around?02:08
wanghao_yeah02:08
yanyanhuhi, I'm trying to add zaqar support to senlin. When I tried zaqar api, I found 'client-id' and 'project-id' are required in request header02:08
yanyanhuI understand project-id is for multi-tenant support02:08
yanyanhubut what client-id is for?02:08
flwangyanyanhu: client-id is used to distinguish different workers of a queue02:09
flwangyanyanhu: it can be a predefined UUID02:09
yanyanhuso it is like an identity of client who request zaqar api?02:10
yanyanhuand zaqar will provide different queue worker for different client?02:10
flwangwanghao_: could you pls help review  https://review.openstack.org/332989   https://review.openstack.org/332981  and https://review.openstack.org/33030902:11
wanghao_flwang: sure02:11
flwangyanyanhu: so it is like an identity of client who request zaqar api? yes02:12
flwangand zaqar will provide different queue worker for different client? no02:12
flwangthe client-id is only used for tracking the request02:12
flwangjust like the request id of api reqeust02:12
yanyanhuah, I see. So I can specify different client-id when requesting zaqar api and it won't cause unexpected result02:13
flwangfor normal producer/worker case,    a queue may be consumed by several consumers02:13
flwangfor each consumer, we would like to have a id to identify it02:13
yanyanhugot it02:14
flwangyanyanhu: yes02:14
yanyanhue.g. requests from the same session better have the same client-id specified in request header02:14
flwangyanyanhu: yes02:14
yanyanhuunderstand02:14
yanyanhuflwang, thank you so much for the explanation :)02:15
flwangdepends on how senlin work with zaqar02:15
flwangthe client id maybe not very important02:16
flwangespecially if senlin just want to be a subscriber of zaqar02:16
flwangyanyanhu: i would expect to see a spec in senlin and im more than happy to review it02:16
yanyanhuflwang, I see. I'm now trying to add zaqar v2 support to openstack first since senlin relies on sdk to talk with all other openstack services. But I can't find a place to store 'client-id' in openstacksdk side. So my current plan is generate a random once each time request to zaqar.02:17
yanyanhuflwang, I think the support of zaqar in senlin will come soon, will bother you for review later :)02:18
yanyanhus/once/one02:19
flwangyanyanhu: yep, for your case, i think a random client id is fine02:19
flwangjust add me as the reviewer then i will be notified :)02:19
yanyanhuflwang, sure, thanks a lot :)02:19
*** tqtran has joined #openstack-zaqar02:21
flwangyanyanhu: no problem02:24
*** tqtran has quit IRC02:26
aduflwang: hi02:48
flwangadu: hey, man, long time no see02:51
aduflwang: I know, right?02:51
flwangadu: how you doing02:51
aduso my co-worker took zaqar away from me and it's in production now, but I'm not sure how it's going because he's in charge now, not me02:52
flwangadu: sorry, so you mean you're running zaqar?02:53
adubut other than that, good, I had a 7/4 party, celebrating the 240th birthday of the U.S.A. :)02:53
flwangor the queue service of rackspace?02:53
aduflwang: yeah, we went with Rackspace Queues, which is like Zaqar-0.902:54
flwangadu: ah, i see02:54
flwangadu: that's ok02:54
adumy co-worker is a cloud-addict02:55
aduhe doesn't believe in installing things in a VM02:55
aduI would much rather have 40 VMs with all different services than 40 subscriptions to god knows what02:57
flwangadu: haha, fair enough. At least, you're using zaqar :)02:58
adu:)02:59
aduand I had a great 7/4 party02:59
aduwe had ribs, and chicken wings, and sparklers03:00
wanghao_flwang:03:28
wanghao_flwang: some questions in pre-signed url api ref, plz have a look.03:29
wanghao_and I will review others this afternoon, have lunch now :)03:30
flwangwanghao_: ok, thanks03:32
wanghao_:)03:34
*** itisha has joined #openstack-zaqar03:52
*** GB21 has joined #openstack-zaqar03:56
openstackgerritFei Long Wang proposed openstack/zaqar: Add `Pre-signed queue' api ref  https://review.openstack.org/33298904:00
*** ramishra has quit IRC04:01
*** ramishra has joined #openstack-zaqar04:02
*** GB21 has quit IRC04:15
*** tqtran has joined #openstack-zaqar04:23
*** flwang1 has quit IRC04:23
*** GB21 has joined #openstack-zaqar04:28
*** tqtran has quit IRC04:28
*** GB21 has quit IRC04:34
*** exploreshaifali has joined #openstack-zaqar04:58
*** GB21 has joined #openstack-zaqar04:59
*** stanchan has joined #openstack-zaqar05:01
openstackgerritwangxiyuan proposed openstack/zaqar: Subscription Confirmation Support-1  https://review.openstack.org/31660105:23
openstackgerritwangxiyuan proposed openstack/zaqar: Subscription Confirmation Support-1  https://review.openstack.org/31660105:38
openstackgerritMerged openstack/zaqar: Add `Health` api ref  https://review.openstack.org/33298105:52
*** itisha has quit IRC06:00
*** pcaruana has joined #openstack-zaqar06:05
*** rcernin has joined #openstack-zaqar06:09
*** adu has quit IRC06:14
openstackgerritMerged openstack/zaqar: Delete in tree config ref  https://review.openstack.org/33030906:16
-openstackstatus- NOTICE: All python 3.5 jobs are failing today, we need to build new xenial images first.06:28
openstackgerritwanghao proposed openstack/zaqar: Add pools api ref  https://review.openstack.org/33714906:38
*** flwang1 has joined #openstack-zaqar06:40
openstackgerritFei Long Wang proposed openstack/zaqar: Add `Pre-signed queue' api ref  https://review.openstack.org/33298906:55
flwang1wanghao_: wxy: wxy__: can you revisit above patch? ^06:56
flwang1thanks06:56
wanghao_sure06:56
wanghao_Just need rebase06:57
*** shu-mutou has quit IRC07:00
*** yanyanhu has quit IRC07:02
*** yanyanhu has joined #openstack-zaqar07:04
openstackgerritwangxiyuan proposed openstack/zaqar: Subscription Confirmation Support-1  https://review.openstack.org/31660107:20
*** tesseract- has joined #openstack-zaqar07:21
openstackgerritMerged openstack/python-zaqarclient: Use osc_lib instead of cliff  https://review.openstack.org/33532207:24
*** wxy_home has joined #openstack-zaqar07:24
*** GB21 has quit IRC07:24
*** wxy_home has quit IRC07:34
*** GB21 has joined #openstack-zaqar08:00
*** GB21 has quit IRC08:31
*** GB21 has joined #openstack-zaqar08:47
openstackgerritOpenStack Proposal Bot proposed openstack/python-zaqarclient: Updated from global requirements  https://review.openstack.org/32173708:51
*** yanyanhu has quit IRC08:52
*** ramishra has quit IRC08:52
*** yanyanhu has joined #openstack-zaqar08:54
*** ramishra has joined #openstack-zaqar08:54
*** GB21 has quit IRC09:20
*** tqtran has joined #openstack-zaqar09:25
*** tqtran has quit IRC09:29
*** GB21 has joined #openstack-zaqar09:38
*** GB21 has quit IRC09:51
*** GB21 has joined #openstack-zaqar10:08
*** yanyanhu has quit IRC10:11
*** exploreshaifali has quit IRC12:02
*** AAzza_ has joined #openstack-zaqar12:09
*** AAzza has quit IRC12:10
*** AAzza_ is now known as AAzza12:11
*** AAzza has quit IRC12:16
*** AAzza has joined #openstack-zaqar12:16
*** GB21 has quit IRC12:35
*** ramishra has quit IRC12:43
*** ramishra has joined #openstack-zaqar12:44
openstackgerritFlavio Percoco proposed openstack/zaqar: Disable warnerrors=true in setup.cfg  https://review.openstack.org/33823713:07
*** tqtran has joined #openstack-zaqar13:26
*** tqtran has quit IRC13:30
*** njohnston_ is now known as njohnston13:32
*** ametts has joined #openstack-zaqar13:33
*** itisha has joined #openstack-zaqar13:39
*** pt_15 has joined #openstack-zaqar13:40
*** GB21 has joined #openstack-zaqar13:54
*** exploreshaifali has joined #openstack-zaqar14:42
*** exploreshaifali has quit IRC14:44
*** exploreshaifali has joined #openstack-zaqar14:44
*** exploreshaifali has quit IRC14:46
*** exploreshaifali has joined #openstack-zaqar14:46
*** GB21 has quit IRC14:56
*** pcaruana has quit IRC15:06
*** rcernin has quit IRC15:10
*** wanghao_ has quit IRC15:28
*** rcernin has joined #openstack-zaqar15:49
openstackgerritMerged openstack/zaqar: Add `Pre-signed queue' api ref  https://review.openstack.org/33298915:58
*** eliqiao has quit IRC16:05
*** eliqiao has joined #openstack-zaqar16:07
*** tesseract- has quit IRC16:49
*** exploreshaifali has quit IRC16:57
*** srwilkers has joined #openstack-zaqar17:11
*** srwilkers has quit IRC17:12
*** tqtran has joined #openstack-zaqar17:27
*** Qiming has quit IRC17:45
*** Qiming has joined #openstack-zaqar17:49
openstackgerritMerged openstack/zaqar: Disable warnerrors=true in setup.cfg  https://review.openstack.org/33823718:20
*** adu has joined #openstack-zaqar19:34
*** adu has quit IRC19:37
*** ramishra has quit IRC19:51
*** ramishra has joined #openstack-zaqar19:52
*** flwang1 has quit IRC19:55
*** rcernin_ has joined #openstack-zaqar20:06
*** rcernin_ has quit IRC20:10
*** rcernin_ has joined #openstack-zaqar20:15
*** rcernin_ has quit IRC20:19
*** rcernin_ has joined #openstack-zaqar20:19
*** rcernin_ has quit IRC20:20
*** rcernin has quit IRC20:24
*** rcernin has joined #openstack-zaqar20:25
*** rcernin has quit IRC20:38
*** rcernin has joined #openstack-zaqar20:39
*** rcernin has quit IRC21:03
*** rcernin has joined #openstack-zaqar21:04
*** rcernin has quit IRC21:07
*** rcernin has joined #openstack-zaqar21:07
*** flwang1 has joined #openstack-zaqar21:20
*** rcernin has quit IRC21:37
*** ametts has quit IRC22:02
*** david-lyle_ has joined #openstack-zaqar22:21
*** david-lyle_ is now known as david-lyle22:35
*** pt_15 has quit IRC23:36
*** itisha has quit IRC23:40

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