*** ametts has quit IRC | 00:02 | |
*** wpf1 has quit IRC | 00:04 | |
*** davideagnello has quit IRC | 00:08 | |
*** davideagnello has joined #openstack-zaqar | 00:10 | |
*** cpallares has quit IRC | 00:11 | |
*** wpf1 has joined #openstack-zaqar | 00:15 | |
*** cpallares has joined #openstack-zaqar | 00:21 | |
*** kgriffs is now known as kgriffs|afk | 00:38 | |
*** cpallares has quit IRC | 00:57 | |
*** jimhoagland has quit IRC | 01:03 | |
*** amalagon has quit IRC | 02:23 | |
*** jeffrey4l has joined #openstack-zaqar | 02:32 | |
*** kgriffs|afk is now known as kgriffs | 02:59 | |
*** amalagon has joined #openstack-zaqar | 02:59 | |
*** achanda has joined #openstack-zaqar | 03:03 | |
*** amalagon has quit IRC | 03:04 | |
*** amalagon has joined #openstack-zaqar | 03:05 | |
*** kgriffs is now known as kgriffs|afk | 03:08 | |
*** vkmc has quit IRC | 03:16 | |
*** jeffrey4l has quit IRC | 03:26 | |
*** jeffrey4l has joined #openstack-zaqar | 03:38 | |
openstackgerrit | Zhi Yan Liu proposed openstack/zaqar-specs: Add OSProfiler to Zaqar https://review.openstack.org/135612 | 03:46 |
---|---|---|
*** kgriffs|afk is now known as kgriffs | 03:53 | |
*** achanda has quit IRC | 04:21 | |
*** flwang1 has quit IRC | 04:37 | |
*** kgriffs is now known as kgriffs|afk | 05:11 | |
*** echevemaster has quit IRC | 05:28 | |
*** achanda has joined #openstack-zaqar | 05:36 | |
*** achanda has quit IRC | 05:38 | |
*** achanda has joined #openstack-zaqar | 05:39 | |
*** achanda has quit IRC | 05:43 | |
*** achanda has joined #openstack-zaqar | 05:44 | |
*** exploreshaifali has joined #openstack-zaqar | 05:55 | |
*** exploreshaifali has quit IRC | 06:02 | |
*** achanda has quit IRC | 06:14 | |
*** achanda has joined #openstack-zaqar | 06:14 | |
*** achanda has quit IRC | 06:19 | |
*** exploreshaifali has joined #openstack-zaqar | 06:24 | |
*** exploreshaifali has quit IRC | 06:51 | |
*** reed has quit IRC | 06:54 | |
*** jimhoagland has joined #openstack-zaqar | 07:03 | |
*** dynarro has joined #openstack-zaqar | 07:59 | |
*** flwang1 has joined #openstack-zaqar | 08:07 | |
*** sgotliv has quit IRC | 08:10 | |
*** jimhoagland has quit IRC | 08:12 | |
*** flaper87 has quit IRC | 08:20 | |
*** flaper87 has joined #openstack-zaqar | 08:20 | |
flwang1 | flaper87: ping | 08:33 |
flaper87 | flwang1: hey hey | 08:34 |
flaper87 | flwang1: I pinged you on os-glance too | 08:34 |
flwang1 | :) | 08:34 |
flwang1 | did you see the etherpad we created today for notification discussion? | 08:35 |
flaper87 | flwang1: opening it now | 08:35 |
flaper87 | so, we're basically considering removing the queues package | 08:35 |
flaper87 | what's the difference between zaqar/api and zaqar/transport ? | 08:36 |
flaper87 | flwang1: ^ | 08:40 |
flwang1 | flaper87: yep, api is a little bit tricky, it's more about wsgi api, maybe vkmc can improve it when she implement the persistent transport | 08:43 |
flaper87 | mmhh | 08:44 |
flaper87 | mmhhhhh | 08:44 |
flaper87 | I kinda don't like that | 08:44 |
flaper87 | I'd rather have everything in the transport | 08:44 |
flaper87 | I mean, the cross-api thing may need an api package | 08:44 |
flaper87 | but I don't think the wsgi transport does | 08:44 |
flaper87 | not sure, maybe it does | 08:45 |
flaper87 | also, if we're going to do this change, we need to do it now | 08:46 |
flwang1 | flaper87: did you mean we should put the api under transport/wsgi? | 08:48 |
flaper87 | flwang1: no, I meant I don't think we need the api package | 08:49 |
flaper87 | we've the API and stuff in the wsgi transport | 08:49 |
flaper87 | otherwise we'd need something like | 08:49 |
flaper87 | zaqar/api/{wsgi,ws} | 08:49 |
flaper87 | zaqar/transport/{wsgi,ws} | 08:49 |
flaper87 | do we really need that separation? | 08:50 |
flaper87 | I think it can all fit in transport | 08:50 |
flwang1 | if so, where we put current stuff under api? those schema stuff | 08:50 |
flaper87 | flwang1: what stuff? | 08:52 |
flwang1 | https://github.com/openstack/zaqar/tree/master/zaqar/queues/api | 08:53 |
flaper87 | flwang1: ah well yeah, that's one of the things we'll need to refactor a bit but that's something vkmc will do | 08:55 |
flwang1 | flaper87: yep, like i mentioned above :) | 08:56 |
flaper87 | doh, sorry about that | 08:56 |
flaper87 | (facepalm) | 08:56 |
flaper87 | ok, in that case yes | 08:56 |
flaper87 | what I meant is that I think `api` should go away | 08:56 |
flwang1 | so you also agree with this proposal, is it? | 08:56 |
flaper87 | I assume we'll have a notifications module under storage/ | 08:57 |
flaper87 | for all the notification drivers | 08:57 |
flaper87 | same for each transport | 08:57 |
flaper87 | etc | 08:57 |
flwang1 | hmm... is it werid? | 09:00 |
flwang1 | s/werid/weird | 09:01 |
flaper87 | not very different from what we've been doing | 09:01 |
flaper87 | I just want to make sure I'm getting it right | 09:01 |
flwang1 | yep, I know, but for that case. we still need to think about how to separate the two stuff, like the wsgi app for the two 'services' | 09:02 |
flaper87 | If we do this change we'll keep them together | 09:03 |
flaper87 | that is, there'll be a `notifications` module in the v2 api package | 09:04 |
flaper87 | etc | 09:04 |
flaper87 | same for the storage | 09:04 |
flaper87 | if we want to keep them separte, then I don't think this structure change makes sense | 09:04 |
flwang1 | ah, sorry | 09:05 |
*** sgotliv has joined #openstack-zaqar | 09:05 | |
flwang1 | you mean "module" | 09:05 |
flwang1 | I was thinking 'package' :) | 09:05 |
flwang1 | sorry about that | 09:06 |
flwang1 | yep, we will have a 'notifications' or maybe 'subscription' module under storage and transport/wsgi | 09:06 |
flaper87 | sounds good then | 09:10 |
flaper87 | :) | 09:10 |
flaper87 | flwang1: are you planning to do those changes now ? | 09:11 |
flaper87 | flwang1: we need to get them done asap because they'll cause conflicts | 09:11 |
flwang1 | flaper87: i'm working on that | 09:11 |
flwang1 | yep | 09:12 |
flaper87 | flwang1: awesome | 09:12 |
*** jeffrey4l has quit IRC | 10:06 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Refactor code structure for notification https://review.openstack.org/138305 | 10:10 |
flwang1 | flaper87: ^ | 10:12 |
flaper87 | flwang1: thank you | 10:15 |
flwang1 | flaper87: I will submit a base storage driver tomorrow | 10:15 |
flwang1 | for notification | 10:15 |
*** sgotliv has quit IRC | 10:21 | |
*** dynarro has quit IRC | 10:23 | |
*** jeffrey4l has joined #openstack-zaqar | 10:23 | |
*** sgotliv has joined #openstack-zaqar | 10:33 | |
*** bradjones has quit IRC | 11:14 | |
*** bradjones has joined #openstack-zaqar | 11:19 | |
*** bradjones has quit IRC | 11:19 | |
*** bradjones has joined #openstack-zaqar | 11:19 | |
*** vkmc has joined #openstack-zaqar | 11:22 | |
vkmc | morning o/ | 11:23 |
kragniz | good morning! | 11:24 |
flwang1 | vkmc: do you know how to generate the doc file under doc/api/xxx.rst? | 11:25 |
vkmc | yeah | 11:26 |
vkmc | in / | 11:26 |
vkmc | 'python setup.py build_sphinx' | 11:26 |
vkmc | ./ as in Zaqar root :) | 11:27 |
flaper87 | moooooooooooooooooooooooooooooooooooooooooorning | 11:29 |
flwang1 | vkmc: thanks | 11:29 |
flaper87 | brb, lunch | 11:29 |
flwang1 | vkmc: actually, mean the files under doc/source/api/xx.rst | 11:30 |
flwang1 | vkmc: did you mean they're created by python setup.py build_sphinx? I don't think so :) | 11:31 |
vkmc | oooooh | 11:31 |
vkmc | sorry | 11:31 |
vkmc | >.> morning | 11:31 |
vkmc | hahaha | 11:31 |
vkmc | in tools/doc https://github.com/openstack/zaqar/tree/master/tools/doc | 11:31 |
vkmc | there are two bash scripts | 11:31 |
flwang1 | cool | 11:31 |
flwang1 | vkmc: cheers | 11:32 |
vkmc | just run ./generate_autodoc_index.sh | 11:32 |
*** exploreshaifali has joined #openstack-zaqar | 11:41 | |
*** jeffrey4l has quit IRC | 12:16 | |
*** exploreshaifali has quit IRC | 12:27 | |
*** jeffrey4l has joined #openstack-zaqar | 12:29 | |
*** jeffrey4l has quit IRC | 12:39 | |
*** jeffrey4l has joined #openstack-zaqar | 12:52 | |
*** flwang1 has quit IRC | 13:04 | |
*** dynarro has joined #openstack-zaqar | 13:05 | |
*** jeffrey4l has quit IRC | 13:16 | |
*** exploreshaifali has joined #openstack-zaqar | 13:31 | |
*** sgotliv has quit IRC | 13:32 | |
kragniz | wow | 13:43 |
vkmc | much wow | 13:43 |
kragniz | it's december | 13:43 |
kragniz | how did that happen? | 13:43 |
kragniz | such cold | 13:43 |
vkmc | you wake up last January 1st | 13:43 |
vkmc | plop | 13:43 |
vkmc | its December | 13:43 |
*** sgotliv has joined #openstack-zaqar | 13:46 | |
*** jchai has joined #openstack-zaqar | 14:04 | |
*** sriram has joined #openstack-zaqar | 14:05 | |
zhiyan | vkmc: hey! do you think the spec for osprofiler idea is ready to got go? | 14:05 |
vkmc | zhiyan, hi! we still need some feedback from the rest of the Zaqar team | 14:06 |
*** amalagon has quit IRC | 14:06 | |
vkmc | flaper87, kgriffs|afk, flwang ^ | 14:07 |
zhiyan | vkmc: good to know. ok, will keep eyes on the spec and start to coding soon :) | 14:07 |
vkmc | zhiyan, great, thanks :) | 14:07 |
zhiyan | vkmc: (and will change it on demand during the coding if needed) | 14:08 |
zhiyan | vkmc: any thoughts on it from you currently? | 14:08 |
zhiyan | vkmc: thank you :) | 14:08 |
flaper87 | vkmc: zhiyan I still have to read it, I'm sorry it's taken so long | 14:09 |
zhiyan | flaper87: thanks! | 14:09 |
zhiyan | flaper87: btw, swift stuff is still in my mind, but not sure if you have any feedback from swift team (last time i was told you need some talks with them) | 14:10 |
*** sgotliv has quit IRC | 14:10 | |
*** amitgandhinz has joined #openstack-zaqar | 14:19 | |
*** sgotliv has joined #openstack-zaqar | 14:19 | |
*** jeffrey4l has joined #openstack-zaqar | 14:20 | |
*** jimhoagland has joined #openstack-zaqar | 14:22 | |
*** mpanetta has joined #openstack-zaqar | 14:25 | |
*** amalagon has joined #openstack-zaqar | 14:29 | |
*** amitgandhinz has quit IRC | 14:31 | |
*** sgotliv has quit IRC | 14:31 | |
*** sgotliv has joined #openstack-zaqar | 14:31 | |
*** amitgandhinz has joined #openstack-zaqar | 14:32 | |
*** cpallares has joined #openstack-zaqar | 14:56 | |
cpallares | good morning/evening o/ | 15:10 |
vkmc | 'suuuuuuuup cpallares \o | 15:10 |
*** amitgandhinz has quit IRC | 15:11 | |
cpallares | what's up vkmc? :D | 15:11 |
*** amitgandhinz has joined #openstack-zaqar | 15:12 | |
vkmc | not much, n you cpallares? | 15:14 |
vkmc | I was going to say 'what's up with this channel that is so quiet' | 15:14 |
vkmc | and then you joined | 15:14 |
cpallares | o/ | 15:15 |
cpallares | \o | 15:15 |
cpallares | \o/ | 15:15 |
cpallares | /o\ | 15:15 |
cpallares | vkmc: gotta make some noise or else flaper87 will be dissapointed | 15:15 |
vkmc | that's right | 15:16 |
flaper87 | cpallares: good girl, gooooood girl | 15:17 |
vkmc | ᕕ( ᐛ )ᕗ | 15:17 |
*** jimhoagland has quit IRC | 15:17 | |
cpallares | vkmc: That is so cute. | 15:18 |
vkmc | haha | 15:18 |
cpallares | vkmc: I mean it's no wechat sticker, but it's still cute. | 15:18 |
cpallares | :) | 15:18 |
vkmc | yeah... its not near a wechat sticker | 15:19 |
cpallares | ᕕ( ᐛ )ᕗ it looks like it's going somewhere and it's excited | 15:19 |
vkmc | it has the beauty of being all ascii | 15:19 |
vkmc | yeah | 15:19 |
vkmc | I love this one ʕ •ᴥ•ʔ | 15:19 |
cpallares | vkmc: Ahhh is that a polar bear? | 15:20 |
vkmc | yeah | 15:20 |
*** sgotliv has quit IRC | 15:26 | |
cpallares | vkmc: ¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º> | 15:34 |
vkmc | oooh | 15:34 |
cpallares | vkmc: Oh hey I finally saved Europe pics to my computer, do you want me to send them to your email address? | 15:37 |
flaper87 | cpallares: facebook | 15:38 |
flaper87 | thank you | 15:38 |
flaper87 | :P | 15:38 |
* flaper87 wonders why he's not cpallares and vkmc friend's on facebook | 15:38 | |
vkmc | cpallares, yeaaaah send it :) | 15:38 |
vkmc | didn't know you have a facebook flaper87 | 15:40 |
*** sgotliv has joined #openstack-zaqar | 15:41 | |
*** kgriffs|afk is now known as kgriffs | 15:44 | |
flaper87 | vkmc: I have 2 sisters and a crazy mom. What did you expect ? | 15:46 |
vkmc | haha | 15:53 |
*** reed has joined #openstack-zaqar | 16:14 | |
*** jimhoagland has joined #openstack-zaqar | 16:18 | |
*** kgriffs is now known as kgriffs|afk | 16:47 | |
*** achanda has joined #openstack-zaqar | 16:53 | |
*** achanda has quit IRC | 16:56 | |
*** achanda has joined #openstack-zaqar | 16:58 | |
*** sgotliv has quit IRC | 17:06 | |
*** kgriffs|afk is now known as kgriffs | 17:13 | |
*** dynarro has quit IRC | 17:16 | |
*** kgriffs is now known as kgriffs|afk | 17:31 | |
*** kgriffs|afk is now known as kgriffs | 17:33 | |
*** achanda has quit IRC | 17:33 | |
flaper87 | what's up with the "YOU SHOULD MAKE SOME NOISE" rule ? | 17:34 |
*** achanda has joined #openstack-zaqar | 17:34 | |
* flaper87 is dissapointed | 17:34 | |
* cpallares makes noise | 17:35 | |
*** achanda has quit IRC | 17:39 | |
flaper87 | cpallares: I'm pretty sure my mom wishes I'd have made noise the way you do... it's so.... quite | 17:40 |
* cpallares is at the library and can't make that much noise | 17:45 | |
cpallares | :P | 17:46 |
jimhoagland | Hello all | 17:47 |
jimhoagland | Does anyone know if there is a document on how Zaqar storage drivers get invoked (the calls they need to expect)? https://wiki.openstack.org/wiki/Zaqar/Drivers doesn't say much | 17:48 |
flaper87 | jimhoagland: there was one but then it became obsolete and then deleted | 17:49 |
flaper87 | jimhoagland: the best place to look at is: https://git.openstack.org/cgit/openstack/zaqar/tree/zaqar/queues/storage/base.py | 17:49 |
flaper87 | I'd say | 17:49 |
kgriffs | jimhoagland: there is a base class that defines the interface. | 17:49 |
flaper87 | That's where the base clases for each driver are defined | 17:50 |
kgriffs | darn, flaper87 beat me to it | 17:50 |
flaper87 | :P | 17:50 |
kgriffs | jimhoagland: we would love some help getting this better documented. :D | 17:50 |
kgriffs | something should probably be added to the developer guide... | 17:51 |
flaper87 | kgriffs: there's a bug/bp to improve the devs guide | 17:52 |
flaper87 | good thing they're all assigned to vkmc | 17:52 |
vkmc | :| | 17:52 |
*** boris-42 has joined #openstack-zaqar | 17:52 | |
kgriffs | where is it? I can add a note about this to it | 17:52 |
kgriffs | or vkmc can. :D | 17:53 |
vkmc | the developers guide has a outline of the interface | 17:53 |
vkmc | but it needs polishing | 17:53 |
flaper87 | kgriffs: https://bugs.launchpad.net/zaqar/+bug/1361240 | 17:53 |
kgriffs | oh, OK. Been a while since I looked at the guide, so I didn't remember. | 17:53 |
kgriffs | oh, cool | 17:54 |
vkmc | yeah... its not enough though | 17:54 |
vkmc | :) | 17:54 |
flaper87 | brb | 17:54 |
*** dynarro has joined #openstack-zaqar | 17:55 | |
vkmc | brb | 17:55 |
*** exploreshaifali has quit IRC | 17:58 | |
jimhoagland | okay, I see http://docs.openstack.org/developer/zaqar/storage/autoindex.html ; thanks | 18:00 |
kgriffs | vkmc: commented on https://review.openstack.org/#/c/135612/ | 18:02 |
kgriffs | flaper87: btw, do you recall why we decided against grouping admin resources under an "admin" path element in the URL (e.g., /v1.1/flavors vs. /v1.1/admin/flavors)? | 18:06 |
kgriffs | actually, that is a bad exampe | 18:06 |
kgriffs | or maybe that answered my question | 18:07 |
kgriffs | everyone can list flavors, right? | 18:09 |
kgriffs | but only admins can modify them? | 18:09 |
kgriffs | speaking of which, I think we really need to implement policies | 18:09 |
*** sgotliv has joined #openstack-zaqar | 18:22 | |
kgriffs | I know we've been planning to do so for a while now... | 18:24 |
*** jeffrey4l has quit IRC | 18:43 | |
*** ametts has joined #openstack-zaqar | 18:44 | |
*** jimhoagland has quit IRC | 18:44 | |
vkmc | thanks for the review :) | 18:56 |
*** dynarro has quit IRC | 18:59 | |
* vkmc lurks | 19:00 | |
*** amitgandhinz has quit IRC | 19:02 | |
*** amitgandhinz has joined #openstack-zaqar | 19:03 | |
*** jimhoagland has joined #openstack-zaqar | 19:31 | |
*** amalagon has quit IRC | 19:32 | |
*** kgriffs is now known as kgriffs|afk | 19:33 | |
*** kgriffs|afk is now known as kgriffs | 19:36 | |
*** kgriffs is now known as kgriffs|afk | 19:37 | |
*** exploreshaifali has joined #openstack-zaqar | 19:38 | |
*** ametts has quit IRC | 19:55 | |
*** kgriffs|afk is now known as kgriffs | 20:01 | |
*** amitgandhinz has quit IRC | 20:02 | |
*** amitgandhinz has joined #openstack-zaqar | 20:04 | |
*** kgriffs is now known as kgriffs|afk | 20:04 | |
flaper87 | kgriffs|afk: that's correct | 20:05 |
flaper87 | kgriffs|afk: re policies, yeah, I agree | 20:05 |
flaper87 | we need moar people, moar moar | 20:05 |
* kragniz looks shifty | 20:06 | |
flaper87 | kragniz: There you are | 20:07 |
flaper87 | kragniz: do you want to contribute to zaqar ? | 20:07 |
flaper87 | I know you want | 20:07 |
*** amalagon has joined #openstack-zaqar | 20:07 | |
kragniz | hey, I have a patch in! | 20:07 |
kragniz | that entitles me to talk here | 20:08 |
*** kgriffs|afk is now known as kgriffs | 20:08 | |
flaper87 | kragniz: A patch, pfffff | 20:09 |
vkmc | a doc* patch | 20:09 |
flaper87 | you're entitled to talk here if you're willing to fight for the best contributor spot | 20:09 |
* kragniz cowers | 20:09 | |
vkmc | we want mooooooooar | 20:09 |
flaper87 | kragniz: docs patch? pfffffffffffffff PLEAAAAAAAAASE, seriously? | 20:10 |
flaper87 | I expected more from you | 20:10 |
* kragniz hides more | 20:10 | |
kragniz | you guys need to report more bugs | 20:14 |
vkmc | yeah | 20:17 |
vkmc | that's true | 20:17 |
*** ametts has joined #openstack-zaqar | 20:19 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Refactor code structure for notification https://review.openstack.org/138305 | 20:21 |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Refactor code structure for notification https://review.openstack.org/138305 | 20:23 |
flaper87 | kragniz: so that's what you're using as an excuse | 20:23 |
flaper87 | I mean, really? | 20:23 |
flaper87 | kragniz: https://bugs.launchpad.net/zaqar/+bug/1387441 | 20:23 |
flaper87 | go | 20:23 |
flaper87 | :P | 20:23 |
flwang | flaper87: kgriffs: vkmc: please review this patch https://review.openstack.org/#/c/138305/ ;) | 20:25 |
*** dynarro has joined #openstack-zaqar | 20:25 | |
flaper87 | flwang: will do | 20:27 |
flaper87 | probably tomorrow morning | 20:27 |
flwang | flaper87: cool | 20:27 |
flwang | flaper87: I saw all of your glance patches failed, are you going to debug? or do you need any help? | 20:28 |
flaper87 | flwang: spurious errors, pip failed to download some packages | 20:28 |
flaper87 | could you restore your +2 ? | 20:28 |
*** ametts has quit IRC | 20:28 | |
flwang | flaper87: sure | 20:30 |
flwang | sorry for the +1 not +2 :P | 20:30 |
*** jchai is now known as jchai_afk | 20:32 | |
*** jchai_afk is now known as jchai | 20:36 | |
*** dynarro has quit IRC | 20:39 | |
*** exploreshaifali has quit IRC | 20:40 | |
* vkmc sighs | 20:58 | |
*** jimhoagland has quit IRC | 20:58 | |
*** amalagon has quit IRC | 21:01 | |
flwang | hi guys, what's wrong with check-tempest-dsvm-redis-zaqar ? | 21:05 |
flwang | seems it's blocking all the patches | 21:06 |
vkmc | w00t? | 21:08 |
* vkmc checks logs | 21:11 | |
kragniz | flaper87: right, I'm totes fixing that | 21:28 |
* kragniz needs to know what the pool is in this case | 21:29 | |
*** dynarro has joined #openstack-zaqar | 21:33 | |
*** openstackgerrit has quit IRC | 21:34 | |
*** openstackgerrit has joined #openstack-zaqar | 21:34 | |
*** kgriffs is now known as kgriffs|afk | 21:41 | |
*** kgriffs|afk is now known as kgriffs | 21:44 | |
*** dynarro has quit IRC | 21:53 | |
*** mpanetta_ has joined #openstack-zaqar | 22:04 | |
*** kgriffs is now known as kgriffs|afk | 22:05 | |
*** jimhoagland has joined #openstack-zaqar | 22:07 | |
*** jchai is now known as jchai_afk | 22:07 | |
*** mpanetta has quit IRC | 22:07 | |
*** amitgandhinz has quit IRC | 22:08 | |
*** jchai_afk is now known as jchai | 22:10 | |
*** mpanetta_ is now known as mpanetta | 22:17 | |
*** amitgandhinz has joined #openstack-zaqar | 22:17 | |
*** amalagon has joined #openstack-zaqar | 22:22 | |
*** mpanetta has quit IRC | 22:24 | |
*** kgriffs|afk is now known as kgriffs | 22:25 | |
*** boris-42 has quit IRC | 22:37 | |
*** sriram has quit IRC | 22:40 | |
*** jchai has quit IRC | 22:44 | |
*** sgotliv has quit IRC | 22:58 | |
*** reed has quit IRC | 22:59 | |
*** bradjones has quit IRC | 22:59 | |
*** amitgandhinz has quit IRC | 23:08 | |
*** reed has joined #openstack-zaqar | 23:11 | |
*** reed has joined #openstack-zaqar | 23:11 | |
*** bradjones has joined #openstack-zaqar | 23:27 | |
*** cpallares has quit IRC | 23:32 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!