*** amitgandhinz has joined #openstack-zaqar | 00:09 | |
*** amitgandhinz has quit IRC | 00:14 | |
*** cpallares has joined #openstack-zaqar | 00:40 | |
*** cpallares has quit IRC | 00:54 | |
*** kgriffs is now known as kgriffs|afk | 00:55 | |
*** cpallares has joined #openstack-zaqar | 00:59 | |
*** cpallares has quit IRC | 01:13 | |
*** achanda has joined #openstack-zaqar | 01:35 | |
*** achanda has quit IRC | 01:47 | |
*** achanda has joined #openstack-zaqar | 01:50 | |
*** achanda has quit IRC | 01:51 | |
*** amalagon has quit IRC | 02:00 | |
*** kgriffs|afk is now known as kgriffs | 02:05 | |
*** kgriffs is now known as kgriffs|afk | 02:15 | |
*** jeffrey4l has joined #openstack-zaqar | 02:32 | |
*** jeffrey4l has quit IRC | 02:45 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Implement mongodb driver for notifications https://review.openstack.org/139792 | 02:49 |
---|---|---|
*** jeffrey4l has joined #openstack-zaqar | 02:58 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar-specs: Improve spec for notification API https://review.openstack.org/146354 | 03:22 |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Implement mongodb driver for notifications https://review.openstack.org/139792 | 04:11 |
*** achanda has joined #openstack-zaqar | 04:32 | |
*** achanda has quit IRC | 05:20 | |
*** achanda has joined #openstack-zaqar | 05:35 | |
*** jeffrey4l has quit IRC | 05:35 | |
*** achanda has quit IRC | 05:37 | |
*** JAHoagie has joined #openstack-zaqar | 07:41 | |
*** JAHoagie has quit IRC | 07:47 | |
*** JAHoagie has joined #openstack-zaqar | 07:50 | |
*** JAHoagie has quit IRC | 07:51 | |
*** exploreshaifali has joined #openstack-zaqar | 08:29 | |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Fork v1_1 of the API into v2 https://review.openstack.org/145739 | 09:18 |
flaper87 | flwang: ^ | 09:19 |
*** flwang1 has joined #openstack-zaqar | 10:05 | |
flwang1 | flaper87: ping | 10:10 |
flaper87 | flwang1: pong | 10:10 |
flaper87 | flwang1: I fixed the pep8 issue | 10:10 |
flwang1 | flaper87: ok, cool | 10:11 |
flwang1 | and pls review my notification mongo driver patch | 10:11 |
flwang1 | i'd like to get it in asap | 10:11 |
flwang1 | and then i can rebase my rest api patch based on your v2.0 patch | 10:11 |
flaper87 | flwang1: sure thing | 10:12 |
flwang1 | awesome | 10:14 |
flwang1 | i'm going to +2 for your v2 patch | 10:14 |
exploreshaifali | flaper87, mooooorning :) | 12:06 |
vkmc | morniiiiing | 12:08 |
exploreshaifali | morning vkmc :) | 12:09 |
flaper87 | goooooooooooooooooooooood morning | 12:09 |
vkmc | exploreshaifali, flaper87 o/ | 12:10 |
ekarlso- | aloha | 12:10 |
vkmc | how are youuuu :) | 12:10 |
vkmc | ekarlso- o/ | 12:11 |
exploreshaifali | flaper87, my current task is *Move storage configs of QueueController into Control plane from Data Plane.* so why can't we just move the queue_database and its details in Control Plane from dataplane | 12:11 |
exploreshaifali | flaper87, that is changing defination of function https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/driver.py#L141 | 12:12 |
exploreshaifali | such that it get queue_database details from control plane | 12:13 |
exploreshaifali | vkmc, I have created a BP https://blueprints.launchpad.net/zaqar/+spec/split-data-and-control-plane | 12:14 |
flaper87 | exploreshaifali: that'd be simpler but it wouldn't be consistent | 12:14 |
flaper87 | we keep control things under the control controller | 12:14 |
exploreshaifali | flaper87, yea, that make sense :) | 12:15 |
flaper87 | and the abstraction we've built is suppose to take care of this separations | 12:15 |
flaper87 | :) | 12:15 |
vkmc | exploreshaifali, +1 | 12:15 |
exploreshaifali | vkmc, thanks, atm it is not complete but after making my current patch work, I will complete it :) | 12:16 |
vkmc | exploreshaifali, no worries, it looks good | 12:17 |
exploreshaifali | :D | 12:17 |
vkmc | exploreshaifali, now, when uploading different patches for your project, you can commit those under bp/split-data-and-control-plane | 12:17 |
exploreshaifali | vkmc, and what about past few patches which got merged? | 12:18 |
exploreshaifali | it is okay to leave them[[ | 12:18 |
vkmc | exploreshaifali, if you want, you can add them manually | 12:18 |
exploreshaifali | okay :) | 12:18 |
exploreshaifali | flaper87, so if you are not much busy, I need help in debugging, stuck at a place in between.... here is output pasted http://dpaste.com/0JSE0AD | 12:20 |
* vkmc peeks the paste | 12:21 | |
vkmc | exploreshaifali, what do you think is going on there? | 12:21 |
exploreshaifali | vkmc, about the first error-- MisMatchError I have no clue | 12:22 |
exploreshaifali | but can think of a bit for later ones | 12:22 |
exploreshaifali | second error *NoSuchOptError: no such option in group drivers:management_store:mongodb: partitions* | 12:22 |
exploreshaifali | it may be due to the addition of message_controller attribute in controlDrive | 12:23 |
exploreshaifali | I have added attribute https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/driver.py#L178 in ControlDrive also | 12:24 |
exploreshaifali | as previous error said "ControlDrive have no attribute message_controller" | 12:24 |
vkmc | ok... so, the first one | 12:26 |
vkmc | we should look into those tests and see what they are doing | 12:28 |
exploreshaifali | vkmc, yes yes | 12:29 |
vkmc | being able to use pdb would ease this a lot :| | 12:30 |
exploreshaifali | vkmc, btw this is the latest error past http://dpaste.com/3NB9GZ7, sorry for inconvenience | 12:30 |
vkmc | https://github.com/openstack/zaqar/blob/master/tests/functional/wsgi/v1_1/test_queues.py#L260-L277 | 12:30 |
exploreshaifali | hahaha pdb.... no worries :) | 12:30 |
vkmc | well in that new paste | 12:31 |
vkmc | you can see the mismatch in several other tests | 12:32 |
exploreshaifali | yes :| | 12:33 |
exploreshaifali | vkmc, one thing which I did, and think is wrong -- for creating ControlDrive object we need a conf and cache variables | 12:35 |
exploreshaifali | right.... as they are in their init method() | 12:35 |
exploreshaifali | so while creating its object, I passed Datariver's conf and cache | 12:35 |
exploreshaifali | that could be worng | 12:36 |
exploreshaifali | vkmc, https://review.openstack.org/#/c/144340/3/zaqar/storage/mongodb/driver.py | 12:37 |
exploreshaifali | at line 175 in my changes | 12:37 |
exploreshaifali | while creating ControlDriver object, I have passed DataDriver's conf and cache | 12:38 |
exploreshaifali | it is wrong? | 12:38 |
* vkmc checks | 12:40 | |
vkmc | so.. it seems right | 12:49 |
vkmc | you cannot instantiate controldriver otherwise | 12:50 |
vkmc | exploreshaifali, the change in review is the last version? | 12:51 |
exploreshaifali | vkmc, I have made few more changes | 12:52 |
exploreshaifali | vkmc, do you want to me to submit a patch with current changes? | 12:53 |
exploreshaifali | better to say - update the patch ;) | 12:53 |
vkmc | that sounds great :) | 12:54 |
exploreshaifali | okay, let me push it | 12:55 |
openstackgerrit | Shaifali Agrawal proposed openstack/zaqar: Removing QueueController from data to control plane https://review.openstack.org/144340 | 13:05 |
exploreshaifali | vkmc, ^ | 13:06 |
exploreshaifali | one good thing, after adding `get` attribute in sqlalchemy/driver.py I am getting verrrry less number of error, but all are assertions. | 13:10 |
vkmc | cool! | 13:14 |
vkmc | yeah.. probably you will have to adjust several tests | 13:14 |
exploreshaifali | brb | 13:18 |
exploreshaifali | dinner time :P | 13:19 |
*** exploreshaifali has quit IRC | 13:22 | |
*** jchai has joined #openstack-zaqar | 13:45 | |
*** achanda has joined #openstack-zaqar | 13:46 | |
openstackgerrit | Merged openstack/zaqar: Fork v1_1 of the API into v2 https://review.openstack.org/145739 | 13:59 |
vkmc | flaper87, I cannot remember... which was the problem of enabling pooling in the gate? https://review.openstack.org/#/c/144416/ | 14:10 |
*** JAHoagie has joined #openstack-zaqar | 14:15 | |
* flaper87 just spent 1 hour and a half trying to remember a password | 14:16 | |
vkmc | tried 1234? | 14:17 |
vkmc | gummyb34rs? | 14:17 |
flaper87 | no no no, it's way harder than that | 14:18 |
flaper87 | it's 12345 | 14:18 |
flaper87 | ops | 14:18 |
flaper87 | :P | 14:18 |
vkmc | oh... darn, that is hard | 14:18 |
flaper87 | ok all good, I can relax now | 14:18 |
flaper87 | so, pools, gate | 14:18 |
* flaper87 tries to remember | 14:18 | |
vkmc | pools, gate, patches | 14:18 |
flaper87 | we found that issue with a patch in the client library | 14:19 |
vkmc | yeah | 14:19 |
flaper87 | we need to configure devstack to create pools automagically | 14:19 |
flaper87 | as in, create a default pool and stuff | 14:19 |
flaper87 | I believe that was the issue | 14:19 |
vkmc | yeah | 14:19 |
vkmc | setting pooling = True won't work then | 14:21 |
vkmc | I remember we tried that... if pooling is activated and there is no pool, then it breaks | 14:21 |
vkmc | I'm reviewing this patch set https://review.openstack.org/#/c/141356/ | 14:21 |
vkmc | it has been in the queue for a while now | 14:21 |
*** openstackgerrit has quit IRC | 14:22 | |
*** openstackgerrit has joined #openstack-zaqar | 14:23 | |
flaper87 | vkmc: yeah, I need to get to that one. Although, I'd like to give more priority to flwang's patch now | 14:35 |
flaper87 | the mongodb impl for notifications | 14:36 |
*** mpanetta has joined #openstack-zaqar | 14:36 | |
vkmc | sure thing | 14:36 |
vkmc | I reviewed it yesterday, it looks good | 14:37 |
*** jasondotstar has joined #openstack-zaqar | 14:42 | |
*** csoukup has joined #openstack-zaqar | 14:47 | |
*** ametts has joined #openstack-zaqar | 14:48 | |
*** pcaruana|off| is now known as pcaruana | 14:51 | |
*** mpanetta has quit IRC | 14:52 | |
*** kgriffs|afk is now known as kgriffs | 14:55 | |
*** achanda has quit IRC | 14:56 | |
*** boris-42 has quit IRC | 15:03 | |
*** JAHoagie has quit IRC | 15:06 | |
*** mpanetta has joined #openstack-zaqar | 15:08 | |
*** jchai has quit IRC | 15:10 | |
*** jchai has joined #openstack-zaqar | 15:11 | |
*** kgriffs has quit IRC | 15:40 | |
*** kgriffs has joined #openstack-zaqar | 15:42 | |
*** JAHoagie has joined #openstack-zaqar | 16:11 | |
*** jasondotstar has quit IRC | 16:12 | |
*** exploreshaifali has joined #openstack-zaqar | 16:53 | |
*** amalagon has joined #openstack-zaqar | 17:00 | |
*** boris-42 has joined #openstack-zaqar | 17:12 | |
*** jasondotstar has joined #openstack-zaqar | 17:28 | |
*** kgriffs is now known as kgriffs|afk | 18:00 | |
* vkmc lurks | 18:42 | |
* kragniz berserks | 18:46 | |
*** kgriffs|afk is now known as kgriffs | 18:48 | |
*** flwang1 has quit IRC | 18:48 | |
* exploreshaifali feeling sleepy | 18:48 | |
*** mpanetta has quit IRC | 19:01 | |
*** flwang1 has joined #openstack-zaqar | 19:14 | |
*** flwang1 has quit IRC | 19:18 | |
*** achanda has joined #openstack-zaqar | 19:25 | |
*** exploreshaifali has quit IRC | 19:51 | |
vkmc | flaper87, around? | 19:52 |
*** achanda has quit IRC | 19:52 | |
flaper87 | vkmc: yes | 19:53 |
flaper87 | or | 19:53 |
flaper87 | .... yeeeeeeeessss ? | 19:54 |
vkmc | hahaha | 19:54 |
vkmc | I like the first one | 19:55 |
*** achanda has joined #openstack-zaqar | 19:55 | |
vkmc | one little question | 19:55 |
vkmc | how do you use pbr in Zaqar's tests? | 19:55 |
*** reed has quit IRC | 19:56 | |
*** ametts has quit IRC | 19:57 | |
vkmc | flaper87, ^ | 19:58 |
flaper87 | mmh | 20:04 |
flaper87 | what do you mean? | 20:04 |
vkmc | like... I want to put a breakpoint in one of the tests we have | 20:04 |
vkmc | run the tests | 20:04 |
vkmc | and get the promtp | 20:04 |
vkmc | prompt* | 20:04 |
*** reed has joined #openstack-zaqar | 20:04 | |
*** reed has quit IRC | 20:04 | |
*** reed has joined #openstack-zaqar | 20:04 | |
*** flwang1 has joined #openstack-zaqar | 20:04 | |
*** amitgandhinz has joined #openstack-zaqar | 20:05 | |
flaper87 | vkmc: in that case you mean pdb, not pbr | 20:08 |
flaper87 | :P | 20:08 |
flaper87 | vkmc: there's a way to not capture stdout (you have to set an env var). However, I prefer to just use nose for this cases | 20:08 |
vkmc | aaaaaaaaah >.< | 20:08 |
flaper87 | put the breakpoint and then just | 20:08 |
vkmc | yes I meant that | 20:08 |
flaper87 | $ nosetest -s test.blah.blha:BLAHABLAHASDFJASORJWEA | 20:09 |
vkmc | will try that | 20:09 |
vkmc | this method used to work before, not sure what changed https://wiki.openstack.org/wiki/Testr#Debugging_.28pdb.29_Tests | 20:09 |
flaper87 | no idea | 20:10 |
flaper87 | :( | 20:10 |
flaper87 | nosetests is way simpler for this case | 20:10 |
vkmc | k k | 20:10 |
*** amalagon has quit IRC | 20:10 | |
vkmc | thanks :) | 20:10 |
* vkmc sends gummybears to flaper87 | 20:11 | |
*** achanda has quit IRC | 20:16 | |
*** jchai is now known as jchai_afk | 20:27 | |
*** achanda has joined #openstack-zaqar | 20:30 | |
*** jchai_afk is now known as jchai | 20:32 | |
*** boris-42 has quit IRC | 20:43 | |
*** amitgandhinz has quit IRC | 20:54 | |
*** achanda has quit IRC | 21:03 | |
*** achanda has joined #openstack-zaqar | 21:08 | |
*** achanda has quit IRC | 21:12 | |
*** nakul_cpani has joined #openstack-zaqar | 21:12 | |
vkmc | flaper87, btw... nose doesn't stop at the breakpoint either | 21:19 |
*** amalagon has joined #openstack-zaqar | 21:21 | |
*** amalagon has quit IRC | 21:25 | |
flaper87 | vkmc: wait what ? | 21:28 |
flaper87 | it does | 21:28 |
flaper87 | nosetests -s | 21:28 |
flaper87 | (if you don't put -s it captures the stdout) | 21:28 |
flaper87 | and if it is not stopping then you're setting your breakpoint in the wrong place | 21:29 |
flaper87 | :P | 21:29 |
vkmc | yeah.. I'm doing that | 21:29 |
vkmc | hmm I'm putting the breakpoint before an assertion | 21:29 |
flaper87 | which one? | 21:29 |
flaper87 | both ? | 21:29 |
flaper87 | :P | 21:29 |
flaper87 | :P | 21:29 |
vkmc | nosetests -s test_claims.py | 21:29 |
vkmc | should I call with the test name? | 21:30 |
flaper87 | does that actually run the command ? | 21:30 |
vkmc | yep | 21:30 |
flaper87 | nosetests -s tests.unit.transport.whatever | 21:30 |
flaper87 | mmh | 21:30 |
flaper87 | it should stop | 21:30 |
flaper87 | can I see the code? | 21:30 |
flaper87 | erm, that's weird | 21:30 |
vkmc | I'm trying to help exploreshaifali debug the assertion errors she is getting | 21:30 |
vkmc | so... the code is https://review.openstack.org/#/c/144340/3 | 21:31 |
*** nakul_cpani has quit IRC | 21:32 | |
*** wpf has quit IRC | 21:32 | |
*** JAHoagie has quit IRC | 21:32 | |
*** jchai has quit IRC | 21:32 | |
*** kragniz has quit IRC | 21:32 | |
vkmc | no worries, I'll figure out... I'm probably doing something wrong | 21:33 |
*** kragniz has joined #openstack-zaqar | 21:34 | |
*** wpf has joined #openstack-zaqar | 21:34 | |
*** jchai has joined #openstack-zaqar | 21:34 | |
*** JAHoagie has joined #openstack-zaqar | 21:34 | |
*** nakul_cpani has joined #openstack-zaqar | 21:34 | |
*** jasondotstar has quit IRC | 21:36 | |
*** jasondotstar has joined #openstack-zaqar | 21:37 | |
*** AAzza has quit IRC | 21:38 | |
*** ekarlso- has quit IRC | 21:38 | |
*** kgriffs is now known as kgriffs|afk | 21:39 | |
*** flaper87 has quit IRC | 21:39 | |
*** flaper87 has joined #openstack-zaqar | 21:39 | |
*** vkmc has quit IRC | 21:40 | |
*** vkmc has joined #openstack-zaqar | 21:40 | |
*** AAzza has joined #openstack-zaqar | 21:40 | |
*** ekarlso- has joined #openstack-zaqar | 21:40 | |
*** achanda has joined #openstack-zaqar | 21:41 | |
*** vkmc has quit IRC | 21:43 | |
*** vkmc has joined #openstack-zaqar | 21:43 | |
*** achanda has quit IRC | 21:44 | |
*** openstackgerrit has quit IRC | 21:44 | |
*** dguerri_ has quit IRC | 21:44 | |
*** jdaggett_ has quit IRC | 21:44 | |
*** notmyname has quit IRC | 21:44 | |
*** vipul has quit IRC | 21:44 | |
*** tmu has quit IRC | 21:44 | |
*** vkmc has quit IRC | 21:44 | |
*** AAzza has quit IRC | 21:44 | |
*** ekarlso- has quit IRC | 21:45 | |
*** jasondotstar has quit IRC | 21:45 | |
*** nakul_cpani has quit IRC | 21:45 | |
*** wpf has quit IRC | 21:45 | |
*** JAHoagie has quit IRC | 21:45 | |
*** jchai has quit IRC | 21:45 | |
*** kragniz has quit IRC | 21:45 | |
*** kgriffs|afk has quit IRC | 21:45 | |
*** csoukup has quit IRC | 21:46 | |
*** pcaruana has quit IRC | 21:46 | |
*** dmitryme has quit IRC | 21:46 | |
*** sebasmagri has quit IRC | 21:46 | |
*** reed has quit IRC | 21:46 | |
*** fifieldt__ has quit IRC | 21:46 | |
*** flaper87 has quit IRC | 21:46 | |
*** openstack has joined #openstack-zaqar | 21:47 | |
*** vkmc has joined #openstack-zaqar | 21:50 | |
*** ekarlso- has joined #openstack-zaqar | 21:50 | |
*** AAzza has joined #openstack-zaqar | 21:50 | |
*** jasondotstar has joined #openstack-zaqar | 21:50 | |
*** nakul_cpani has joined #openstack-zaqar | 21:50 | |
*** JAHoagie has joined #openstack-zaqar | 21:50 | |
*** wpf has joined #openstack-zaqar | 21:50 | |
*** kragniz has joined #openstack-zaqar | 21:50 | |
*** reed has joined #openstack-zaqar | 21:50 | |
*** kgriffs|afk has joined #openstack-zaqar | 21:50 | |
*** csoukup has joined #openstack-zaqar | 21:50 | |
*** jdaggett_ has joined #openstack-zaqar | 21:50 | |
*** fifieldt__ has joined #openstack-zaqar | 21:50 | |
*** pcaruana has joined #openstack-zaqar | 21:50 | |
*** notmyname has joined #openstack-zaqar | 21:50 | |
*** vipul has joined #openstack-zaqar | 21:50 | |
*** flaper87 has joined #openstack-zaqar | 21:50 | |
*** dmitryme has joined #openstack-zaqar | 21:50 | |
*** tmu has joined #openstack-zaqar | 21:50 | |
*** sebasmagri has joined #openstack-zaqar | 21:50 | |
*** zhiyan has quit IRC | 21:52 | |
*** zhiyan has joined #openstack-zaqar | 21:52 | |
*** kgriffs|afk has quit IRC | 21:53 | |
*** csoukup has quit IRC | 21:53 | |
*** pcaruana has quit IRC | 21:53 | |
*** kgriffs|afk has joined #openstack-zaqar | 21:54 | |
*** csoukup has joined #openstack-zaqar | 21:54 | |
*** pcaruana has joined #openstack-zaqar | 21:54 | |
*** dmitryme has quit IRC | 21:54 | |
*** sebasmagri has quit IRC | 21:54 | |
*** dmitryme has joined #openstack-zaqar | 21:54 | |
*** sebasmagri has joined #openstack-zaqar | 21:54 | |
*** achanda_ has joined #openstack-zaqar | 21:54 | |
*** reed has quit IRC | 21:54 | |
*** fifieldt__ has quit IRC | 21:54 | |
*** flaper87 has quit IRC | 21:55 | |
*** achanda has joined #openstack-zaqar | 21:55 | |
*** openstackgerrit has joined #openstack-zaqar | 21:55 | |
*** dguerri_ has joined #openstack-zaqar | 21:55 | |
*** dguerri_ has quit IRC | 21:55 | |
*** achanda has quit IRC | 21:55 | |
*** dguerri has joined #openstack-zaqar | 21:55 | |
*** JAHoagie has quit IRC | 21:55 | |
*** nakul_cpani has left #openstack-zaqar | 21:57 | |
*** kgriffs|afk is now known as kgriffs | 21:58 | |
*** reed has joined #openstack-zaqar | 21:59 | |
*** fifieldt__ has joined #openstack-zaqar | 21:59 | |
*** flaper87 has joined #openstack-zaqar | 21:59 | |
*** kgriffs is now known as kgriffs|afk | 22:00 | |
*** jdaggett_ has quit IRC | 22:02 | |
*** notmyname has quit IRC | 22:02 | |
*** vipul has quit IRC | 22:02 | |
*** tmu has quit IRC | 22:02 | |
*** reed has quit IRC | 22:02 | |
*** fifieldt__ has quit IRC | 22:02 | |
*** flaper87 has quit IRC | 22:02 | |
*** dmitryme has quit IRC | 22:02 | |
*** sebasmagri has quit IRC | 22:02 | |
*** kgriffs|afk has quit IRC | 22:03 | |
*** csoukup has quit IRC | 22:03 | |
*** pcaruana has quit IRC | 22:03 | |
*** dguerri has quit IRC | 22:03 | |
*** openstackgerrit has quit IRC | 22:03 | |
*** vkmc has quit IRC | 22:03 | |
*** achanda_ has quit IRC | 22:04 | |
*** AAzza has quit IRC | 22:04 | |
*** ekarlso- has quit IRC | 22:04 | |
*** jasondotstar has quit IRC | 22:04 | |
*** wpf has quit IRC | 22:04 | |
*** kragniz has quit IRC | 22:05 | |
*** JAHoagie has joined #openstack-zaqar | 22:07 | |
*** flaper87 has joined #openstack-zaqar | 22:07 | |
*** fifieldt__ has joined #openstack-zaqar | 22:07 | |
*** reed has joined #openstack-zaqar | 22:07 | |
*** dguerri has joined #openstack-zaqar | 22:07 | |
*** openstackgerrit has joined #openstack-zaqar | 22:07 | |
*** achanda_ has joined #openstack-zaqar | 22:07 | |
*** sebasmagri has joined #openstack-zaqar | 22:07 | |
*** dmitryme has joined #openstack-zaqar | 22:07 | |
*** pcaruana has joined #openstack-zaqar | 22:07 | |
*** csoukup has joined #openstack-zaqar | 22:07 | |
*** kgriffs|afk has joined #openstack-zaqar | 22:07 | |
*** vkmc has joined #openstack-zaqar | 22:07 | |
*** ekarlso- has joined #openstack-zaqar | 22:07 | |
*** AAzza has joined #openstack-zaqar | 22:07 | |
*** jasondotstar has joined #openstack-zaqar | 22:07 | |
*** wpf has joined #openstack-zaqar | 22:07 | |
*** kragniz has joined #openstack-zaqar | 22:07 | |
*** jdaggett_ has joined #openstack-zaqar | 22:07 | |
*** notmyname has joined #openstack-zaqar | 22:07 | |
*** vipul has joined #openstack-zaqar | 22:07 | |
*** tmu has joined #openstack-zaqar | 22:07 | |
*** kgriffs|afk is now known as kgriffs | 22:15 | |
*** kgriffs is now known as kgriffs|afk | 22:16 | |
*** kgriffs|afk is now known as kgriffs | 22:24 | |
*** amalagon has joined #openstack-zaqar | 22:38 | |
*** achanda_ has quit IRC | 22:51 | |
*** achanda has joined #openstack-zaqar | 22:59 | |
*** csoukup has quit IRC | 23:02 | |
*** echevemaster has joined #openstack-zaqar | 23:08 | |
*** kgriffs is now known as kgriffs|afk | 23:12 | |
*** reed has quit IRC | 23:22 | |
*** kgriffs|afk is now known as kgriffs | 23:36 | |
*** zhiyan has quit IRC | 23:40 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!