Monday, 2015-02-23

*** kgriffs|afk is now known as kgriffs00:12
*** kgriffs is now known as kgriffs|afk00:22
*** boris-42 has joined #openstack-zaqar01:13
*** achanda has quit IRC01:21
*** echevemaster has joined #openstack-zaqar01:31
*** kgriffs|afk is now known as kgriffs02:01
*** AAzza has quit IRC02:05
*** AAzza_afk has joined #openstack-zaqar02:05
*** AAzza_afk is now known as AAzza02:05
*** AAzza_afk has joined #openstack-zaqar02:08
*** AAzza has quit IRC02:09
*** AAzza_afk is now known as AAzza02:09
*** kgriffs is now known as kgriffs|afk02:11
*** achanda has joined #openstack-zaqar02:22
*** achanda has quit IRC02:27
*** achanda has joined #openstack-zaqar02:27
*** achanda has quit IRC02:38
*** echevemaster has quit IRC03:30
*** diga has joined #openstack-zaqar03:32
*** diga has quit IRC03:37
*** kgriffs|afk is now known as kgriffs03:50
*** kgriffs is now known as kgriffs|afk03:59
*** diga has joined #openstack-zaqar04:47
*** exploreshaifali has joined #openstack-zaqar05:26
*** achanda has joined #openstack-zaqar05:35
*** kgriffs|afk is now known as kgriffs05:39
*** pcaruana has quit IRC05:45
*** kgriffs is now known as kgriffs|afk05:48
exploreshaifaligoooooooooooood morning!05:56
exploreshaifaliflaper87: around ?05:56
*** achanda has quit IRC06:25
*** achanda has joined #openstack-zaqar06:56
exploreshaifaliflaper87: ping07:18
flaper87exploreshaifali: pong07:18
flaper87good morning, how are you doing?07:19
exploreshaifalimoooorning :)07:19
exploreshaifaliflaper87: I am goooood, and you ?07:19
flaper87exploreshaifali: all good :D07:20
flaper87how's that patch coming along ?07:20
flaper87I was hoping we could merge it this week07:20
flaper87:D07:20
exploreshaifaliflaper87: yes, discussing about that07:20
exploreshaifaliflaper87: we are wrtiting new fuction to get entry points in pipeline, so are we going to delete _get_storage_pipeline() https://github.com/openstack/zaqar/blob/master/zaqar/storage/pipeline.py#L4407:21
flaper87exploreshaifali: no no, that must stay. We still need that for user's defined stages07:22
flaper87the one we're writing is for us to use internally07:22
exploreshaifaliflaper87: okay, so what I catch as parameters of new function?07:23
exploreshaifalikwargs ?07:23
flaper87exploreshaifali: hehe, you tell me :P07:24
flaper87I guess you need the conf object07:24
flaper87other than that, I don't think you'll need anything else07:24
exploreshaifaliflaper87: previously you mentioned - instead of reading the list of configs from the config,  we need it to iterate over the available entry-points under the built-in namespace07:25
exploreshaifaliflaper87: we were discussing to use Extensionmanager there07:26
flaper87exploreshaifali: yes, that's still true07:26
flaper87brb07:27
*** kgriffs|afk is now known as kgriffs07:27
*** kgriffs is now known as kgriffs|afk07:37
*** achanda has quit IRC07:42
*** achanda has joined #openstack-zaqar07:48
flaper87back08:02
exploreshaifaliflaper87: okay, so do we need config object in the method ?08:05
exploreshaifaliwhere, if yes?08:05
*** dynarro has joined #openstack-zaqar08:08
flaper87exploreshaifali: what do you mean where ?08:17
exploreshaifaliflaper87: we want to iterate over entry_points through  ExtensionManager, not using config object, if so then why should we keep it as parameter of new function? Will we need its use somewhere inside the new function?08:19
flaper87exploreshaifali: you need to pass it to the entry_point08:19
flaper87just like we do in the _get_storage_pipeline function08:20
*** achanda has quit IRC08:21
*** achanda has joined #openstack-zaqar08:22
exploreshaifaliflaper87: I don't know what is entry_point, but probably you mean to pass it as invoke_kwds here http://docs.openstack.org/developer/stevedore/managers.html#extensionmanager08:22
flaper87exploreshaifali: correct :)08:23
flaper87well, invoke_args08:23
flaper87exploreshaifali: the entry_point is what you "load" using the ExtensionManager08:23
flaper87is basically "an entry point to a python code"08:23
flaper87probably not the best definition but I hope it's understandable08:23
exploreshaifaliflaper87: okay, Thanks!08:24
flaper87if you check setup.cfg, we add entry_points by giving them a name = python.path:function08:24
flaper87(function could also be a class)08:24
exploreshaifaliflaper87: in setup.cfg *[entry_point]* and *[files]* are defining different namespaces ?08:27
flaper87yeah, just look at `entry_point`08:27
exploreshaifaliflaper87: so inside it *console_scripts* and *zaqar.data.storage* are definigs what ?08:28
exploreshaifaliI think they are namespace08:28
*** dynarro has quit IRC08:30
*** achanda has quit IRC08:32
exploreshaifaliflaper87: also I am getting this import error http://paste.openstack.org/show/180028/ when I added _delete() and _stats() method inside messages.MessageQueueHandler class08:44
*** achanda has joined #openstack-zaqar08:45
exploreshaifaliflaper87: it is not related to what we were discussing about setup.cfg or pipeline08:45
flaper87exploreshaifali: mmh, there might be something wrong in the definition. Have you debugged this ?08:46
exploreshaifaliflaper87: though I haven't debug the code properly, but as it says *import error for catalogue* in the whole messages.py there is no "catalauge" mentioned08:49
exploreshaifaliflaper87: also if we look at the error, it mention *zaqar/tests/unit/transport/wsgi/v1/test_queue_lifecycle.py* so I think there inside test_queue_lifecycle some problem, it does not expect something that we are doing or so08:50
exploreshaifaliflaper87: please ignore me if I am speaking senseless stuff :P08:50
flaper87exploreshaifali: not senseless at all but I don't think the issue is in the test. Check catalogue and see what's being imported there. A good thing is to attempt importing the catalogue module manually and see what error it raises08:51
exploreshaifaliflaper87: okay :)08:52
*** exploreshaifali has quit IRC09:03
*** achanda has quit IRC09:16
*** kgriffs|afk is now known as kgriffs09:16
*** kgriffs is now known as kgriffs|afk09:26
*** kgriffs|afk is now known as kgriffs11:05
*** kgriffs is now known as kgriffs|afk11:15
vkmcmorning12:02
*** exploreshaifali has joined #openstack-zaqar12:25
*** kgriffs|afk is now known as kgriffs12:51
*** kgriffs is now known as kgriffs|afk13:00
*** dynarro has joined #openstack-zaqar13:32
vkmczzz13:37
exploreshaifalivkmc, is it a syntax error ?13:47
exploreshaifalikragniz, ^^ need your comments13:47
*** dynarro_ has joined #openstack-zaqar13:49
*** dynarro has quit IRC13:49
kragnizVkmcError: overly sleepy13:49
*** jchai has joined #openstack-zaqar13:51
*** exploreshaifali has quit IRC14:21
*** kgriffs|afk is now known as kgriffs14:31
*** mpanetta has joined #openstack-zaqar14:36
*** kgriffs is now known as kgriffs|afk14:40
*** ametts has joined #openstack-zaqar14:47
*** JAHoagie has joined #openstack-zaqar15:14
*** JAHoagie has quit IRC15:18
*** kgriffs|afk is now known as kgriffs15:34
*** achanda has joined #openstack-zaqar15:34
*** exploreshaifali has joined #openstack-zaqar15:38
*** achanda has quit IRC15:44
*** malini has joined #openstack-zaqar16:03
exploreshaifaliflaper87, around ?16:12
flaper87exploreshaifali: ish :D16:13
flaper87what's up?16:13
exploreshaifaliflaper87, all goooooooooood16:13
exploreshaifaliflaper87, I was thinking do we need to call the new method as many times as _get_storage_pipeline() is called https://github.com/openstack/zaqar/blob/master/zaqar/storage/pipeline.py16:14
flaper87exploreshaifali: yes16:14
flaper87exploreshaifali: also, function*16:14
flaper87:)16:15
flaper87you're adding a new function16:15
flaper87exploreshaifali: a method is basically a function bound to an object instance16:15
exploreshaifaliflaper87, yes yes :P16:15
exploreshaifaliyea, as should I append the result of it to existing the stages like https://github.com/openstack/zaqar/blob/master/zaqar/storage/pipeline.py#L11116:16
exploreshaifaliflaper87, the new function will return list of entry_points16:16
flaper87yes but you should append the other stages to the ones generated by your function16:17
flaper87(to give precedence to the internal ones)16:17
exploreshaifaliflaper87, okay16:17
exploreshaifaliflaper87, btw what you did this weekend ?16:17
exploreshaifali:D16:17
flaper87exploreshaifali: oh, mmh... It was raining on saturday so we didn't do much. But we did watch LOTR "The Return of the ring". We've been watching the whole saga again16:18
flaper87and I spent sunday with friends and family16:18
flaper87so, overall. It was a great weekend16:18
flaper87exploreshaifali: you?16:19
exploreshaifalicooool :)16:19
exploreshaifaliflaper87, I was spending time with family, had some family function16:19
exploreshaifalino doubt it was looots of fun :D16:20
*** malini has left #openstack-zaqar16:21
*** dynarro_ has quit IRC16:26
*** amalagon has quit IRC16:27
*** cpallares has joined #openstack-zaqar16:29
*** amitgandhinz has joined #openstack-zaqar16:33
*** amitgandhinz has quit IRC16:53
*** reed has joined #openstack-zaqar16:57
exploreshaifaliflaper87, what are you doing here https://review.openstack.org/#/c/156249/3/glance/async/flows/base_import.py,cm L23016:58
exploreshaifali:P16:58
exploreshaifaliextenstions.extensions??16:58
*** malini has joined #openstack-zaqar17:03
*** csoukup has joined #openstack-zaqar17:16
*** AAzza has quit IRC17:33
*** amalagon_ has joined #openstack-zaqar17:38
*** exploreshaifali has quit IRC17:45
openstackgerritFei Long Wang proposed openstack/zaqar: Implement webhook notifier driver  https://review.openstack.org/15152917:50
*** flwang1 has joined #openstack-zaqar18:07
*** achanda has joined #openstack-zaqar18:16
*** achanda has quit IRC18:18
*** achanda has joined #openstack-zaqar18:18
*** kgriffs is now known as kgriffs|afk18:42
*** AAzza_afk has joined #openstack-zaqar18:43
*** AAzza_afk is now known as AAzza18:43
*** AAzza_afk has joined #openstack-zaqar18:44
*** AAzza has quit IRC18:48
*** AAzza_afk is now known as AAzza18:48
*** flwang1 has quit IRC18:51
*** AAzza has quit IRC19:05
*** AAzza_afk has joined #openstack-zaqar19:10
*** AAzza_afk is now known as AAzza19:10
*** amitgandhinz has joined #openstack-zaqar19:31
*** amitgandhinz has quit IRC19:31
*** amitgandhinz has joined #openstack-zaqar19:32
*** AAzza has quit IRC19:40
*** AAzza_afk has joined #openstack-zaqar19:41
*** AAzza_afk is now known as AAzza19:41
*** AAzza has quit IRC19:46
*** AAzza_afk has joined #openstack-zaqar19:46
*** AAzza_afk is now known as AAzza19:46
*** openstackgerrit has quit IRC19:51
*** openstackgerrit has joined #openstack-zaqar19:52
*** achanda has quit IRC19:57
*** achanda has joined #openstack-zaqar19:59
*** c_soukup has joined #openstack-zaqar20:10
*** csoukup has quit IRC20:11
*** c_soukup has quit IRC20:14
*** amitgandhinz has quit IRC20:15
*** flwang1 has joined #openstack-zaqar20:21
*** csoukup has joined #openstack-zaqar20:22
*** cpallares has quit IRC20:34
*** cpallares has joined #openstack-zaqar20:37
*** exploreshaifali has joined #openstack-zaqar20:38
*** achanda has quit IRC20:45
*** csoukup has quit IRC20:49
*** achanda has joined #openstack-zaqar21:13
*** kgriffs|afk is now known as kgriffs21:21
*** amalagon_ has quit IRC21:22
*** amalagon has joined #openstack-zaqar21:23
*** amalagon has quit IRC21:27
*** kgriffs is now known as kgriffs|afk21:33
*** amalagon has joined #openstack-zaqar21:41
*** achanda has quit IRC21:46
*** achanda has joined #openstack-zaqar21:47
*** exploreshaifali has quit IRC21:51
*** jchai has quit IRC22:09
*** csoukup has joined #openstack-zaqar22:10
*** kgriffs|afk is now known as kgriffs22:42
*** achanda has quit IRC22:43
*** achanda has joined #openstack-zaqar22:45
*** achanda has quit IRC23:12
*** mpanetta has quit IRC23:19
*** achanda has joined #openstack-zaqar23:25
*** csoukup has quit IRC23:46
*** ametts has quit IRC23:48
*** malini has quit IRC23:55

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