*** mdnadeem has joined #openstack-zaqar | 00:15 | |
*** mdnadeem has joined #openstack-zaqar | 00:22 | |
*** mdnadeem has quit IRC | 00:24 | |
*** hparekh has joined #openstack-zaqar | 00:24 | |
*** hparekh_ has joined #openstack-zaqar | 00:24 | |
*** hparekh_ has quit IRC | 00:25 | |
*** hparekh has quit IRC | 00:25 | |
*** hparekh has joined #openstack-zaqar | 00:25 | |
*** hparekh has quit IRC | 00:26 | |
*** Qiming has joined #openstack-zaqar | 00:44 | |
flwang | vkmc: ping | 01:47 |
---|---|---|
*** lei-zh1 has joined #openstack-zaqar | 02:23 | |
*** sonuk has joined #openstack-zaqar | 02:51 | |
*** mdnadeem has joined #openstack-zaqar | 03:59 | |
*** flwang1 has quit IRC | 04:00 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/zaqar: Imported Translations from Zanata https://review.openstack.org/250621 | 06:25 |
*** boris-42_ has quit IRC | 06:33 | |
*** openstackgerrit_ has joined #openstack-zaqar | 06:51 | |
*** shakamunyi has quit IRC | 08:14 | |
*** mdnadeem has quit IRC | 09:05 | |
*** sonuk has quit IRC | 09:06 | |
*** flwang1 has joined #openstack-zaqar | 09:27 | |
*** flwang1 has quit IRC | 09:42 | |
*** flwang1 has joined #openstack-zaqar | 09:46 | |
*** flwang1 has quit IRC | 09:50 | |
*** Qiming has quit IRC | 09:52 | |
*** flwang1 has joined #openstack-zaqar | 09:55 | |
*** mdnadeem has joined #openstack-zaqar | 10:22 | |
*** sonuk has joined #openstack-zaqar | 10:23 | |
*** openstackgerrit_ has quit IRC | 10:23 | |
openstackgerrit | lei zhang proposed openstack/zaqar: Put py34 first in the env order of tox https://review.openstack.org/254121 | 10:39 |
*** lei-zh1 has quit IRC | 10:55 | |
*** Qiming has joined #openstack-zaqar | 10:56 | |
*** sonuk has quit IRC | 11:01 | |
*** sonuk has joined #openstack-zaqar | 11:08 | |
*** lei-zh1 has joined #openstack-zaqar | 11:29 | |
*** lei-zh1 has quit IRC | 11:45 | |
*** dmowrer has joined #openstack-zaqar | 12:09 | |
*** flaper87 has quit IRC | 12:17 | |
*** flaper87 has joined #openstack-zaqar | 12:17 | |
*** dmowrer has quit IRC | 12:50 | |
*** dmowrer has joined #openstack-zaqar | 12:50 | |
*** sonuk has quit IRC | 13:34 | |
*** mdnadeem has quit IRC | 13:34 | |
*** tej has joined #openstack-zaqar | 13:42 | |
*** mdnadeem has joined #openstack-zaqar | 13:42 | |
*** lei-zh1 has joined #openstack-zaqar | 13:46 | |
*** boris-42_ has joined #openstack-zaqar | 13:52 | |
*** sriram has joined #openstack-zaqar | 14:04 | |
*** sriram has quit IRC | 14:09 | |
*** sriram has joined #openstack-zaqar | 14:09 | |
*** mdnadeem has quit IRC | 14:16 | |
*** sriram has quit IRC | 14:16 | |
*** sriram has joined #openstack-zaqar | 14:17 | |
*** tej has quit IRC | 14:27 | |
*** amitgandhinz has joined #openstack-zaqar | 14:45 | |
*** amitgandhinz has quit IRC | 14:47 | |
*** amitgandhinz has joined #openstack-zaqar | 14:47 | |
*** dynarro has joined #openstack-zaqar | 14:49 | |
*** ametts has joined #openstack-zaqar | 14:54 | |
*** tej has joined #openstack-zaqar | 15:06 | |
*** mpanetta has joined #openstack-zaqar | 15:06 | |
*** tej_ has joined #openstack-zaqar | 15:06 | |
openstackgerrit | Ryan Brown proposed openstack/python-zaqarclient: Delete CLI for Get/SetQueueMetadata which is API-v1 only https://review.openstack.org/253712 | 15:08 |
*** dmowrer_ has joined #openstack-zaqar | 15:11 | |
*** dmowrer has quit IRC | 15:12 | |
ryansb | good morning zaqar-czars | 15:16 |
ryansb | flwang: are you still around (or vkmc)? | 15:16 |
*** dmowrer_ has quit IRC | 15:16 | |
*** dmowrer has joined #openstack-zaqar | 15:17 | |
Eva-i | hello | 15:20 |
ryansb | I'm looking for feedback on https://review.openstack.org/253731 if you have a minute | 15:20 |
ryansb | not so much the code (the code itself is pretty simple) but more on the user experience | 15:21 |
ryansb | what is someone using the CLI to create signed URLs trying to do? | 15:21 |
*** dmowrer has quit IRC | 15:21 | |
ryansb | are they planning on using curl to interact, or are they passing it to another script, or ??? | 15:22 |
*** dmowrer has joined #openstack-zaqar | 15:22 | |
*** dmowrer has quit IRC | 15:26 | |
*** dmowrer has joined #openstack-zaqar | 15:27 | |
Eva-i | I don't know much, but I believe that people use CLI to pass it's output to another script. I think CLI is just an option for people who don't want to learn python, but already know bash. I beleive that people don't compose curls manually, but their bash scripts do use curls. | 15:32 |
ryansb | ok, so having an output you could use as | 15:35 |
ryansb | curl $(openstack queue signed url myqueue --methods POST,GET --format curl) -d {JSON stuff} | 15:36 |
ryansb | would probably be valuable | 15:36 |
ryansb | The output would basically just be a bunch of -H flags and the URL for the queue | 15:37 |
ryansb | e.g. http://192.168.122.60:8888/v2/queues/fooq/messages -H 'URL-Signature: 11b887b265a22b250ad998cdf291dad6969ee701554fbac2a295951e3beb2c1b' -H 'URL-Expires: 2015-12-05T22:25:46' -H 'URL-Methods: GET' -H 'URL-Paths: /v2/queues/fooq/messages' -H 'X-Project-ID: 1b94992717dd4e3da963511acebb3e72' | 15:37 |
*** tej_ has quit IRC | 15:39 | |
*** tej has quit IRC | 15:39 | |
Eva-i | ryansb: sounds convenient, I wonder if other projects made something similar to "--format curl" | 15:42 |
ryansb | (not openstack) but the Chrome developer tools have a "copy as cURL" option for requests | 15:42 |
ryansb | which I use pretty commonly when debugging web apps | 15:43 |
*** venkat_ has joined #openstack-zaqar | 15:48 | |
*** lei-zh1 has quit IRC | 15:57 | |
*** sriram1 has joined #openstack-zaqar | 15:58 | |
*** sriram has quit IRC | 16:01 | |
*** kgriffs|afk is now known as kgriffs | 16:03 | |
Eva-i | ryansb: curl output might be useful for sharing the access with people/machines without openstack/python-zaqarclient CLI. | 16:06 |
Eva-i | ryansb: for those who have openstack/python-zaqarclient CLI installed it might be better to make it possible to run CLI as usual, but with pre-signed url parameters as environment variables instead of normal credentials as environment variables. | 16:09 |
Eva-i | ryansb: okay, let's wait for vkmc and flwang opinion | 16:10 |
*** tej has joined #openstack-zaqar | 16:23 | |
*** tej_ has joined #openstack-zaqar | 16:23 | |
*** Qiming has quit IRC | 16:23 | |
*** venkat_ has quit IRC | 16:32 | |
*** diga has joined #openstack-zaqar | 16:34 | |
*** eliqiao has quit IRC | 16:39 | |
*** eliqiao has joined #openstack-zaqar | 16:39 | |
*** mdnadeem has joined #openstack-zaqar | 16:42 | |
*** dynarro has quit IRC | 16:44 | |
*** david-lyle has joined #openstack-zaqar | 16:49 | |
*** mdnadeem has quit IRC | 16:53 | |
*** mdnadeem has joined #openstack-zaqar | 16:54 | |
*** mdnadeem has quit IRC | 16:57 | |
*** tej_ has quit IRC | 17:05 | |
*** tej has quit IRC | 17:05 | |
*** ametts has quit IRC | 17:08 | |
*** ametts has joined #openstack-zaqar | 17:20 | |
*** dmowrer_ has joined #openstack-zaqar | 17:20 | |
*** dmowrer has quit IRC | 17:20 | |
*** amitgandhinz has quit IRC | 17:21 | |
*** amitgandhinz has joined #openstack-zaqar | 17:23 | |
*** davideagnello has joined #openstack-zaqar | 17:24 | |
*** 7F1AA3QJM has joined #openstack-zaqar | 17:44 | |
*** 17WAA42LY has joined #openstack-zaqar | 17:44 | |
*** dmowrer_ has quit IRC | 18:14 | |
*** dmowrer has joined #openstack-zaqar | 18:14 | |
*** kgriffs is now known as kgriffs|afk | 18:25 | |
*** 7F1AA3QJM has quit IRC | 18:27 | |
*** sriram1 is now known as sriram | 18:27 | |
*** 17WAA42LY has quit IRC | 18:28 | |
*** sriram has quit IRC | 18:28 | |
*** sriram has joined #openstack-zaqar | 18:28 | |
*** kgriffs|afk is now known as kgriffs | 18:45 | |
*** kgriffs is now known as kgriffs|afk | 18:46 | |
*** flwang1 has quit IRC | 18:46 | |
*** tej has joined #openstack-zaqar | 18:59 | |
*** tej_ has joined #openstack-zaqar | 18:59 | |
*** itisha has joined #openstack-zaqar | 19:05 | |
flwang | ryansb: hi | 19:41 |
ryansb | \o | 19:42 |
ryansb | I'm looking for feedback on https://review.openstack.org/253731 from a usage perspective | 19:42 |
ryansb | what will users creating signedurls from the CLI be wanting to do? pass headers to curl? use them in other python scripts? something else? | 19:42 |
flwang | ryansb: IMHO, the pre-signed URL will be used by another **application** instead of calling in cli | 19:44 |
*** tej has quit IRC | 19:45 | |
ryansb | yeah, that's obviously the primary use case (e.g. from heat agents, etc) | 19:45 |
*** tej_ has quit IRC | 19:45 | |
ryansb | but a user will probably be using the CLI at some point | 19:46 |
flwang | i just reviewed the chat history you and Eva-i, and i can't see any drawback if we return the result you're proposing | 19:46 |
ryansb | k. Right now it returns all the values in a table by default | 19:46 |
flwang | ryansb: yep, so i'm ok with your current design and i think we can improve it after we get some feedback from heat and sahara | 19:46 |
ryansb | then I'd add a "--curl" option or similar as discussed w/ eva | 19:46 |
ryansb | cool, thanks :) | 19:47 |
flwang | ryansb: yep, that's a nice idea | 19:47 |
flwang | ryansb: thank you! | 19:47 |
flwang | ryansb: btw, do you know Ethan Gafford ? | 19:48 |
ryansb | I don't think so, but I'm also bad with names | 19:49 |
flwang | from sahara team, Redhater | 19:49 |
*** flwang1 has joined #openstack-zaqar | 19:50 | |
ryansb | I don't know him | 20:13 |
flwang | ok, it's fine | 20:14 |
*** diga has quit IRC | 20:14 | |
flwang | i just pinged him and got some feedback about the integration of saraha | 20:14 |
flwang | i missed this https://www.openstack.org/summit/tokyo-2015/videos/presentation/this-is-sparkhara-openstack-log-processing-in-real-time-using-spark-on-sahara | 20:16 |
flwang | it's a good user case for zaqar | 20:16 |
ryansb | cool | 20:19 |
ryansb | ooh, I'll have to watch that | 20:19 |
flwang | it's a cool idea, isn't it | 20:21 |
*** tej has joined #openstack-zaqar | 20:29 | |
*** tej_ has joined #openstack-zaqar | 20:29 | |
flwang | ryansb: vkmc: flaper87: Eva-i: therve: meeting in 3 mins | 20:56 |
*** stanchan has joined #openstack-zaqar | 21:08 | |
*** kgriffs|afk is now known as kgriffs | 21:09 | |
*** tej has quit IRC | 21:14 | |
*** tej_ has quit IRC | 21:15 | |
*** bradjones has quit IRC | 21:20 | |
*** bradjones has joined #openstack-zaqar | 21:22 | |
*** bradjones has joined #openstack-zaqar | 21:22 | |
*** sonuk has joined #openstack-zaqar | 21:30 | |
*** tej has joined #openstack-zaqar | 21:49 | |
*** tej_ has joined #openstack-zaqar | 21:52 | |
flwang | Eva-i: your spec is on my list | 22:00 |
flwang | i will review it today or tomorrow | 22:00 |
ryansb | same | 22:00 |
flwang | sorry, these days are super busy | 22:00 |
Eva-i | cool! | 22:00 |
flwang | Eva-i: thanks for working on that | 22:01 |
flwang | i had a quick look for that | 22:01 |
flwang | i think it's a great idea | 22:01 |
Eva-i | flwang: thanks | 22:01 |
flwang | and based on my policy for spec, i would like encourage to do it and work out details during the code review | 22:01 |
flwang | instead of make everything perfect in spec :) | 22:01 |
Eva-i | flwang: I have a working prototype, but it doesn't support websocket subscriptions | 22:02 |
flwang | why, if you can upload the code, maybe therve and us can help to figure out | 22:03 |
Eva-i | flwang: can I upload the code before blueprint is approved? | 22:04 |
flwang | you can, though it's not a really best practice based on current rule :D | 22:04 |
flwang | but it doesn't matter | 22:04 |
Eva-i | flwang: alright | 22:04 |
Eva-i | flwang: for some reason "websocket.html" example doesn't work with subscriptions | 22:05 |
Eva-i | can you guys check if subscriptions in "websocket.html" work? Maybe I just don't do it right. | 22:05 |
flwang | Eva-i: it works | 22:06 |
flwang | at least when I tried it before the summit | 22:06 |
Eva-i | flwang: so you subscribed to the queue using websocket.html, send the message to this queue from another client and something happened in web interface? | 22:07 |
flwang | Eva-i: yep | 22:08 |
Eva-i | flwang: okay, for me nothing happens. Gonna try it again. | 22:08 |
Eva-i | flwang: okay, I'm heading now to doc team chat, will ask them about api-ref | 22:09 |
flwang | Eva-i: let me know if you need any help | 22:10 |
Eva-i | flwang: yes, thank you | 22:10 |
*** dmowrer has quit IRC | 22:19 | |
*** dmowrer has joined #openstack-zaqar | 22:20 | |
*** dmowrer has quit IRC | 22:24 | |
*** eliqiao_ has joined #openstack-zaqar | 22:27 | |
*** sriram has quit IRC | 22:27 | |
*** eliqiao has quit IRC | 22:28 | |
*** tej_ has quit IRC | 22:30 | |
*** tej has quit IRC | 22:30 | |
*** amitgandhinz has quit IRC | 22:48 | |
*** mpanetta has quit IRC | 22:49 | |
*** sonuk has quit IRC | 23:18 | |
*** dmowrer has joined #openstack-zaqar | 23:21 | |
*** dmowrer has quit IRC | 23:21 | |
*** dmowrer has joined #openstack-zaqar | 23:21 | |
*** ametts has quit IRC | 23:22 | |
*** boris-42_ has quit IRC | 23:23 | |
*** dmowrer has quit IRC | 23:24 | |
*** dmowrer has joined #openstack-zaqar | 23:25 | |
*** dmowrer has quit IRC | 23:30 | |
*** amitgandhinz has joined #openstack-zaqar | 23:49 | |
*** boris-42_ has joined #openstack-zaqar | 23:52 | |
*** amitgandhinz has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!