*** ametts has quit IRC | 00:10 | |
*** amitgandhinz has joined #openstack-zaqar | 00:15 | |
*** amitgandhinz has quit IRC | 00:18 | |
*** achanda has quit IRC | 00:32 | |
*** kgriffs is now known as kgriffs|afk | 00:35 | |
*** kgriffs|afk is now known as kgriffs | 00:37 | |
*** kgriffs is now known as kgriffs|afk | 00:38 | |
*** pt_15 has joined #openstack-zaqar | 00:38 | |
*** kgriffs|afk is now known as kgriffs | 00:45 | |
*** kgriffs is now known as kgriffs|afk | 00:47 | |
*** Eva-i has quit IRC | 00:52 | |
*** Qiming has joined #openstack-zaqar | 01:05 | |
*** boris-42 has joined #openstack-zaqar | 01:13 | |
*** amitgandhinz has joined #openstack-zaqar | 01:30 | |
vkmc | hey ho | 01:42 |
---|---|---|
flwang1 | vkmc: hey | 01:48 |
vkmc | flwang1, o/ | 01:50 |
vkmc | back home finally | 01:50 |
flwang1 | vkmc: i can imagine that's a long journey | 01:50 |
flwang1 | vkmc: https://review.openstack.org/241431 | 01:52 |
flwang1 | https://review.openstack.org/241812 | 01:52 |
flwang1 | https://review.openstack.org/241813 | 01:52 |
flwang1 | btw, i'm working on the summit summary, will send it soon on the openstack-dev | 01:52 |
vkmc | awesome | 02:02 |
flwang1 | vkmc: we need to make some progress in M-1 :) | 02:11 |
vkmc | we certainly need to make progress yes | 02:11 |
*** dmowrer has joined #openstack-zaqar | 02:12 | |
flwang1 | personally, i would like to complete the client work in M-1 and the basic filter of subscription | 02:15 |
flwang1 | do you have any plan to pick? | 02:16 |
*** dmowrer has quit IRC | 02:16 | |
vkmc | not really | 02:17 |
*** amitgandhinz has quit IRC | 02:17 | |
vkmc | I could work on the client | 02:17 |
vkmc | make sure we have it fully working for M-1 | 02:17 |
vkmc | and perhaps support for websocket as well | 02:17 |
vkmc | although the subscription filter seems important... since its needed for Horizon | 02:18 |
flwang1 | vkmc: as for client, would you like to pick the websocket part? | 02:20 |
vkmc | sure | 02:21 |
flwang1 | cool, this one need your bless https://review.openstack.org/209238 | 02:22 |
flwang1 | it's good start for v2 support | 02:22 |
flwang1 | vkmc: as for horizon support, except the basic filter, the main part is the notification/message collection | 02:23 |
flwang1 | that means we need a similar collecting mechanism like ceilometer or searchlight(TBH, i haven't dig into searchlight code) | 02:24 |
vkmc | brb, dinner | 02:24 |
vkmc | I'll ping Travis about it | 02:24 |
flwang1 | cool, for me, if we can get the spec in M-1, it would be super cool | 02:25 |
*** achanda has joined #openstack-zaqar | 02:27 | |
*** inteq has joined #openstack-zaqar | 02:36 | |
mdnadeem | Hi njohnston | 02:46 |
flwang1 | hi md | 02:50 |
mdnadeem | flwang1: hi | 02:50 |
mdnadeem | I am facing an issue while executing functional test. Have a look at https://bugs.launchpad.net/python-zaqarclient/+bug/1513287 | 02:52 |
openstack | Launchpad bug 1513287 in Python client library for Zaqar "Executing functional test through ConnectionError Exception" [Undecided,New] | 02:52 |
mdnadeem | It seems to like client can not make connection with zaqar server. Any Idea ? | 02:53 |
flwang1 | the error is from zaqar side? | 03:02 |
flwang1 | skip the question :) | 03:03 |
flwang1 | seems it's from zaqarclient | 03:03 |
mdnadeem | yah, sure its client side | 03:04 |
flwang1 | mdnadeem: i would suggest add a break point in /opt/stack/python-zaqarclient/zaqarclient/common/http.py | 03:06 |
flwang1 | to see what's the url, headers you're using to talk with zaqar | 03:07 |
mdnadeem | flwang1: ok, i ll try | 03:08 |
mdnadeem | flwang1: {'url': 'http://127.0.0.1:8888/v1.1/queues/nonono/messages', 'headers': {'Client-ID': 'e1ad960ca69e4bc99e73fb5cbc5210ff', 'content-type': 'application/json', 'X-Project-Id': 'my-project'} | 03:18 |
mdnadeem | flawng1: It look good to me | 03:19 |
flwang1 | i didn't see the token | 03:21 |
flwang1 | mdnadeem: not sure if we're using the keystone auth for functional test | 03:21 |
flwang1 | mdnadeem: are you running zaqar on your local machine? | 03:25 |
flwang1 | 127.0.0.1:8888 ? | 03:25 |
mdnadeem | flwang1: no on vm | 03:26 |
flwang1 | that's the root cause, see line 26 of tests/queues/base.py | 03:26 |
mdnadeem | i replace 127.0.0.1 with local ip, now it through zaqarclient.transport.errors.UnauthorizedError :( | 03:28 |
flwang1 | local ip? | 03:28 |
flwang1 | you installed zaqar on a VM, right? | 03:28 |
flwang1 | so the ip should be your VM IP | 03:29 |
mdnadeem | sorry vm ip, that is 10.0.2.15 | 03:29 |
flwang1 | can you talk with your zaqar by curl or any http client? | 03:30 |
mdnadeem | yes, curl work fine | 03:30 |
mdnadeem | most likely its authorization issue of zaqar client with keystone | 03:32 |
flwang1 | mdnadeem: btw, as for your v2 cli patch | 03:34 |
flwang1 | seems it's just a copy-paste, right? | 03:35 |
flwang1 | does it work if we just inherit from v2 for those old functions? | 03:35 |
mdnadeem | flwang1: you mean to say inherit from v1? | 03:38 |
flwang1 | typo, yes | 03:38 |
flwang1 | otherwise, we have to maintain duplicated code | 03:39 |
flwang1 | as for your current error, i have no idea before testing it on my local, but not now, sorry | 03:39 |
flwang1 | i can test it tonight | 03:39 |
flwang1 | now i'm working on the summary of summit | 03:39 |
flwang1 | it's a little bit frustrate for a non-english-speaker | 03:40 |
mdnadeem | flwang1: yah Thanks, it should work if we inherit it | 03:40 |
mdnadeem | yeh, i can undestand , same prob with me also :) | 03:41 |
mdnadeem | flwang1: i have just seen in many patches gate-zaqarclient-dsvm-functional fails due to this authentication issue | 03:43 |
*** AAzza_ has joined #openstack-zaqar | 03:44 | |
*** AAzza has quit IRC | 03:44 | |
*** AAzza_ is now known as AAzza | 03:44 | |
flwang1 | mdnadeem: yep, i noticed that either. because it's non-voting, so we didn't pay much attention on that. | 03:44 |
flwang1 | now it's on my list :) | 03:44 |
mdnadeem | flwang1: thats good, i am try to debug it. if you get the time please try to reproduce it on your env :) | 03:45 |
flwang1 | mdnadeem: so are you going to update your bug? otherwise, i will open a new one to track the unauthorized issue of the gate | 03:47 |
mdnadeem | flwang1: I will update it. Thanks :) | 03:47 |
flwang1 | mdnadeem: awesome, thanks a lot | 03:47 |
mdnadeem | flwang1: brb, lunch time | 03:48 |
*** flwang has quit IRC | 04:03 | |
*** achanda has quit IRC | 04:22 | |
*** kui has quit IRC | 05:07 | |
*** kui has joined #openstack-zaqar | 05:16 | |
*** achanda has joined #openstack-zaqar | 05:22 | |
*** achanda has quit IRC | 05:30 | |
*** achanda has joined #openstack-zaqar | 05:42 | |
*** boris-42 has quit IRC | 05:58 | |
*** akanksha_ has quit IRC | 06:08 | |
*** dmowrer has joined #openstack-zaqar | 07:06 | |
*** dmowrer has quit IRC | 07:10 | |
*** zigo has quit IRC | 07:53 | |
*** zigo has joined #openstack-zaqar | 07:56 | |
*** openstackgerrit has quit IRC | 08:16 | |
*** openstackgerrit has joined #openstack-zaqar | 08:17 | |
*** mdnadeem has quit IRC | 08:19 | |
*** achanda has quit IRC | 08:25 | |
*** mdnadeem has joined #openstack-zaqar | 08:28 | |
*** Qiming_ has joined #openstack-zaqar | 08:29 | |
*** dynarro has joined #openstack-zaqar | 08:31 | |
*** Qiming has quit IRC | 08:32 | |
*** openstack has joined #openstack-zaqar | 08:35 | |
*** Eva-i has joined #openstack-zaqar | 08:55 | |
*** diga has joined #openstack-zaqar | 09:28 | |
*** Qiming_ has quit IRC | 10:03 | |
*** yfujioka has joined #openstack-zaqar | 10:15 | |
*** dynarro has quit IRC | 10:49 | |
*** Eva-i has quit IRC | 11:06 | |
*** yfujioka has quit IRC | 11:20 | |
*** akanksha_ has joined #openstack-zaqar | 11:30 | |
*** khushbu has joined #openstack-zaqar | 11:49 | |
*** khushbu has quit IRC | 11:52 | |
*** dmowrer has joined #openstack-zaqar | 11:55 | |
*** achanda has joined #openstack-zaqar | 12:03 | |
*** achanda has quit IRC | 12:05 | |
*** khushbu_ has joined #openstack-zaqar | 12:08 | |
*** mdnadeem_ has joined #openstack-zaqar | 12:23 | |
*** khushbu_ has quit IRC | 12:25 | |
*** inteq has quit IRC | 12:46 | |
*** pt_15 has quit IRC | 12:48 | |
*** mdnadeem_ has quit IRC | 13:20 | |
*** Qiming has joined #openstack-zaqar | 13:28 | |
*** tej has joined #openstack-zaqar | 13:32 | |
*** diga has quit IRC | 13:33 | |
*** diga has joined #openstack-zaqar | 13:33 | |
*** diga has quit IRC | 13:34 | |
*** diga has joined #openstack-zaqar | 13:35 | |
*** tej has quit IRC | 13:39 | |
*** dmowrer has quit IRC | 13:42 | |
*** c_soukup has joined #openstack-zaqar | 13:45 | |
*** sriram has joined #openstack-zaqar | 13:47 | |
*** dmowrer has joined #openstack-zaqar | 13:50 | |
*** dmowrer has quit IRC | 13:51 | |
*** dmowrer has joined #openstack-zaqar | 13:51 | |
*** sriram has quit IRC | 13:53 | |
*** sriram has joined #openstack-zaqar | 13:53 | |
*** dmowrer has quit IRC | 13:56 | |
*** c_soukup has quit IRC | 13:58 | |
*** Eva-i has joined #openstack-zaqar | 13:59 | |
*** david-lyle has joined #openstack-zaqar | 14:08 | |
*** dmowrer has joined #openstack-zaqar | 14:18 | |
*** tej has joined #openstack-zaqar | 14:19 | |
*** pt_15 has joined #openstack-zaqar | 14:21 | |
*** amitgandhinz has joined #openstack-zaqar | 14:32 | |
*** kgriffs|afk is now known as kgriffs | 14:39 | |
*** dmowrer has quit IRC | 14:40 | |
*** dmowrer has joined #openstack-zaqar | 14:41 | |
*** diga has quit IRC | 14:43 | |
*** _elmiko has quit IRC | 14:44 | |
*** _elmiko has joined #openstack-zaqar | 14:45 | |
*** kgriffs is now known as kgriffs|afk | 14:55 | |
*** malini has joined #openstack-zaqar | 14:57 | |
*** mpanetta has joined #openstack-zaqar | 15:01 | |
*** ametts has joined #openstack-zaqar | 15:03 | |
*** david-lyle has quit IRC | 15:06 | |
*** amitgandhinz has quit IRC | 15:08 | |
*** Qiming has quit IRC | 15:14 | |
tej | Hi...i was wondering if nova supports or will support zaqar notifications? Also, i heard zaqar can listen for ampq events and then run some kind of action, however, i don't see anyway to do that or set that up. Is that something zaqar can do or do each of the openstack components need to enable zaqar notifications? | 15:22 |
vkmc | tej, hey there... it seems you want to use Zaqar for RPC like Rabbit... it's not what it is intended for | 15:23 |
tej | vkmc, what i wanted to do was to get notified when a server instance was created, deleted, started, stopped etc | 15:24 |
tej | then be able to do something | 15:24 |
vkmc | tej, I see... so you can make Ceilometer push messages to a Zaqar queue | 15:25 |
vkmc | for those events | 15:25 |
vkmc | and have a subscriptor that will process them accordingly | 15:25 |
tej | then i would have some code that would listen on that zaqar queue? | 15:25 |
tej | ok, cool | 15:25 |
vkmc | yeah :) | 15:26 |
tej | Is there some doc that describes how to set that up? | 15:26 |
*** amitgandhinz has joined #openstack-zaqar | 15:36 | |
*** dynarro has joined #openstack-zaqar | 15:37 | |
*** c_soukup has joined #openstack-zaqar | 15:44 | |
*** c_soukup has quit IRC | 15:51 | |
*** c_soukup has joined #openstack-zaqar | 16:26 | |
*** kgriffs|afk is now known as kgriffs | 16:28 | |
*** ameade has quit IRC | 16:53 | |
*** ameade has joined #openstack-zaqar | 16:56 | |
*** barra204 has joined #openstack-zaqar | 16:58 | |
*** stevelle_ has joined #openstack-zaqar | 16:59 | |
*** shakamunyi has quit IRC | 17:04 | |
*** stevelle has quit IRC | 17:04 | |
*** sriram has quit IRC | 17:07 | |
*** dynarro has quit IRC | 17:12 | |
*** malini has quit IRC | 17:18 | |
*** tej has quit IRC | 17:19 | |
*** dmowrer has quit IRC | 17:19 | |
*** malini has joined #openstack-zaqar | 17:23 | |
*** achanda has joined #openstack-zaqar | 17:26 | |
*** dmowrer has joined #openstack-zaqar | 17:37 | |
*** malini has quit IRC | 17:39 | |
*** achanda has quit IRC | 17:43 | |
*** achanda has joined #openstack-zaqar | 17:45 | |
*** malini has joined #openstack-zaqar | 18:02 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Fix tox not performing some tests under python 3 https://review.openstack.org/242182 | 18:09 |
*** dmowrer has quit IRC | 18:14 | |
*** dmowrer has joined #openstack-zaqar | 18:14 | |
*** dmowrer has quit IRC | 18:19 | |
*** dmowrer has joined #openstack-zaqar | 18:19 | |
*** achanda has quit IRC | 18:19 | |
*** tej has joined #openstack-zaqar | 18:23 | |
*** dmowrer has quit IRC | 18:32 | |
*** achanda has joined #openstack-zaqar | 18:41 | |
*** kgriffs is now known as kgriffs|afk | 18:42 | |
*** tej has quit IRC | 18:56 | |
*** dmowrer has joined #openstack-zaqar | 18:57 | |
*** akanksha_ has quit IRC | 18:58 | |
*** dmowrer_ has joined #openstack-zaqar | 19:01 | |
*** dmowrer has quit IRC | 19:01 | |
*** tej has joined #openstack-zaqar | 19:02 | |
*** dmowrer has joined #openstack-zaqar | 19:05 | |
*** dmowrer__ has joined #openstack-zaqar | 19:07 | |
*** dmowrer_ has quit IRC | 19:08 | |
*** dmowrer has quit IRC | 19:11 | |
*** kgriffs|afk is now known as kgriffs | 19:15 | |
*** ametts has quit IRC | 19:16 | |
*** dmowrer__ has quit IRC | 19:20 | |
*** dmowrer has joined #openstack-zaqar | 19:21 | |
*** kgriffs is now known as kgriffs|afk | 19:25 | |
*** dmowrer_ has joined #openstack-zaqar | 19:27 | |
*** dmowrer has quit IRC | 19:28 | |
*** ametts has joined #openstack-zaqar | 19:30 | |
*** dmowrer has joined #openstack-zaqar | 19:38 | |
*** dmowrer__ has joined #openstack-zaqar | 19:40 | |
*** dmowrer_ has quit IRC | 19:41 | |
*** dmowre___ has joined #openstack-zaqar | 19:42 | |
*** dmowrer has quit IRC | 19:42 | |
*** dmowrer__ has quit IRC | 19:44 | |
*** c_soukup has quit IRC | 19:49 | |
*** ametts has quit IRC | 19:56 | |
*** amitgandhinz has quit IRC | 20:02 | |
*** amitgandhinz has joined #openstack-zaqar | 20:03 | |
*** dmowre___ has quit IRC | 20:17 | |
*** ryansb has quit IRC | 20:26 | |
*** ryansb has joined #openstack-zaqar | 20:28 | |
*** ryansb has quit IRC | 20:28 | |
*** ryansb has joined #openstack-zaqar | 20:28 | |
*** dmowrer has joined #openstack-zaqar | 20:31 | |
*** achanda has quit IRC | 20:35 | |
*** malini has quit IRC | 20:39 | |
*** flwang has joined #openstack-zaqar | 20:39 | |
*** tej has quit IRC | 20:49 | |
*** tej has joined #openstack-zaqar | 20:51 | |
*** tej has quit IRC | 21:01 | |
flwang1 | vkmc: flaper87: around? | 21:14 |
vkmc | flwang1, hey :) | 21:16 |
flwang | vkmc: could you pls review this one ? https://review.openstack.org/#/c/209238/ | 21:16 |
vkmc | flwang, sure | 21:17 |
flwang | after that one merged, then we can get the subscription and signed url in | 21:17 |
*** flwang has quit IRC | 21:24 | |
*** flwang has joined #openstack-zaqar | 21:24 | |
*** achanda has joined #openstack-zaqar | 21:28 | |
*** pt_15 has quit IRC | 21:38 | |
*** dmowrer has quit IRC | 21:50 | |
*** dmowrer has joined #openstack-zaqar | 21:50 | |
*** dmowrer has quit IRC | 21:55 | |
*** dmowrer has joined #openstack-zaqar | 22:02 | |
*** dmowrer has joined #openstack-zaqar | 22:03 | |
*** dmowrer has quit IRC | 22:07 | |
*** achanda has quit IRC | 22:22 | |
*** dmowrer has joined #openstack-zaqar | 22:25 | |
*** dmowrer has quit IRC | 22:30 | |
*** tej has joined #openstack-zaqar | 22:52 | |
*** tej has quit IRC | 22:52 | |
*** achanda has joined #openstack-zaqar | 22:59 | |
*** amitgandhinz has quit IRC | 23:01 | |
*** mpanetta has quit IRC | 23:17 | |
*** achanda has quit IRC | 23:31 | |
*** achanda has joined #openstack-zaqar | 23:32 | |
*** Qiming has joined #openstack-zaqar | 23:33 | |
*** Qiming has quit IRC | 23:41 | |
Eva-i | flwang: hello | 23:46 |
Eva-i | flwang: I see you tried to recheck my patch. But Jenkins is right, there is an error, but not in my patch. I reported a bug https://bugs.launchpad.net/zaqar/+bug/1513639 | 23:48 |
openstack | Launchpad bug 1513639 in zaqar "Python 3 TypeError during MongoDB driver init" [Undecided,New] | 23:48 |
*** davideagnello has quit IRC | 23:50 | |
*** ameade has quit IRC | 23:54 | |
*** ameade has joined #openstack-zaqar | 23:55 | |
flwang1 | Eva-i: ok, cool, just make sure if it's gate issue. thanks for working on this | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!