*** achanda has quit IRC | 00:01 | |
*** Qiming has joined #openstack-zaqar | 00:25 | |
*** jasondotstar has quit IRC | 00:33 | |
*** boris-42 has joined #openstack-zaqar | 00:57 | |
*** jasondotstar has joined #openstack-zaqar | 01:03 | |
*** Qiming has quit IRC | 01:31 | |
*** Qiming_ has joined #openstack-zaqar | 01:31 | |
*** Qiming_ has quit IRC | 01:55 | |
*** Qiming has joined #openstack-zaqar | 02:05 | |
*** openstackgerrit has quit IRC | 02:31 | |
*** openstackgerrit has joined #openstack-zaqar | 02:31 | |
*** achanda has joined #openstack-zaqar | 02:42 | |
*** jasondotstar has quit IRC | 02:58 | |
*** achanda has quit IRC | 03:28 | |
*** davideagnello has quit IRC | 04:16 | |
*** davideagnello has joined #openstack-zaqar | 04:17 | |
*** ig0r_ has joined #openstack-zaqar | 05:24 | |
*** achanda has joined #openstack-zaqar | 05:30 | |
*** jyuso1 has joined #openstack-zaqar | 06:11 | |
*** ig0r__ has joined #openstack-zaqar | 06:11 | |
*** ig0r_ has quit IRC | 06:12 | |
*** fesp has joined #openstack-zaqar | 06:23 | |
*** ig0r_ has joined #openstack-zaqar | 06:24 | |
*** ig0r_ has quit IRC | 06:24 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/zaqar: Imported Translations from Transifex https://review.openstack.org/206892 | 06:47 |
---|---|---|
*** fesp has quit IRC | 06:59 | |
*** boris-42 has quit IRC | 07:10 | |
*** achanda has quit IRC | 07:16 | |
*** exploreshaifali has joined #openstack-zaqar | 07:37 | |
*** dynarro has joined #openstack-zaqar | 08:16 | |
*** jasondotstar has joined #openstack-zaqar | 08:19 | |
*** exploreshaifali_ has joined #openstack-zaqar | 08:27 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Use the executor directly in notifier https://review.openstack.org/207501 | 08:29 |
*** exploreshaifali has quit IRC | 08:30 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Authentication for websocket https://review.openstack.org/207458 | 08:37 |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Set auth_strategy in devstack https://review.openstack.org/206947 | 08:37 |
*** exploreshaifali_ has quit IRC | 08:54 | |
*** exploreshaifali has joined #openstack-zaqar | 08:54 | |
*** exploreshaifali has quit IRC | 09:02 | |
*** exploreshaifali has joined #openstack-zaqar | 09:02 | |
*** Qiming has quit IRC | 10:11 | |
*** jasondotstar has quit IRC | 10:22 | |
*** jasondotstar has joined #openstack-zaqar | 10:40 | |
*** jyuso1 has quit IRC | 11:00 | |
*** jasondotstar has quit IRC | 11:01 | |
*** jasondotstar has joined #openstack-zaqar | 11:03 | |
*** ig0r__ has quit IRC | 11:15 | |
*** jasondotstar has quit IRC | 11:17 | |
*** Qiming has joined #openstack-zaqar | 11:18 | |
*** ig0r_ has joined #openstack-zaqar | 11:18 | |
*** ig0r__ has joined #openstack-zaqar | 11:19 | |
*** Qiming has quit IRC | 11:24 | |
*** Qiming has joined #openstack-zaqar | 11:25 | |
*** jchai has joined #openstack-zaqar | 11:41 | |
*** exploreshaifali has quit IRC | 11:50 | |
*** malini has joined #openstack-zaqar | 12:07 | |
*** ig0r__ has quit IRC | 12:22 | |
*** jasondotstar has joined #openstack-zaqar | 12:23 | |
*** ig0r__ has joined #openstack-zaqar | 12:27 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Authentication for websocket https://review.openstack.org/207458 | 12:51 |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Set auth_strategy in devstack https://review.openstack.org/206947 | 12:51 |
*** jasondotstar has quit IRC | 12:55 | |
*** sriram has joined #openstack-zaqar | 12:58 | |
*** sriram has quit IRC | 12:59 | |
*** sriram has joined #openstack-zaqar | 12:59 | |
*** jasondotstar has joined #openstack-zaqar | 12:59 | |
*** amitgandhinz has joined #openstack-zaqar | 13:15 | |
dynarro | vkmc: hi! I am testing what I've been implementing in zaqarclient v2, but it's giving me a lot of errors I think it has something to do with the client.py file... | 13:20 |
dynarro | vkmc: also if I try all tests, it also gives me erros on the server for v1 and v1.1, which I don't understand | 13:22 |
dynarro | vkmc: this is what is giving me--> http://paste.openstack.org/show/406594/ | 13:24 |
vkmc | dynarro, hi there! | 13:26 |
vkmc | dynarro, feel free to upload those as WIP | 13:26 |
vkmc | and we can debug it together | 13:26 |
dynarro | ok | 13:26 |
dynarro | vkmc: I'll do that | 13:27 |
dynarro | thanks ;) | 13:27 |
*** ig0r__ has quit IRC | 13:34 | |
vkmc | dynarro, looking at the logs though, I have some ideas | 13:40 |
sriram | is the backend connection initialized, I ran into something similar and had to restart mongo, but that was a long time back. | 13:42 |
vkmc | did you add the entrypoints here? https://github.com/openstack/python-zaqarclient/blob/master/setup.cfg | 13:43 |
dynarro | vkmc: what do you mean? | 13:43 |
vkmc | and here https://github.com/openstack/python-zaqarclient/blob/master/zaqarclient/queues/client.py#L74 | 13:44 |
dynarro | vkmc: just in the setup.cfg file | 13:45 |
*** malini has quit IRC | 13:48 | |
angvp | good morning dynarro vkmc ! | 13:57 |
dynarro | vkmc: but that client.py on zaqarclient/queues/ imports the client.py on zaqarclient/queues/v1...is it necessary to create the same client.py on v2 as well? | 13:57 |
dynarro | angvp: hello there! | 13:57 |
vkmc | dynarro, add v2 in client.py as well :) | 14:00 |
dynarro | ok | 14:02 |
dynarro | :) | 14:02 |
vkmc | angvp, morning! | 14:03 |
vkmc | dynarro, so basically there we have a listing of the clients supported | 14:04 |
vkmc | dynarro, when a new client is instantiated, then the version is checked against the _CLIENTS dict | 14:04 |
vkmc | you have v2 | 14:05 |
vkmc | so if its not there, it won't be able to instantiate it | 14:05 |
dynarro | ok, that makes sense | 14:05 |
*** amitgandhinz has quit IRC | 14:20 | |
*** amitgandhinz has joined #openstack-zaqar | 14:31 | |
*** malini has joined #openstack-zaqar | 14:34 | |
*** dynarro has quit IRC | 14:34 | |
*** exploreshaifali has joined #openstack-zaqar | 14:45 | |
*** sriram has quit IRC | 14:53 | |
*** ametts has joined #openstack-zaqar | 15:00 | |
*** jasondotstar has quit IRC | 15:03 | |
*** exploreshaifali has quit IRC | 15:04 | |
*** dynarro has joined #openstack-zaqar | 15:10 | |
*** malini has quit IRC | 15:13 | |
*** malini has joined #openstack-zaqar | 15:17 | |
*** malini has quit IRC | 15:21 | |
*** malini has joined #openstack-zaqar | 15:21 | |
*** malini has quit IRC | 15:24 | |
*** jasondotstar has joined #openstack-zaqar | 15:26 | |
*** malini has joined #openstack-zaqar | 15:26 | |
*** JAHoagie has joined #openstack-zaqar | 15:38 | |
*** mpanetta has joined #openstack-zaqar | 16:05 | |
*** mpanetta has quit IRC | 16:05 | |
*** mpanetta has joined #openstack-zaqar | 16:06 | |
*** jasondotstar has quit IRC | 16:06 | |
*** JAHoagie has quit IRC | 16:07 | |
*** JAHoagie has joined #openstack-zaqar | 16:10 | |
*** Qiming has quit IRC | 16:12 | |
*** amitgandhinz has quit IRC | 16:13 | |
*** amitgandhinz has joined #openstack-zaqar | 16:14 | |
*** ig0r__ has joined #openstack-zaqar | 16:21 | |
*** JAHoagie has quit IRC | 16:26 | |
*** Qiming has joined #openstack-zaqar | 16:39 | |
*** Qiming has quit IRC | 16:39 | |
*** Qiming has joined #openstack-zaqar | 16:40 | |
*** JAHoagie has joined #openstack-zaqar | 16:42 | |
*** malini has quit IRC | 16:44 | |
*** amitgandhinz has quit IRC | 16:46 | |
*** Qiming has quit IRC | 16:57 | |
*** achanda has joined #openstack-zaqar | 17:09 | |
*** ig0r__ has quit IRC | 17:24 | |
*** jasondotstar has joined #openstack-zaqar | 17:25 | |
*** dynarro has quit IRC | 17:31 | |
*** amitgandhinz has joined #openstack-zaqar | 17:39 | |
*** exploreshaifali has joined #openstack-zaqar | 17:52 | |
*** malini has joined #openstack-zaqar | 17:57 | |
*** malini has quit IRC | 17:57 | |
*** malini has joined #openstack-zaqar | 17:57 | |
exploreshaifali | Hey! malini | 18:13 |
malini | hello exploreshaifali! | 18:13 |
malini | how are you? | 18:13 |
exploreshaifali | how are you? | 18:13 |
exploreshaifali | I am super good :D | 18:14 |
malini | good :) | 18:14 |
exploreshaifali | :) | 18:15 |
*** JAHoagie has quit IRC | 18:31 | |
*** JAHoagie has joined #openstack-zaqar | 18:35 | |
*** davideagnello has quit IRC | 18:38 | |
*** jchai is now known as jchai_afk | 18:39 | |
*** davideagnello has joined #openstack-zaqar | 18:41 | |
*** jchai_afk is now known as jchai | 18:43 | |
*** davideagnello has quit IRC | 18:47 | |
*** davideagnello has joined #openstack-zaqar | 18:48 | |
*** exploreshaifali has quit IRC | 18:49 | |
*** jasondotstar has quit IRC | 19:12 | |
*** ig0r__ has joined #openstack-zaqar | 19:12 | |
*** jasondotstar has joined #openstack-zaqar | 19:19 | |
*** jasondotstar has quit IRC | 19:25 | |
*** ig0r_ has quit IRC | 19:26 | |
*** openstack has joined #openstack-zaqar | 19:34 | |
*** openstackstatus has joined #openstack-zaqar | 19:34 | |
*** ChanServ sets mode: +v openstackstatus | 19:34 | |
*** ig0r__ has quit IRC | 19:35 | |
*** ig0r_ has joined #openstack-zaqar | 19:39 | |
*** davideagnello has quit IRC | 19:40 | |
*** ig0r_ has quit IRC | 19:46 | |
*** dynarro has joined #openstack-zaqar | 19:50 | |
*** JAHoagie has quit IRC | 19:51 | |
*** JAHoagie has joined #openstack-zaqar | 19:59 | |
*** dynarro has quit IRC | 20:03 | |
*** jchai has quit IRC | 20:08 | |
*** malini1 has joined #openstack-zaqar | 20:09 | |
*** malini has quit IRC | 20:09 | |
*** davideagnello has joined #openstack-zaqar | 20:17 | |
*** malini1 has quit IRC | 20:55 | |
*** JAHoagie has quit IRC | 21:03 | |
*** JAHoagie has joined #openstack-zaqar | 21:04 | |
*** achanda has quit IRC | 21:08 | |
*** davideagnello has quit IRC | 21:10 | |
*** davideagnello has joined #openstack-zaqar | 21:14 | |
*** boris-42 has joined #openstack-zaqar | 21:23 | |
*** amitgandhinz has quit IRC | 21:49 | |
*** ametts has quit IRC | 22:07 | |
*** mpanetta has quit IRC | 22:55 | |
*** davideag_ has joined #openstack-zaqar | 23:03 | |
*** davideagnello has quit IRC | 23:03 | |
*** achanda has joined #openstack-zaqar | 23:31 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!