Thursday, 2015-11-05

*** ametts has quit IRC00:10
*** amitgandhinz has joined #openstack-zaqar00:15
*** amitgandhinz has quit IRC00:18
*** achanda has quit IRC00:32
*** kgriffs is now known as kgriffs|afk00:35
*** kgriffs|afk is now known as kgriffs00:37
*** kgriffs is now known as kgriffs|afk00:38
*** pt_15 has joined #openstack-zaqar00:38
*** kgriffs|afk is now known as kgriffs00:45
*** kgriffs is now known as kgriffs|afk00:47
*** Eva-i has quit IRC00:52
*** Qiming has joined #openstack-zaqar01:05
*** boris-42 has joined #openstack-zaqar01:13
*** amitgandhinz has joined #openstack-zaqar01:30
vkmchey ho01:42
flwang1vkmc: hey01:48
vkmcflwang1, o/01:50
vkmcback home finally01:50
flwang1vkmc: i can imagine that's a long journey01:50
flwang1vkmc: https://review.openstack.org/24143101:52
flwang1https://review.openstack.org/24181201:52
flwang1https://review.openstack.org/24181301:52
flwang1btw, i'm working on the summit summary, will send it soon on the openstack-dev01:52
vkmcawesome02:02
flwang1vkmc: we need to make some progress in M-1 :)02:11
vkmcwe certainly need to make progress yes02:11
*** dmowrer has joined #openstack-zaqar02:12
flwang1personally, i would like to complete the client work in M-1 and the basic filter of subscription02:15
flwang1do you have any plan to pick?02:16
*** dmowrer has quit IRC02:16
vkmcnot really02:17
*** amitgandhinz has quit IRC02:17
vkmcI could work on the client02:17
vkmcmake sure we have it fully working for M-102:17
vkmcand perhaps support for websocket as well02:17
vkmcalthough the subscription filter seems important... since its needed for Horizon02:18
flwang1vkmc: as for client, would you like to pick the websocket part?02:20
vkmcsure02:21
flwang1cool, this one need your bless https://review.openstack.org/20923802:22
flwang1it's good start for v2 support02:22
flwang1vkmc: as for horizon support, except the basic filter, the main part is the notification/message collection02:23
flwang1that means we need a similar collecting mechanism like ceilometer or searchlight(TBH, i haven't dig into searchlight code)02:24
vkmcbrb, dinner02:24
vkmcI'll ping Travis about it02:24
flwang1cool, for me, if we can get the spec in M-1, it would be super cool02:25
*** achanda has joined #openstack-zaqar02:27
*** inteq has joined #openstack-zaqar02:36
mdnadeemHi njohnston02:46
flwang1hi md02:50
mdnadeemflwang1: hi02:50
mdnadeemI am facing an issue while executing functional test. Have a look at https://bugs.launchpad.net/python-zaqarclient/+bug/151328702:52
openstackLaunchpad bug 1513287 in Python client library for Zaqar "Executing functional test through ConnectionError Exception" [Undecided,New]02:52
mdnadeemIt seems to like client can not make connection with zaqar server. Any Idea ?02:53
flwang1the error is from zaqar side?03:02
flwang1skip the question :)03:03
flwang1seems it's from zaqarclient03:03
mdnadeemyah, sure its client side03:04
flwang1mdnadeem: i would suggest add a break point in /opt/stack/python-zaqarclient/zaqarclient/common/http.py03:06
flwang1to see what's the url, headers you're using to talk with zaqar03:07
mdnadeemflwang1: ok, i ll try03:08
mdnadeemflwang1: {'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
mdnadeemflawng1: It look good to me03:19
flwang1i didn't see the token03:21
flwang1mdnadeem: not sure if we're using the keystone auth for functional test03:21
flwang1mdnadeem: are you running zaqar on your local machine?03:25
flwang1127.0.0.1:8888 ?03:25
mdnadeemflwang1: no on vm03:26
flwang1that's the root cause, see line 26 of tests/queues/base.py03:26
mdnadeemi replace 127.0.0.1 with local ip, now it through zaqarclient.transport.errors.UnauthorizedError :(03:28
flwang1local ip?03:28
flwang1you installed zaqar on a VM, right?03:28
flwang1so the ip should be your VM IP03:29
mdnadeemsorry vm ip, that is 10.0.2.1503:29
flwang1can you talk with your zaqar by curl or any http client?03:30
mdnadeemyes, curl work fine03:30
mdnadeemmost likely its authorization issue of zaqar client with keystone03:32
flwang1mdnadeem: btw, as for your v2 cli patch03:34
flwang1seems it's just a copy-paste, right?03:35
flwang1does it work if we just inherit from v2 for those old functions?03:35
mdnadeemflwang1: you mean to say inherit from v1?03:38
flwang1typo, yes03:38
flwang1otherwise, we have to maintain duplicated code03:39
flwang1as for your current error, i have no idea before testing it on my local, but not now, sorry03:39
flwang1i can test it tonight03:39
flwang1now i'm working on the summary of summit03:39
flwang1it's a little bit frustrate for a non-english-speaker03:40
mdnadeemflwang1: yah Thanks, it should work if we inherit it03:40
mdnadeemyeh, i can undestand , same prob with me also :)03:41
mdnadeemflwang1:  i have just seen in many patches gate-zaqarclient-dsvm-functional fails due to this authentication issue03:43
*** AAzza_ has joined #openstack-zaqar03:44
*** AAzza has quit IRC03:44
*** AAzza_ is now known as AAzza03:44
flwang1mdnadeem: yep, i noticed that either. because it's non-voting, so we didn't pay much attention on that.03:44
flwang1now it's on my list :)03:44
mdnadeemflwang1: thats good, i am try to debug it. if you get the time please try to reproduce it on your env :)03:45
flwang1mdnadeem: so are you going to update your bug? otherwise, i will open a new one to track the unauthorized issue of the gate03:47
mdnadeemflwang1: I will update it. Thanks :)03:47
flwang1mdnadeem: awesome, thanks a lot03:47
mdnadeemflwang1: brb, lunch time03:48
*** flwang has quit IRC04:03
*** achanda has quit IRC04:22
*** kui has quit IRC05:07
*** kui has joined #openstack-zaqar05:16
*** achanda has joined #openstack-zaqar05:22
*** achanda has quit IRC05:30
*** achanda has joined #openstack-zaqar05:42
*** boris-42 has quit IRC05:58
*** akanksha_ has quit IRC06:08
*** dmowrer has joined #openstack-zaqar07:06
*** dmowrer has quit IRC07:10
*** zigo has quit IRC07:53
*** zigo has joined #openstack-zaqar07:56
*** openstackgerrit has quit IRC08:16
*** openstackgerrit has joined #openstack-zaqar08:17
*** mdnadeem has quit IRC08:19
*** achanda has quit IRC08:25
*** mdnadeem has joined #openstack-zaqar08:28
*** Qiming_ has joined #openstack-zaqar08:29
*** dynarro has joined #openstack-zaqar08:31
*** Qiming has quit IRC08:32
*** openstack has joined #openstack-zaqar08:35
*** Eva-i has joined #openstack-zaqar08:55
*** diga has joined #openstack-zaqar09:28
*** Qiming_ has quit IRC10:03
*** yfujioka has joined #openstack-zaqar10:15
*** dynarro has quit IRC10:49
*** Eva-i has quit IRC11:06
*** yfujioka has quit IRC11:20
*** akanksha_ has joined #openstack-zaqar11:30
*** khushbu has joined #openstack-zaqar11:49
*** khushbu has quit IRC11:52
*** dmowrer has joined #openstack-zaqar11:55
*** achanda has joined #openstack-zaqar12:03
*** achanda has quit IRC12:05
*** khushbu_ has joined #openstack-zaqar12:08
*** mdnadeem_ has joined #openstack-zaqar12:23
*** khushbu_ has quit IRC12:25
*** inteq has quit IRC12:46
*** pt_15 has quit IRC12:48
*** mdnadeem_ has quit IRC13:20
*** Qiming has joined #openstack-zaqar13:28
*** tej has joined #openstack-zaqar13:32
*** diga has quit IRC13:33
*** diga has joined #openstack-zaqar13:33
*** diga has quit IRC13:34
*** diga has joined #openstack-zaqar13:35
*** tej has quit IRC13:39
*** dmowrer has quit IRC13:42
*** c_soukup has joined #openstack-zaqar13:45
*** sriram has joined #openstack-zaqar13:47
*** dmowrer has joined #openstack-zaqar13:50
*** dmowrer has quit IRC13:51
*** dmowrer has joined #openstack-zaqar13:51
*** sriram has quit IRC13:53
*** sriram has joined #openstack-zaqar13:53
*** dmowrer has quit IRC13:56
*** c_soukup has quit IRC13:58
*** Eva-i has joined #openstack-zaqar13:59
*** david-lyle has joined #openstack-zaqar14:08
*** dmowrer has joined #openstack-zaqar14:18
*** tej has joined #openstack-zaqar14:19
*** pt_15 has joined #openstack-zaqar14:21
*** amitgandhinz has joined #openstack-zaqar14:32
*** kgriffs|afk is now known as kgriffs14:39
*** dmowrer has quit IRC14:40
*** dmowrer has joined #openstack-zaqar14:41
*** diga has quit IRC14:43
*** _elmiko has quit IRC14:44
*** _elmiko has joined #openstack-zaqar14:45
*** kgriffs is now known as kgriffs|afk14:55
*** malini has joined #openstack-zaqar14:57
*** mpanetta has joined #openstack-zaqar15:01
*** ametts has joined #openstack-zaqar15:03
*** david-lyle has quit IRC15:06
*** amitgandhinz has quit IRC15:08
*** Qiming has quit IRC15:14
tejHi...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
vkmctej, hey there... it seems you want to use Zaqar for RPC like Rabbit... it's not what it is intended for15:23
tejvkmc, what i wanted to do was to get notified when a server instance was created, deleted, started, stopped etc15:24
tejthen be able to do something15:24
vkmctej, I see... so you can make Ceilometer push messages to a Zaqar queue15:25
vkmcfor those events15:25
vkmcand have a subscriptor that will process them accordingly15:25
tejthen i would have some code that would listen on that zaqar queue?15:25
tejok, cool15:25
vkmcyeah :)15:26
tejIs there some doc that describes how to set that up?15:26
*** amitgandhinz has joined #openstack-zaqar15:36
*** dynarro has joined #openstack-zaqar15:37
*** c_soukup has joined #openstack-zaqar15:44
*** c_soukup has quit IRC15:51
*** c_soukup has joined #openstack-zaqar16:26
*** kgriffs|afk is now known as kgriffs16:28
*** ameade has quit IRC16:53
*** ameade has joined #openstack-zaqar16:56
*** barra204 has joined #openstack-zaqar16:58
*** stevelle_ has joined #openstack-zaqar16:59
*** shakamunyi has quit IRC17:04
*** stevelle has quit IRC17:04
*** sriram has quit IRC17:07
*** dynarro has quit IRC17:12
*** malini has quit IRC17:18
*** tej has quit IRC17:19
*** dmowrer has quit IRC17:19
*** malini has joined #openstack-zaqar17:23
*** achanda has joined #openstack-zaqar17:26
*** dmowrer has joined #openstack-zaqar17:37
*** malini has quit IRC17:39
*** achanda has quit IRC17:43
*** achanda has joined #openstack-zaqar17:45
*** malini has joined #openstack-zaqar18:02
openstackgerritEva Balycheva proposed openstack/zaqar: Fix tox not performing some tests under python 3  https://review.openstack.org/24218218:09
*** dmowrer has quit IRC18:14
*** dmowrer has joined #openstack-zaqar18:14
*** dmowrer has quit IRC18:19
*** dmowrer has joined #openstack-zaqar18:19
*** achanda has quit IRC18:19
*** tej has joined #openstack-zaqar18:23
*** dmowrer has quit IRC18:32
*** achanda has joined #openstack-zaqar18:41
*** kgriffs is now known as kgriffs|afk18:42
*** tej has quit IRC18:56
*** dmowrer has joined #openstack-zaqar18:57
*** akanksha_ has quit IRC18:58
*** dmowrer_ has joined #openstack-zaqar19:01
*** dmowrer has quit IRC19:01
*** tej has joined #openstack-zaqar19:02
*** dmowrer has joined #openstack-zaqar19:05
*** dmowrer__ has joined #openstack-zaqar19:07
*** dmowrer_ has quit IRC19:08
*** dmowrer has quit IRC19:11
*** kgriffs|afk is now known as kgriffs19:15
*** ametts has quit IRC19:16
*** dmowrer__ has quit IRC19:20
*** dmowrer has joined #openstack-zaqar19:21
*** kgriffs is now known as kgriffs|afk19:25
*** dmowrer_ has joined #openstack-zaqar19:27
*** dmowrer has quit IRC19:28
*** ametts has joined #openstack-zaqar19:30
*** dmowrer has joined #openstack-zaqar19:38
*** dmowrer__ has joined #openstack-zaqar19:40
*** dmowrer_ has quit IRC19:41
*** dmowre___ has joined #openstack-zaqar19:42
*** dmowrer has quit IRC19:42
*** dmowrer__ has quit IRC19:44
*** c_soukup has quit IRC19:49
*** ametts has quit IRC19:56
*** amitgandhinz has quit IRC20:02
*** amitgandhinz has joined #openstack-zaqar20:03
*** dmowre___ has quit IRC20:17
*** ryansb has quit IRC20:26
*** ryansb has joined #openstack-zaqar20:28
*** ryansb has quit IRC20:28
*** ryansb has joined #openstack-zaqar20:28
*** dmowrer has joined #openstack-zaqar20:31
*** achanda has quit IRC20:35
*** malini has quit IRC20:39
*** flwang has joined #openstack-zaqar20:39
*** tej has quit IRC20:49
*** tej has joined #openstack-zaqar20:51
*** tej has quit IRC21:01
flwang1vkmc: flaper87: around?21:14
vkmcflwang1, hey :)21:16
flwangvkmc: could you pls review this one ? https://review.openstack.org/#/c/209238/21:16
vkmcflwang, sure21:17
flwangafter that one merged, then we can get the subscription and signed url in21:17
*** flwang has quit IRC21:24
*** flwang has joined #openstack-zaqar21:24
*** achanda has joined #openstack-zaqar21:28
*** pt_15 has quit IRC21:38
*** dmowrer has quit IRC21:50
*** dmowrer has joined #openstack-zaqar21:50
*** dmowrer has quit IRC21:55
*** dmowrer has joined #openstack-zaqar22:02
*** dmowrer has joined #openstack-zaqar22:03
*** dmowrer has quit IRC22:07
*** achanda has quit IRC22:22
*** dmowrer has joined #openstack-zaqar22:25
*** dmowrer has quit IRC22:30
*** tej has joined #openstack-zaqar22:52
*** tej has quit IRC22:52
*** achanda has joined #openstack-zaqar22:59
*** amitgandhinz has quit IRC23:01
*** mpanetta has quit IRC23:17
*** achanda has quit IRC23:31
*** achanda has joined #openstack-zaqar23:32
*** Qiming has joined #openstack-zaqar23:33
*** Qiming has quit IRC23:41
Eva-iflwang: hello23:46
Eva-iflwang: 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/151363923:48
openstackLaunchpad bug 1513639 in zaqar "Python 3 TypeError during MongoDB driver init" [Undecided,New]23:48
*** davideagnello has quit IRC23:50
*** ameade has quit IRC23:54
*** ameade has joined #openstack-zaqar23:55
flwang1Eva-i: ok, cool, just make sure if it's gate issue. thanks for working on this23:56

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