*** boris-42 has joined #openstack-zaqar | 00:09 | |
flwang | Eva-i: you deserve it :) | 00:11 |
---|---|---|
*** tej has quit IRC | 00:12 | |
*** openstackgerrit has quit IRC | 00:16 | |
*** openstackgerrit has joined #openstack-zaqar | 00:17 | |
boris-42 | flwang: vkmc ping | 00:23 |
vkmc | boris-42, pong | 00:23 |
flwang | boris-42: hey man | 00:23 |
boris-42 | vkmc: flwang how things are going?? | 00:23 |
vkmc | boris-42, good and you? :) | 00:25 |
boris-42 | vkmc: good good | 00:25 |
boris-42 | vkmc: flwang so I have something that may be interesting for you | 00:25 |
boris-42 | https://review.openstack.org/#/c/103825/ | 00:26 |
vkmc | boris-42, shoot | 00:26 |
flwang | boris-42: are you going to contribute zaqar? | 00:26 |
vkmc | w00t | 00:26 |
boris-42 | flwang: maybe osprofiler stuff | 00:26 |
flwang | boris-42: wow, a very old spec | 00:26 |
boris-42 | flwang: ya it is =) | 00:26 |
boris-42 | flwang: it was First Cross-project initiative ever | 00:26 |
boris-42 | flwang: =) | 00:27 |
flwang | cross-project in openstack is hard, unfortunately :( | 00:27 |
flwang | boris-42: so anything we can help? | 00:30 |
flwang1 | mdnadeem: ping | 00:37 |
mdnadeem | flwang1: pong | 00:38 |
flwang1 | didn't see you yesterday, so just say hi :) | 00:38 |
flwang1 | what are you working on? | 00:38 |
mdnadeem | flwang1: yesterday, i was on holiday :) | 00:39 |
flwang1 | that makes much sense | 00:39 |
mdnadeem | flwang1:not decided yet, may be on pool group deprecation spec, i will start working | 00:41 |
flwang1 | mdnadeem: i reviewed most of your client patches and left some comments | 00:42 |
mdnadeem | flwang1: any suggestion from your side | 00:42 |
mdnadeem | flwang1: yah, i have just seen it, i will upload a patch soon | 00:42 |
flwang1 | https://etherpad.openstack.org/p/mitaka-zaqar-assignment | 00:43 |
flwang1 | that's basically our focus for this release | 00:43 |
flwang1 | personally, i want to get a stable or i would say usable zaqar client | 00:43 |
flwang1 | i mean after install zaqar with devstack, i can play with message and queue | 00:44 |
mdnadeem | flwang1: yah surely, we will do it :) | 00:45 |
flwang1 | and if can scroll back, vkmc and i discussed a feature to support reserved attributes for zaqar | 00:46 |
mdnadeem | flwang1: *reading | 00:46 |
mdnadeem | flwang1: yah its a cool idea for queue reserve attribute | 00:50 |
boris-42 | flwang: so please review that spec | 00:54 |
boris-42 | flwang: https://review.openstack.org/#/c/103825/ | 00:54 |
boris-42 | flwang: and +1 it | 00:54 |
boris-42 | flwang: that will help a lot | 00:54 |
flwang1 | boris-42: ok, it's on my list now | 00:55 |
boris-42 | flwang1: thank you | 00:57 |
flwang | boris-42: no problem | 00:58 |
mdnadeem | flwang1: around? | 01:26 |
flwang | mdnadeem: yep | 01:26 |
mdnadeem | Need to discuss regarding your comment on https://review.openstack.org/#/c/247337/2/zaqarclient/queues/v1/cli.py | 01:27 |
mdnadeem | flwang: Agree to your point, however there is two way to do it | 01:28 |
mdnadeem | zaqar Server return HTTP/1.1 204 No Content for pool update command | 01:29 |
mdnadeem | 1. So on client side, we can call pool show command inside the pool update and show updated result to end user | 01:30 |
mdnadeem | 2. server side, we can change update command response to return updated pool info | 01:31 |
flwang | 1 | 01:31 |
flwang | i'm using #1 for flavor | 01:31 |
flwang | 2 is not reasonable for me | 01:31 |
openstackgerrit | Fei Long Wang proposed openstack/python-zaqarclient: Add support for flavor_update https://review.openstack.org/248970 | 01:32 |
mdnadeem | flwang: i guess in 1 execution time will increase as we execute 2 command update and show together | 01:33 |
flwang | mdnadeem: it's cli, so the execution time is ok | 01:37 |
mdnadeem | flwang: a user face same issue as u comment me when he execute directly using some web client or curl command | 01:38 |
flwang | what issue? | 01:39 |
flwang | i don't understand, sorry | 01:39 |
flwang | execution time/ | 01:40 |
flwang | ? | 01:40 |
mdnadeem | flwang: when user directly run update command (curl or some web client), zaqar server return HTTP/1.1 204 No Content | 01:40 |
flwang | mdnadeem: yep, i see | 01:40 |
mdnadeem | then user again execute show command to see result, as u mention in comment | 01:41 |
mdnadeem | flwang: can i ask why #2 is not reasonable | 01:41 |
mdnadeem | if 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 response | 01:43 |
flwang | mdnadeem: i agree | 01:47 |
flwang | mdnadeem: but | 01:47 |
flwang | i'm not sure if it's the good time to change the api | 01:47 |
flwang | mdnadeem: in other words, i think it's a good improvement, but it's not our high priority for now | 01:48 |
flwang | unless we have a strong use case for that | 01:48 |
mdnadeem | flwang: oh | 01:49 |
flwang | mdnadeem: could you pls register a blueprint to track it? | 01:49 |
flwang | so that a new comer can pick it since i think it's a low-hanging-fruit | 01:49 |
mdnadeem | flwang: sure, to change server response ? | 01:50 |
flwang | for update action, return the updated result | 01:50 |
flwang | just like the other service did | 01:50 |
mdnadeem | ok, sure :) | 01:50 |
flwang | mdnadeem: thank you | 01:51 |
flwang | mdnadeem: i'm going to work on the queue create bug | 01:51 |
mdnadeem | flwang: just need to confirm, for now we just return the server response in client side ? | 01:51 |
flwang | after then, i will work on the subscription for zaqar client | 01:52 |
flwang | mdnadeem: for now, we need to call get() to get the info after updated | 01:52 |
mdnadeem | flwang: ohk, thanks | 01:53 |
mdnadeem | flwang: I will upload a patch soon for pool update :) | 01:53 |
flwang | mdnadeem: awesome | 01:53 |
*** Qiming has joined #openstack-zaqar | 01:56 | |
*** Qiming has quit IRC | 02:01 | |
*** david-ly_ has quit IRC | 02:36 | |
openstackgerrit | Fei Long Wang proposed openstack/python-zaqarclient: Make sure queue create works https://review.openstack.org/248982 | 03:03 |
openstackgerrit | Fei Long Wang proposed openstack/python-zaqarclient: Add support for flavor_update https://review.openstack.org/248970 | 03:10 |
*** Qiming has joined #openstack-zaqar | 03:15 | |
mdnadeem | flwang: around ? i face a problem | 03:26 |
*** pcaruana has quit IRC | 03:27 | |
flwang | mdnadeem: yes? | 03:27 |
mdnadeem | flwang: i have fetch my pool update code from git, now while testing openstack client not detect pool update command | 03:29 |
mdnadeem | openstack pool --help show only pool create | 03:29 |
mdnadeem | i have tried by uninstalling openstack client and re installing , still it not detect pool update | 03:31 |
flwang | in your code base, run 'sudo pip install -e .' | 03:31 |
mdnadeem | ohk | 03:31 |
mdnadeem | flwang: Thanx, it work :) | 03:32 |
flwang | mdnadeem: cool | 03:32 |
flwang | because you need to install the code so that openstack client can detect it | 03:33 |
mdnadeem | flwang: ohhh got it. Thank you :) | 03:35 |
flwang | np | 03:36 |
*** flwang1 has quit IRC | 03:56 | |
*** david-lyle has joined #openstack-zaqar | 04:08 | |
*** dmowrer has joined #openstack-zaqar | 04:39 | |
*** dmowrer has quit IRC | 04:43 | |
openstackgerrit | MD NADEEM proposed openstack/python-zaqarclient: Added pool show support to v1 https://review.openstack.org/247275 | 05:10 |
*** rcernin has joined #openstack-zaqar | 05:15 | |
*** achanda has joined #openstack-zaqar | 05:29 | |
*** rcernin has quit IRC | 05:34 | |
*** achanda has quit IRC | 05:41 | |
*** pcaruana has joined #openstack-zaqar | 05:48 | |
*** Caleb-- has quit IRC | 05:55 | |
*** khushbu_ has joined #openstack-zaqar | 06:01 | |
*** Caleb-- has joined #openstack-zaqar | 06:04 | |
*** rcernin has joined #openstack-zaqar | 06:18 | |
*** khushbu_ has quit IRC | 06:24 | |
openstackgerrit | MD NADEEM proposed openstack/python-zaqarclient: Added pool update support for v1 https://review.openstack.org/247337 | 06:27 |
*** pcaruana has quit IRC | 06:28 | |
*** khushbu_ has joined #openstack-zaqar | 06:34 | |
*** khushbu_ has quit IRC | 06:48 | |
*** boris-42 has quit IRC | 06:48 | |
*** khushbu_ has joined #openstack-zaqar | 06:49 | |
*** khushbu_ has quit IRC | 07:00 | |
*** dmowrer has joined #openstack-zaqar | 07:06 | |
*** dmowrer has quit IRC | 07:10 | |
*** lei-zh1 has joined #openstack-zaqar | 07:21 | |
lei-zh1 | hello, Can anyone tell me if python zaqarclient supports pub/sub api | 07:32 |
*** openstackgerrit has quit IRC | 09:16 | |
*** openstackgerrit has joined #openstack-zaqar | 09:17 | |
Qiming | flwang, still there? | 09:19 |
*** dmowrer has joined #openstack-zaqar | 09:33 | |
*** achanda has joined #openstack-zaqar | 09:35 | |
*** dmowrer has quit IRC | 09:37 | |
*** achanda has quit IRC | 10:14 | |
*** Qiming has quit IRC | 10:26 | |
*** lei-zh1 has quit IRC | 10:29 | |
*** flwang has quit IRC | 10:55 | |
*** flwang has joined #openstack-zaqar | 11:00 | |
*** rcernin is now known as rcernin|lunch | 11:13 | |
*** Qiming has joined #openstack-zaqar | 11:26 | |
*** achanda has joined #openstack-zaqar | 11:39 | |
*** dmowrer has joined #openstack-zaqar | 12:08 | |
*** Qiming has quit IRC | 12:22 | |
*** Qiming has joined #openstack-zaqar | 12:23 | |
*** rcernin|lunch is now known as rcernin | 12:36 | |
*** Qiming has quit IRC | 13:13 | |
*** Qiming has joined #openstack-zaqar | 13:16 | |
*** Qiming has quit IRC | 13:17 | |
*** Qiming has joined #openstack-zaqar | 13:18 | |
*** khushbu_ has joined #openstack-zaqar | 13:20 | |
*** tej has joined #openstack-zaqar | 13:36 | |
*** khushbu_ has quit IRC | 13:43 | |
*** dmowrer has quit IRC | 13:51 | |
*** dmowrer has joined #openstack-zaqar | 13:51 | |
*** tej has quit IRC | 13:54 | |
*** dmowrer has quit IRC | 13:55 | |
*** achanda has quit IRC | 13:57 | |
*** Qiming has quit IRC | 14:01 | |
*** Qiming has joined #openstack-zaqar | 14:02 | |
*** Qiming has quit IRC | 14:02 | |
*** Qiming has joined #openstack-zaqar | 14:03 | |
*** rcernin has quit IRC | 14:03 | |
*** achanda has joined #openstack-zaqar | 14:06 | |
*** dmowrer has joined #openstack-zaqar | 14:10 | |
*** dmowrer has quit IRC | 14:13 | |
*** dmowrer has joined #openstack-zaqar | 14:13 | |
*** sriram has joined #openstack-zaqar | 14:28 | |
*** mpanetta has joined #openstack-zaqar | 14:32 | |
*** nate_gone is now known as njohnston | 14:38 | |
*** achanda has quit IRC | 14:53 | |
*** achanda has joined #openstack-zaqar | 14:54 | |
*** achanda_ has joined #openstack-zaqar | 14:56 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar-specs: Support for binary data in the websocket transport https://review.openstack.org/249257 | 14:59 |
*** achanda has quit IRC | 14:59 | |
*** boris-42 has joined #openstack-zaqar | 15:02 | |
*** Qiming has quit IRC | 15:24 | |
*** achanda_ has quit IRC | 15:53 | |
*** achanda has joined #openstack-zaqar | 15:59 | |
*** amitgandhinz has joined #openstack-zaqar | 16:05 | |
*** amitgandhinz has quit IRC | 16:12 | |
*** rcernin has joined #openstack-zaqar | 16:16 | |
*** achanda_ has joined #openstack-zaqar | 16:23 | |
*** achanda has quit IRC | 16:26 | |
*** diga has joined #openstack-zaqar | 16:38 | |
*** dmowrer_ has joined #openstack-zaqar | 16:47 | |
*** dmowrer has quit IRC | 16:49 | |
*** dmowrer_ has quit IRC | 16:59 | |
*** flwang1 has joined #openstack-zaqar | 17:04 | |
*** dmowrer has joined #openstack-zaqar | 17:14 | |
*** dmowrer has quit IRC | 17:18 | |
*** david-ly_ has joined #openstack-zaqar | 17:19 | |
*** david-ly_ has quit IRC | 17:23 | |
*** david-l__ has joined #openstack-zaqar | 17:23 | |
*** david-lyle has quit IRC | 17:23 | |
*** david-l__ has quit IRC | 17:30 | |
*** dmowrer has joined #openstack-zaqar | 17:33 | |
*** flwang1 has quit IRC | 17:43 | |
*** david-lyle has joined #openstack-zaqar | 17:44 | |
*** diga has quit IRC | 17:48 | |
*** david-lyle has quit IRC | 18:03 | |
*** david-lyle has joined #openstack-zaqar | 18:11 | |
*** achanda has joined #openstack-zaqar | 18:13 | |
*** achanda_ has quit IRC | 18:17 | |
*** achanda has quit IRC | 18:22 | |
*** dmowrer has quit IRC | 18:29 | |
*** dmowrer has joined #openstack-zaqar | 18:48 | |
*** dmowrer has quit IRC | 18:55 | |
*** dmowrer has joined #openstack-zaqar | 18:56 | |
*** achanda has joined #openstack-zaqar | 18:57 | |
*** dmowrer has quit IRC | 19:00 | |
*** dmowrer_ has joined #openstack-zaqar | 19:00 | |
*** dmowrer_ has quit IRC | 19:00 | |
*** dmowrer has joined #openstack-zaqar | 19:00 | |
*** achanda has quit IRC | 19:21 | |
*** achanda has joined #openstack-zaqar | 19:25 | |
*** sriram has left #openstack-zaqar | 19:33 | |
*** flwang1 has joined #openstack-zaqar | 19:37 | |
*** dmowrer_ has joined #openstack-zaqar | 19:40 | |
*** dmowrer has quit IRC | 19:40 | |
*** sriram has joined #openstack-zaqar | 19:43 | |
openstackgerrit | Fei Long Wang proposed openstack/python-zaqarclient: Add support for subscription https://review.openstack.org/249395 | 19:52 |
*** achanda has quit IRC | 19:54 | |
*** achanda has joined #openstack-zaqar | 19:57 | |
openstackgerrit | Fei Long Wang proposed openstack/python-zaqarclient: Code tidy up https://review.openstack.org/245415 | 20:06 |
flwang | vkmc: ryansb: flaper87: pls help review the zaqar client patches, thanks :) | 20:26 |
flwang | therve: ^ | 20:26 |
*** dmowrer_ has quit IRC | 20:28 | |
openstackgerrit | Merged openstack/python-zaqarclient: Remove periods of docstring https://review.openstack.org/244421 | 20:33 |
*** dmowrer has joined #openstack-zaqar | 20:36 | |
*** achanda has quit IRC | 20:43 | |
*** dmowrer has quit IRC | 21:36 | |
*** dmowrer has joined #openstack-zaqar | 21:37 | |
*** dmowrer has quit IRC | 21:41 | |
*** boris-42 has quit IRC | 21:48 | |
*** mpanetta has quit IRC | 22:02 | |
*** dmowrer has joined #openstack-zaqar | 22:02 | |
*** dmowrer has quit IRC | 22:06 | |
*** njohnston is now known as nate_gone | 22:14 | |
*** sriram has quit IRC | 22:23 | |
*** Eva-i has quit IRC | 22:29 | |
*** achanda has joined #openstack-zaqar | 22:31 | |
*** achanda has quit IRC | 22:33 | |
*** Eva-i has joined #openstack-zaqar | 22:48 | |
*** boris-42 has joined #openstack-zaqar | 23:10 | |
*** Qiming has joined #openstack-zaqar | 23:22 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-zaqarclient: Updated from global requirements https://review.openstack.org/247649 | 23:31 |
*** rcernin has quit IRC | 23:42 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!