Tuesday, 2015-11-24

*** boris-42 has joined #openstack-zaqar00:09
flwangEva-i: you deserve it :)00:11
*** tej has quit IRC00:12
*** openstackgerrit has quit IRC00:16
*** openstackgerrit has joined #openstack-zaqar00:17
boris-42flwang: vkmc ping00:23
vkmcboris-42, pong00:23
flwangboris-42: hey man00:23
boris-42vkmc: flwang how things are going??00:23
vkmcboris-42, good and you? :)00:25
boris-42vkmc: good good00:25
boris-42vkmc: flwang so I have something that may be interesting for you00:25
boris-42https://review.openstack.org/#/c/103825/00:26
vkmcboris-42, shoot00:26
flwangboris-42: are you going to contribute zaqar?00:26
vkmcw00t00:26
boris-42flwang: maybe osprofiler stuff00:26
flwangboris-42: wow, a very old spec00:26
boris-42flwang: ya it is =)00:26
boris-42flwang: it was First Cross-project initiative ever00:26
boris-42flwang: =)00:27
flwangcross-project in openstack is hard, unfortunately :(00:27
flwangboris-42: so anything we can help?00:30
flwang1mdnadeem: ping00:37
mdnadeemflwang1: pong00:38
flwang1didn't see you yesterday, so just say hi :)00:38
flwang1what are you working on?00:38
mdnadeemflwang1: yesterday, i was on holiday :)00:39
flwang1that makes much sense00:39
mdnadeemflwang1:not decided yet, may be on pool group deprecation spec, i will start working00:41
flwang1mdnadeem: i reviewed most of your client patches and left some comments00:42
mdnadeemflwang1: any suggestion from your side00:42
mdnadeemflwang1: yah, i have just seen it, i will upload a patch soon00:42
flwang1https://etherpad.openstack.org/p/mitaka-zaqar-assignment00:43
flwang1that's basically our focus for this release00:43
flwang1personally, i want to get a stable or i would say usable zaqar client00:43
flwang1i mean after install zaqar with devstack, i can play with message and queue00:44
mdnadeemflwang1: yah surely, we will do it :)00:45
flwang1and if can scroll back, vkmc and i discussed a feature to support reserved attributes for zaqar00:46
mdnadeemflwang1: *reading00:46
mdnadeemflwang1: yah its a cool idea for queue reserve attribute00:50
boris-42flwang: so please review that spec00:54
boris-42flwang: https://review.openstack.org/#/c/103825/00:54
boris-42flwang: and +1 it00:54
boris-42flwang: that will help a lot00:54
flwang1boris-42: ok, it's on my list now00:55
boris-42flwang1: thank you00:57
flwangboris-42: no problem00:58
mdnadeemflwang1: around?01:26
flwangmdnadeem: yep01:26
mdnadeemNeed to discuss regarding your comment on https://review.openstack.org/#/c/247337/2/zaqarclient/queues/v1/cli.py01:27
mdnadeemflwang: Agree to your point, however there is two way to do it01:28
mdnadeemzaqar Server return HTTP/1.1 204 No Content for pool update command01:29
mdnadeem1. So on client side, we can call pool show command inside the pool update and show updated result to end user01:30
mdnadeem2. server side, we can change update command response to return  updated pool info01:31
flwang101:31
flwangi'm using #1 for flavor01:31
flwang2 is not reasonable for me01:31
openstackgerritFei Long Wang proposed openstack/python-zaqarclient: Add support for flavor_update  https://review.openstack.org/24897001:32
mdnadeemflwang: i guess in 1 execution time will increase as we execute 2 command update and show together01:33
flwangmdnadeem: it's cli, so the execution time is ok01:37
mdnadeemflwang: a user face same issue as u comment me when he execute directly using some web client or curl command01:38
flwangwhat issue?01:39
flwangi don't understand, sorry01:39
flwangexecution time/01:40
flwang?01:40
mdnadeemflwang: when user directly run update command (curl or some web client), zaqar server return  HTTP/1.1 204 No Content01:40
flwangmdnadeem: yep, i see01:40
mdnadeemthen user again execute show command to see result, as u mention in comment01:41
mdnadeemflwang: can i ask why #2 is not reasonable01:41
mdnadeemif we go with 2, it will be good for both server side and in client side also no need to run show command , client just return server response01:43
flwangmdnadeem: i agree01:47
flwangmdnadeem: but01:47
flwangi'm not sure if it's the good time to change the api01:47
flwangmdnadeem: in other words, i think it's a good improvement, but it's not our high priority for now01:48
flwangunless we have a strong use case for that01:48
mdnadeemflwang: oh01:49
flwangmdnadeem: could you pls register a blueprint to track it?01:49
flwangso that a new comer can pick it since i think it's a low-hanging-fruit01:49
mdnadeemflwang: sure, to change server response ?01:50
flwangfor update action, return the updated result01:50
flwangjust like the other service did01:50
mdnadeemok, sure :)01:50
flwangmdnadeem: thank you01:51
flwangmdnadeem: i'm going to work on the queue create bug01:51
mdnadeemflwang: just need to confirm, for now we just return the server response in client side ?01:51
flwangafter then, i will work on the subscription for zaqar client01:52
flwangmdnadeem: for now, we need to call get() to get the info after updated01:52
mdnadeemflwang: ohk, thanks01:53
mdnadeemflwang: I will upload a patch soon for pool update :)01:53
flwangmdnadeem: awesome01:53
*** Qiming has joined #openstack-zaqar01:56
*** Qiming has quit IRC02:01
*** david-ly_ has quit IRC02:36
openstackgerritFei Long Wang proposed openstack/python-zaqarclient: Make sure queue create works  https://review.openstack.org/24898203:03
openstackgerritFei Long Wang proposed openstack/python-zaqarclient: Add support for flavor_update  https://review.openstack.org/24897003:10
*** Qiming has joined #openstack-zaqar03:15
mdnadeemflwang: around ? i face a problem03:26
*** pcaruana has quit IRC03:27
flwangmdnadeem: yes?03:27
mdnadeemflwang: i have fetch my pool update code from git, now while testing openstack client not detect pool update command03:29
mdnadeemopenstack pool --help show only pool create03:29
mdnadeemi have tried by uninstalling openstack client and re installing , still it not detect pool update03:31
flwangin your code base, run 'sudo pip  install -e .'03:31
mdnadeemohk03:31
mdnadeemflwang: Thanx, it work :)03:32
flwangmdnadeem: cool03:32
flwangbecause you need to install the code so that openstack client can detect it03:33
mdnadeemflwang: ohhh got it. Thank you :)03:35
flwangnp03:36
*** flwang1 has quit IRC03:56
*** david-lyle has joined #openstack-zaqar04:08
*** dmowrer has joined #openstack-zaqar04:39
*** dmowrer has quit IRC04:43
openstackgerritMD NADEEM proposed openstack/python-zaqarclient: Added pool show support to v1  https://review.openstack.org/24727505:10
*** rcernin has joined #openstack-zaqar05:15
*** achanda has joined #openstack-zaqar05:29
*** rcernin has quit IRC05:34
*** achanda has quit IRC05:41
*** pcaruana has joined #openstack-zaqar05:48
*** Caleb-- has quit IRC05:55
*** khushbu_ has joined #openstack-zaqar06:01
*** Caleb-- has joined #openstack-zaqar06:04
*** rcernin has joined #openstack-zaqar06:18
*** khushbu_ has quit IRC06:24
openstackgerritMD NADEEM proposed openstack/python-zaqarclient: Added pool update support for v1  https://review.openstack.org/24733706:27
*** pcaruana has quit IRC06:28
*** khushbu_ has joined #openstack-zaqar06:34
*** khushbu_ has quit IRC06:48
*** boris-42 has quit IRC06:48
*** khushbu_ has joined #openstack-zaqar06:49
*** khushbu_ has quit IRC07:00
*** dmowrer has joined #openstack-zaqar07:06
*** dmowrer has quit IRC07:10
*** lei-zh1 has joined #openstack-zaqar07:21
lei-zh1hello, Can anyone tell me if python zaqarclient supports pub/sub api07:32
*** openstackgerrit has quit IRC09:16
*** openstackgerrit has joined #openstack-zaqar09:17
Qimingflwang, still there?09:19
*** dmowrer has joined #openstack-zaqar09:33
*** achanda has joined #openstack-zaqar09:35
*** dmowrer has quit IRC09:37
*** achanda has quit IRC10:14
*** Qiming has quit IRC10:26
*** lei-zh1 has quit IRC10:29
*** flwang has quit IRC10:55
*** flwang has joined #openstack-zaqar11:00
*** rcernin is now known as rcernin|lunch11:13
*** Qiming has joined #openstack-zaqar11:26
*** achanda has joined #openstack-zaqar11:39
*** dmowrer has joined #openstack-zaqar12:08
*** Qiming has quit IRC12:22
*** Qiming has joined #openstack-zaqar12:23
*** rcernin|lunch is now known as rcernin12:36
*** Qiming has quit IRC13:13
*** Qiming has joined #openstack-zaqar13:16
*** Qiming has quit IRC13:17
*** Qiming has joined #openstack-zaqar13:18
*** khushbu_ has joined #openstack-zaqar13:20
*** tej has joined #openstack-zaqar13:36
*** khushbu_ has quit IRC13:43
*** dmowrer has quit IRC13:51
*** dmowrer has joined #openstack-zaqar13:51
*** tej has quit IRC13:54
*** dmowrer has quit IRC13:55
*** achanda has quit IRC13:57
*** Qiming has quit IRC14:01
*** Qiming has joined #openstack-zaqar14:02
*** Qiming has quit IRC14:02
*** Qiming has joined #openstack-zaqar14:03
*** rcernin has quit IRC14:03
*** achanda has joined #openstack-zaqar14:06
*** dmowrer has joined #openstack-zaqar14:10
*** dmowrer has quit IRC14:13
*** dmowrer has joined #openstack-zaqar14:13
*** sriram has joined #openstack-zaqar14:28
*** mpanetta has joined #openstack-zaqar14:32
*** nate_gone is now known as njohnston14:38
*** achanda has quit IRC14:53
*** achanda has joined #openstack-zaqar14:54
*** achanda_ has joined #openstack-zaqar14:56
openstackgerritEva Balycheva proposed openstack/zaqar-specs: Support for binary data in the websocket transport  https://review.openstack.org/24925714:59
*** achanda has quit IRC14:59
*** boris-42 has joined #openstack-zaqar15:02
*** Qiming has quit IRC15:24
*** achanda_ has quit IRC15:53
*** achanda has joined #openstack-zaqar15:59
*** amitgandhinz has joined #openstack-zaqar16:05
*** amitgandhinz has quit IRC16:12
*** rcernin has joined #openstack-zaqar16:16
*** achanda_ has joined #openstack-zaqar16:23
*** achanda has quit IRC16:26
*** diga has joined #openstack-zaqar16:38
*** dmowrer_ has joined #openstack-zaqar16:47
*** dmowrer has quit IRC16:49
*** dmowrer_ has quit IRC16:59
*** flwang1 has joined #openstack-zaqar17:04
*** dmowrer has joined #openstack-zaqar17:14
*** dmowrer has quit IRC17:18
*** david-ly_ has joined #openstack-zaqar17:19
*** david-ly_ has quit IRC17:23
*** david-l__ has joined #openstack-zaqar17:23
*** david-lyle has quit IRC17:23
*** david-l__ has quit IRC17:30
*** dmowrer has joined #openstack-zaqar17:33
*** flwang1 has quit IRC17:43
*** david-lyle has joined #openstack-zaqar17:44
*** diga has quit IRC17:48
*** david-lyle has quit IRC18:03
*** david-lyle has joined #openstack-zaqar18:11
*** achanda has joined #openstack-zaqar18:13
*** achanda_ has quit IRC18:17
*** achanda has quit IRC18:22
*** dmowrer has quit IRC18:29
*** dmowrer has joined #openstack-zaqar18:48
*** dmowrer has quit IRC18:55
*** dmowrer has joined #openstack-zaqar18:56
*** achanda has joined #openstack-zaqar18:57
*** dmowrer has quit IRC19:00
*** dmowrer_ has joined #openstack-zaqar19:00
*** dmowrer_ has quit IRC19:00
*** dmowrer has joined #openstack-zaqar19:00
*** achanda has quit IRC19:21
*** achanda has joined #openstack-zaqar19:25
*** sriram has left #openstack-zaqar19:33
*** flwang1 has joined #openstack-zaqar19:37
*** dmowrer_ has joined #openstack-zaqar19:40
*** dmowrer has quit IRC19:40
*** sriram has joined #openstack-zaqar19:43
openstackgerritFei Long Wang proposed openstack/python-zaqarclient: Add support for subscription  https://review.openstack.org/24939519:52
*** achanda has quit IRC19:54
*** achanda has joined #openstack-zaqar19:57
openstackgerritFei Long Wang proposed openstack/python-zaqarclient: Code tidy up  https://review.openstack.org/24541520:06
flwangvkmc: ryansb: flaper87: pls help review the zaqar client patches, thanks :)20:26
flwangtherve: ^20:26
*** dmowrer_ has quit IRC20:28
openstackgerritMerged openstack/python-zaqarclient: Remove periods of docstring  https://review.openstack.org/24442120:33
*** dmowrer has joined #openstack-zaqar20:36
*** achanda has quit IRC20:43
*** dmowrer has quit IRC21:36
*** dmowrer has joined #openstack-zaqar21:37
*** dmowrer has quit IRC21:41
*** boris-42 has quit IRC21:48
*** mpanetta has quit IRC22:02
*** dmowrer has joined #openstack-zaqar22:02
*** dmowrer has quit IRC22:06
*** njohnston is now known as nate_gone22:14
*** sriram has quit IRC22:23
*** Eva-i has quit IRC22:29
*** achanda has joined #openstack-zaqar22:31
*** achanda has quit IRC22:33
*** Eva-i has joined #openstack-zaqar22:48
*** boris-42 has joined #openstack-zaqar23:10
*** Qiming has joined #openstack-zaqar23:22
openstackgerritOpenStack Proposal Bot proposed openstack/python-zaqarclient: Updated from global requirements  https://review.openstack.org/24764923:31
*** rcernin has quit IRC23:42

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