Wednesday, 2016-04-13

*** kgriffs is now known as kgriffs|afk00:16
*** tqtran has joined #openstack-zaqar00:33
*** tqtran has quit IRC00:37
*** shu-mutou-AFK has quit IRC00:39
*** shu-mutou has joined #openstack-zaqar00:56
*** Qiming has quit IRC00:58
wanghaoryansb: thanks to review this summary, if have any question, plz let'me know.01:05
wanghaoflwang: morning, summary is ready, http://paste.openstack.org/show/493777/.01:07
openstackgerritwangxiyuan proposed openstack/python-zaqarclient: Add update queue function in v2  https://review.openstack.org/29436801:07
flwangwanghao: awesome01:11
flwangwanghao: thanks a lot01:11
flwangwanghao: wxy: are you free now for a quick discussion?01:13
wanghaoflwang: sure01:14
wxy:)01:14
flwanglet's go through the list01:15
flwang1. queue and topic01:15
flwangyes, i think we don't have to worry about this until we have a conclusion for https://etherpad.openstack.org/p/newton-zaqar-summit-planning  proposal #301:16
flwang2. delay queue, which will be discussed in summit as well, and we have a spec already01:17
flwang3. more attributes of queue01:17
flwangwhich is the same thing i was/am working on https://review.openstack.org/26572301:18
flwangin Newton, i will add more built-in attributes for queue01:18
flwangany question?01:19
flwangbefore i move to next item01:19
wanghaoflwang: feel good, delay queue is useful feature I think.01:19
wanghaoflwang: Glad to hear we have plan to do it.01:20
flwangas for  InactiveMessages, DelayMessages, ActiveMessages you mentioned,  it's stats of queue, it's there since v1 IIRC01:20
wxy1. I think it's important to distinguish queues and topics ,hope ryansb could bring it upat Austin01:20
flwangwxy: it's hard to make a decision in a short time01:21
flwangwe can discuss that offline01:21
wanghaoflwang: emm, sure01:22
wxyflwang: I know, I mean we should pay attention on it.:)01:22
flwang#4  retry of notification, before we get the subscription confirmation done,  personally, i won't touch it01:22
flwangwxy: sure, agree01:22
wanghaoflwang: yes, it's a future feature after we implement the subscription confiramtion.01:23
flwang#5 notification format, that's interesting. and it would be nice if you can add some comment for proposal #7 in https://etherpad.openstack.org/p/newton-zaqar-summit-planning01:24
wanghaoflwang: And we can think about what strategy we want to choose.01:24
wanghaoflwang: OK, I will do it.01:24
flwang#6 mobile device notification, that's on my list, but i'm not really sure if we can get it done in Newton01:25
flwangbut i know it's a very important feature.01:25
wanghaoflwang: There is interesting thing, MNS said they can support mobile device, but I didn't find it in API doc.01:26
wanghaoflwang: Maybe it's also a plan for them.01:26
flwangwanghao: i think so, i even think MNS grab some ideas from Zaqar :)01:27
wanghaoflwang: It could be true.01:28
flwanghah01:29
flwangok, so basically, i think we're in good shape and we're on the right direction01:29
wanghaoflwang: Yes, but about the InactiveMessages, DelayMessages, ActiveMessages, I tested it in V2, didn't find it. Maybe I need more tests.01:30
flwangno, different names, and we don't have a delaymessages for sure01:30
wanghaoflwang: Indeed, I'll ensure others today.01:31
wanghaoflwang: Anyway, there's not big gap between MNS and Zaqar.01:32
flwangwanghao: try this https://github.com/openstack/python-zaqarclient/blob/master/setup.cfg#L7501:32
flwangwanghao: yep :)01:32
flwangwanghao: and i will do the same review for sqs/sns01:33
flwangbefore/after summit so as to plan newton01:33
wanghaoflwang: Great01:34
flwangso i can't see any function gap in zaqar comparing with aliyun's mns01:36
flwangwhich are not in tracking01:36
flwangi'm sure we have some function gap comparing with SNS though :)01:37
wanghaoflwang: yes01:41
flwangwanghao: wxy: really appreciate for your effort on this01:45
wanghaoflwang: I'm also thinking that we can find some useful function from other OpenStack projects, like paginate query, etc. Of course, we should discuss them if we need it.01:45
wanghaoflwang: you're welcom. : )01:46
flwangwanghao: yep, but that's not my first priority ;)01:46
wanghaoflwang: Agree, step by step, we can think it in future.01:47
flwangwanghao: looking forward to seeing more contribution from you guys :)01:48
wanghaoflwang: no problem.01:52
*** Qiming has joined #openstack-zaqar01:58
openstackgerritFei Long Wang proposed openstack/zaqar: Support Tempest test as gate job  https://review.openstack.org/30247902:25
*** shu-mutou has quit IRC02:34
*** achanda has joined #openstack-zaqar02:44
*** achanda has quit IRC02:49
openstackgerritwangxiyuan proposed openstack/python-zaqarclient: Add update queue function in v2  https://review.openstack.org/29436803:00
wxyEva-i: flwang:ryansb : I meet a new problem with the client patch: https://review.openstack.org/#/c/294368/1903:25
wxyI leaved a comment there. Please take a look. Thanks.03:25
*** achanda has joined #openstack-zaqar03:41
openstackgerritwanghao proposed openstack/zaqar: Default message ttl is needed to change correctly  https://review.openstack.org/30494003:44
*** achanda has quit IRC04:17
flwangwxy: ping04:44
flwangwhy those base metadata shouldn't be updated?04:44
wxyflwang: because they are added in api layer. It means that there is no data in db.04:49
wxyif we update them ,we will get 409 error04:49
wxycould not update non-exist metadata04:50
wxyclient can't know the base metadata is in db or not. Because whether the  base metadata were saved in db, the return value always contain it .04:52
flwangwxy: ah, if so, i think we could fix it at here https://github.com/openstack/zaqar/blob/master/zaqar/transport/wsgi/v2_0/queues.py#L21104:58
flwangdefine a list for those reserved metadata key04:59
flwangif user're trying to update them and the value are different from the default value, then save it, otherwise, just skip, does that make sense?04:59
flwangi'm off now, pls leave your thoughts on the patch, we can discuss this later05:01
wxyyes, it's a better way05:01
wxyok05:01
*** flwang1 has quit IRC05:04
*** rcernin has joined #openstack-zaqar05:56
*** tesseract has joined #openstack-zaqar06:46
*** tesseract is now known as Guest1269906:46
*** Kevin_Zheng has quit IRC07:02
*** Kevin_Zheng has joined #openstack-zaqar07:02
*** achanda has joined #openstack-zaqar07:41
*** shu-mutou has joined #openstack-zaqar08:00
*** achanda has quit IRC08:06
openstackgerritwangxiyuan proposed openstack/zaqar: Fix the wrong check of X-PROJECT-ID  https://review.openstack.org/30503508:16
openstackgerritwangxiyuan proposed openstack/zaqar: Fix the wrong check of X-PROJECT-ID  https://review.openstack.org/30503508:31
*** shu-mutou has quit IRC08:37
openstackgerritwangxiyuan proposed openstack/zaqar: Fix the wrong check of X-PROJECT-ID  https://review.openstack.org/30503508:59
*** njohnston has quit IRC09:47
*** njohnston has joined #openstack-zaqar09:48
*** Qiming has quit IRC10:20
*** openstackstatus has quit IRC10:32
*** openstack has joined #openstack-zaqar11:15
*** openstack has quit IRC11:16
*** openstack has joined #openstack-zaqar11:31
*** openstackgerrit has quit IRC11:35
*** bradjones has quit IRC11:35
*** EmilienM has quit IRC11:36
*** bradjones has joined #openstack-zaqar11:41
*** bradjones has quit IRC11:41
*** bradjones has joined #openstack-zaqar11:41
*** EmilienM has joined #openstack-zaqar11:45
*** EmilienM is now known as Guest3825111:45
*** Qiming has joined #openstack-zaqar11:47
*** openstackgerrit has joined #openstack-zaqar11:50
*** Guest38251 has quit IRC11:51
*** EmilienM_ has joined #openstack-zaqar12:08
*** EmilienM_ is now known as EmilienM12:10
*** EmilienM is now known as Guest5022012:11
*** Guest50220 has quit IRC12:11
*** Guest50220 has joined #openstack-zaqar12:11
*** Guest50220 is now known as EmilienM12:11
*** achanda has joined #openstack-zaqar12:30
*** achanda has quit IRC12:36
*** achanda has joined #openstack-zaqar12:50
*** achanda has quit IRC12:52
*** amitgandhinz has joined #openstack-zaqar13:21
*** ryansb_ has joined #openstack-zaqar13:37
*** ryansb_ has quit IRC13:37
*** ryansb_ has joined #openstack-zaqar13:37
*** therve` has joined #openstack-zaqar13:41
*** ryansb has quit IRC13:43
*** therve has quit IRC13:43
*** ryansb_ is now known as ryansb13:43
*** ametts has joined #openstack-zaqar14:03
*** therve` is now known as therve14:59
*** kgriffs|afk is now known as kgriffs15:01
Qimingtox -e functional on a fresh install of zaqar: FAILED (id=3, failures=10, skips=16)15:02
Qimingoh, sorry, it was from `tox -e integration`15:05
*** amitgandhinz has quit IRC15:05
*** amitgandhinz has joined #openstack-zaqar15:10
*** david_cu has joined #openstack-zaqar15:27
*** Guest12699 has quit IRC15:28
*** Qiming has quit IRC15:28
*** achanda has joined #openstack-zaqar15:29
*** david_cu has quit IRC15:38
*** openstack has joined #openstack-zaqar15:50
*** openstack has joined #openstack-zaqar15:54
*** flwang has joined #openstack-zaqar15:54
*** doglike is now known as godlike15:57
*** godlike is now known as doglike15:57
*** doglike is now known as godlike15:57
*** openstack has joined #openstack-zaqar16:08
*** mpanetta has joined #openstack-zaqar16:08
*** rcernin has quit IRC16:39
*** david_cu has quit IRC16:43
*** david_cu has joined #openstack-zaqar16:44
*** david_cu has quit IRC16:49
*** achanda has joined #openstack-zaqar16:57
*** itisha has joined #openstack-zaqar17:06
*** achanda_ has joined #openstack-zaqar17:22
*** achanda_ has quit IRC17:23
*** achanda has quit IRC17:27
*** davideagnello has joined #openstack-zaqar17:43
*** david_cu has joined #openstack-zaqar17:54
*** flwang1 has joined #openstack-zaqar17:56
*** tqtran has joined #openstack-zaqar18:02
*** kgriffs is now known as kgriffs|afk18:34
*** Kevin_Zheng has quit IRC18:37
*** flaper87 has quit IRC18:38
*** openstackgerrit has quit IRC18:39
*** jtomasek has quit IRC18:39
*** wanghao has quit IRC18:39
*** wanghao has joined #openstack-zaqar18:40
*** kong has quit IRC18:41
*** flaper87 has joined #openstack-zaqar18:45
*** Kevin_Zheng has joined #openstack-zaqar18:51
*** jtomasek has joined #openstack-zaqar18:51
*** openstackgerrit has joined #openstack-zaqar18:55
*** kong has joined #openstack-zaqar19:09
*** kgriffs|afk is now known as kgriffs19:24
*** flwang1 has quit IRC19:28
*** tqtran has quit IRC19:48
*** bradjones has quit IRC19:48
*** david-lyle has quit IRC19:48
*** bradjones_ has joined #openstack-zaqar19:53
*** bradjones_ has quit IRC19:53
*** bradjones_ has joined #openstack-zaqar19:53
*** tqtran has joined #openstack-zaqar19:57
*** bradjones has joined #openstack-zaqar19:57
*** david-lyle has joined #openstack-zaqar19:57
*** tqtran has quit IRC20:04
*** bradjones has quit IRC20:04
*** david-lyle has quit IRC20:04
*** bradjones_ is now known as bradjones20:04
*** david-lyle has joined #openstack-zaqar20:05
*** tqtran has joined #openstack-zaqar20:09
*** tqtran_ has joined #openstack-zaqar20:14
*** tqtran has quit IRC20:15
*** wanghao has quit IRC20:26
*** wanghao has joined #openstack-zaqar20:27
*** odyssey4me_ has joined #openstack-zaqar20:38
*** tqtran has joined #openstack-zaqar20:42
*** tqtran_ has quit IRC20:47
*** amitgandhinz has quit IRC20:47
*** odyssey4me has quit IRC20:47
*** amitgandhinz has joined #openstack-zaqar20:47
*** mpanetta has quit IRC20:51
*** mpanetta has joined #openstack-zaqar20:52
*** mpanetta has quit IRC20:52
*** mpanetta has joined #openstack-zaqar20:52
*** achanda has joined #openstack-zaqar21:05
*** achanda has quit IRC21:06
*** achanda has joined #openstack-zaqar21:06
flwangEva-i: ping21:11
*** achanda has quit IRC21:11
*** flwang1 has joined #openstack-zaqar21:14
Eva-iflwang: pong21:20
flwangEva-i: may i know what are you working on now?21:21
flwangi mean recently21:21
Eva-iflwang: install guide, reviewing some patches21:25
Eva-iflwang: I reviewed some patches you asked yesterday. But I don't want to review tempest-related patches now =/21:26
*** kgriffs is now known as kgriffs|afk21:27
*** david_cu has quit IRC21:27
flwangEva-i: :) that's ok. i just want to discuss some docs issue if you don't mind21:29
Eva-iflwang: yes, go on21:29
Eva-iflwang: recently Anne Gentle sent an email. She mentioned that projects should plan API docs work for the next release cycle. I hope she meant Newton.21:31
flwangEva-i: as for install guide, have you drafted a spec?21:31
Eva-iflwang: no, I haven't21:33
flwangEva-i: i think it should have higher priority than the content21:36
flwangif you haven't i will propose one21:36
flwangunless we get the spec approved, it's impossible to merge the content21:36
flwangso i assume you're working on the install guide content, right?21:37
*** kgriffs|afk is now known as kgriffs21:37
openstackgerritMerged openstack/zaqar-ui: Deprecated tox -downloadcache option removed  https://review.openstack.org/30320721:39
openstackgerritMerged openstack/zaqar-ui: Remove py27dj17 from tox.ini  https://review.openstack.org/30320821:40
openstackgerritMerged openstack/zaqar-ui: tox tests should respect upper-constraints.txt  https://review.openstack.org/30320921:40
openstackgerritMerged openstack/zaqar-ui: Remove version number to fix build  https://review.openstack.org/30318821:40
openstackgerritMerged openstack/zaqar-ui: Replace deprecated library function os.popen() with subprocess  https://review.openstack.org/30321121:41
*** amitgandhinz has quit IRC21:41
Eva-iflwang: yes, propose one, I don't mind ;)21:42
flwangEva-i: ok, any blocker for the install guide content? how far away from ready-to-go?21:43
Eva-iAlmost ready. Just want to make sure this install guide will not misguide user. But amount of content might be not sufficient for doc team quality standart. I'll try to propose a new patch set to the current install guide patch, so we can discuss it before sending to doc repository.21:45
Eva-iflwang: I think no serious blockers for this work21:46
Eva-iflwang: I hope today I'll start devstack with Zaqar on SSL successfully21:47
flwangEva-i: yep, it would be nice if we can cover the SSL part, even the HAproxy part21:59
flwangok, so seems the install guide is in good shape21:59
flwanglet's talk about api ref21:59
Eva-iflwang: is it easy to setup HAproxy?21:59
flwangEva-i: https://www.mirantis.com/blog/software-high-availability-load-balancing-openstack-cloud-api-servic/22:00
flwangyou can refer this doc22:00
flwangit doesn't mention zaqar, but nothing different22:00
Eva-iflwang: should I describe HAproxy setup in this guide or just mention it?22:00
flwangEva-i: let's check if it's a part of the other install guide, but personally, i think it's enough just mention it22:01
Eva-iflwang: okay, I'll do a check22:02
flwangEva-i: thanks22:03
flwangas for the api ref22:03
flwangTBH, i'm still confused where we are22:03
Eva-iflwang: about API ref. I wanted to ask magnum team what they plan to do with their swagger api ref, but I still haven't done it.22:03
flwangor i would say, which approach we should follow22:03
Eva-iflwang: I don't know22:03
flwangEva-i: ok, i will take a look, and reply Anne's mail22:04
*** amitgandhinz has joined #openstack-zaqar22:04
Eva-iflwang: oki22:05
*** amitgandhinz has quit IRC22:05
*** achanda has joined #openstack-zaqar22:08
*** achanda has quit IRC22:14
*** kgriffs is now known as kgriffs|afk22:37
*** mpanetta has quit IRC22:37
*** ametts has quit IRC22:39
*** achanda has joined #openstack-zaqar23:11
*** achanda has quit IRC23:16
*** kgriffs|afk is now known as kgriffs23:24
*** itisha has quit IRC23:29
*** Qiming has joined #openstack-zaqar23:37
openstackgerritFei Long Wang proposed openstack/zaqar: Support Tempest test as gate job  https://review.openstack.org/30247923:37

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