*** ametts has quit IRC | 00:14 | |
*** amitgandhinz has joined #openstack-zaqar | 00:36 | |
*** amitgandhinz has quit IRC | 00:40 | |
*** sgotliv has quit IRC | 00:55 | |
openstackgerrit | Jeffrey Zhang proposed openstack/zaqar: Use the oslo.serialization instead of openstack/common/jsonutils https://review.openstack.org/135187 | 01:32 |
---|---|---|
*** mpanetta_ has joined #openstack-zaqar | 01:40 | |
*** mpanetta_ has quit IRC | 01:40 | |
*** mpanetta has quit IRC | 01:42 | |
*** amalagon has quit IRC | 02:19 | |
*** wpf has joined #openstack-zaqar | 02:27 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Clean up the 'queues' package for tests https://review.openstack.org/142642 | 03:11 |
*** amalagon has joined #openstack-zaqar | 03:29 | |
*** amalagon has quit IRC | 03:33 | |
*** yfujioka has quit IRC | 03:47 | |
*** vkmc has quit IRC | 04:02 | |
*** flwang has quit IRC | 04:16 | |
*** achanda has joined #openstack-zaqar | 04:20 | |
*** achanda has quit IRC | 04:48 | |
*** achanda has joined #openstack-zaqar | 04:49 | |
*** achanda has quit IRC | 04:53 | |
cpallares | hey flwang1 :) | 04:59 |
cpallares | how are you doing? | 04:59 |
*** cpallares has quit IRC | 05:34 | |
*** pcaruana has joined #openstack-zaqar | 06:49 | |
openstackgerrit | Zhi Yan Liu proposed openstack/zaqar: Integrate OSprofiler with Zaqar https://review.openstack.org/141356 | 07:00 |
*** reed has quit IRC | 07:04 | |
*** boris-42 has quit IRC | 07:33 | |
*** amalagon has joined #openstack-zaqar | 07:56 | |
*** exploreshaifali has joined #openstack-zaqar | 08:02 | |
exploreshaifali | flaper87: goooooood morning :) | 08:11 |
flaper87 | exploreshaifali: gooooood morning :D | 08:14 |
exploreshaifali | flaper87: can your robot mind help me in identifying where are QueueController's storage configs exist | 08:15 |
exploreshaifali | :P | 08:15 |
* flaper87 puts some oil in his head | 08:17 | |
flaper87 | exploreshaifali: lets do it | 08:17 |
flaper87 | exploreshaifali: so, there're no queue controller specific configs | 08:17 |
flaper87 | but there are data_plane/control_plane specific ones | 08:17 |
* flaper87 gets some links | 08:18 | |
exploreshaifali | flaper87: yes | 08:18 |
flaper87 | exploreshaifali: https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/driver.py#L75 | 08:20 |
flaper87 | We do that for the data driver, right? | 08:20 |
flaper87 | and we have a `queue_controller` in the data driver | 08:20 |
flaper87 | we need to move that to the control driver | 08:20 |
*** dynarro has joined #openstack-zaqar | 08:20 | |
flaper87 | and everything should happen magically | 08:20 |
flaper87 | BUT | 08:20 |
flaper87 | it's not all flowers and butterflies | 08:20 |
exploreshaifali | how queueController is in data_plane? | 08:21 |
flaper87 | You'll face some issues because in some places the message controller needs to access the queue's controller | 08:21 |
flaper87 | exploreshaifali: https://github.com/openstack/zaqar/blob/master/zaqar/storage/base.py#L212-L214 | 08:21 |
flaper87 | that's the base implementation of the DataDriver | 08:22 |
exploreshaifali | flaper87: yes, fine :) | 08:23 |
exploreshaifali | flaper87: I am suppose to move that into control_plane | 08:23 |
flaper87 | exploreshaifali: correct | 08:23 |
flaper87 | but keep in mind what I said above | 08:23 |
flaper87 | there are places where the message_controller needs to talk to the queue_controller | 08:24 |
flaper87 | I wish that wasn't the case but well. | 08:24 |
flaper87 | I'd say move it and see what the failures are :P | 08:24 |
exploreshaifali | flaper87: okay :) | 08:24 |
flaper87 | exploreshaifali: thanks :D | 08:25 |
flaper87 | I'm really exited about this | 08:25 |
exploreshaifali | flaper87: I will move it in ControlPlane and then let see what happens | 08:25 |
exploreshaifali | flaper87: lol | 08:25 |
flaper87 | exploreshaifali: be prepare to see explosions, failures and kittens dying | 08:26 |
flaper87 | prepared* | 08:26 |
exploreshaifali | flaper87: also I want to talk about removing queues | 08:27 |
exploreshaifali | I agree that it will reduce extra overhaed | 08:27 |
exploreshaifali | if we remove queues | 08:27 |
exploreshaifali | and use topics instead | 08:27 |
exploreshaifali | flaper87: but as like queue was compulsary for posting messages, topics will also be compulsory for posting message | 08:28 |
ekarlso- | what storage is used for zaqar ? | 08:30 |
flaper87 | exploreshaifali: right, the difference is in how they're managed/represented in Zaqar | 08:30 |
*** sgotliv has joined #openstack-zaqar | 08:30 | |
flaper87 | ekarlso-: mongodb/redis | 08:30 |
flaper87 | for now... | 08:30 |
ekarlso- | doh | 08:30 |
flaper87 | ekarlso-: what ? | 08:30 |
exploreshaifali | flaper87: so the problem is only of flying messages | 08:31 |
flaper87 | exploreshaifali: what do you mean? | 08:31 |
flaper87 | ekarlso-: ? :) | 08:33 |
ekarlso- | flaper87: hehehe, mongo gpl thingie ... | 08:33 |
flaper87 | ekarlso-: you can use redis then :) | 08:34 |
*** exploreshaifali has quit IRC | 08:35 | |
*** sgotliv has quit IRC | 08:38 | |
*** sgotliv has joined #openstack-zaqar | 08:41 | |
*** sgotliv has quit IRC | 08:54 | |
*** flwang has joined #openstack-zaqar | 08:55 | |
*** exploreshaifali has joined #openstack-zaqar | 08:59 | |
*** exploreshaifali has quit IRC | 09:05 | |
*** exploreshaifali has joined #openstack-zaqar | 09:14 | |
exploreshaifali | flaper87: I am asking about the problem with this idea of using topics instead of queues | 09:15 |
exploreshaifali | flaper87: like one problem is with messages in fly and the flavor of their topic is being chaged as mentioned here https://review.openstack.org/#/c/134015/3/specs/kilo/migrate-to-topics.rst | 09:16 |
exploreshaifali | second commet of Rayn Browm | 09:16 |
flaper87 | exploreshaifali: we have the same problems with queues | 09:16 |
exploreshaifali | flaper87: yes exactly | 09:17 |
exploreshaifali | flaper87: that is what I was thinking... how did you people managed same problem with queues | 09:17 |
flaper87 | exploreshaifali: we don't :) | 09:17 |
flaper87 | the problem still exist | 09:17 |
exploreshaifali | the same could be applied with topics | 09:17 |
flaper87 | exists* | 09:17 |
flaper87 | that's something we need to fix | 09:17 |
exploreshaifali | okay | 09:17 |
exploreshaifali | flaper87: so there is not any other issue with this proposal? | 09:18 |
flwang | flaper87: ping | 09:18 |
flwang | did you notice the gate failure? | 09:18 |
flaper87 | exploreshaifali: I honestly don't think there is | 09:24 |
flaper87 | the URL thing is definitely one | 09:24 |
flaper87 | flwang: what failure ? | 09:24 |
flaper87 | flwang: py33 ? | 09:24 |
flwang | http://logs.openstack.org/51/142451/3/check/gate-zaqar-python27/36dc7b2/testr_results.html.gz | 09:24 |
flwang | flaper87: but I can't recreate it on my local env | 09:27 |
flwang | still investigating... | 09:27 |
exploreshaifali | flaper87: As queue's names are used in URL here we will use topic's name in URL or topic only body will work? | 09:28 |
exploreshaifali | flwang: my patch also failed, though changes in this patch has nothing to do with py27 or py33 or pypy | 09:30 |
exploreshaifali | https://review.openstack.org/#/c/142451/ | 09:30 |
flaper87 | exploreshaifali: that's something we still need to decide :/ | 09:35 |
flaper87 | I mean, my hope was to remove it | 09:35 |
flaper87 | but removing it will require lots of changes | 09:35 |
flaper87 | and probably aweful backwards incompatibility issues | 09:35 |
flaper87 | so, we'll probably keep it | 09:35 |
flaper87 | flwang: oh, mmh, did something change in keystone? | 09:35 |
flwang | flaper87: not sure :( | 09:39 |
exploreshaifali | flaper87: what I think of messages in flight is tthat they are those messages which are in queue, i.e, they are produced by producer and are waiting to get comsumed by consumer | 09:41 |
flwang | maybe there are some change from keystonemiddleware | 09:41 |
exploreshaifali | flaper87: is it correct ? | 09:41 |
flaper87 | exploreshaifali: yes, that's correct | 09:44 |
flwang | flaper87: i can recreate it now | 09:46 |
flwang | fixing... | 09:46 |
flaper87 | flwang: what's broken ? | 09:49 |
* flaper87 is digging to | 09:49 | |
flwang | flaper87: there is a new version of keystonemiddleware | 09:49 |
flwang | seems it's requiring something we missed | 09:49 |
flaper87 | mmh, I haven't seen any sync from global-requirements | 09:50 |
flwang | we're setting the dependency as keystonemiddleware>=1.0.0 | 09:51 |
flwang | and infra will always get the latest version, so it's using 1.3.0 | 09:52 |
flaper87 | yes | 09:52 |
flaper87 | what I mean is | 09:52 |
flaper87 | what's changed that we need to fix? | 09:52 |
flaper87 | also | 09:52 |
flaper87 | wait | 09:52 |
flwang | still need to figure out | 09:53 |
flaper87 | flwang: mind sending an email to the m-l saying that the new version of keystonemiddleware broke Zaqar's gate ? | 09:54 |
flaper87 | I can send it if you don't want to :P | 09:54 |
flaper87 | if it's a breaking change, then stable branches should be caped and master should be >=1.3 | 09:54 |
flwang | flaper87: it can be done by PTL :) | 09:54 |
flaper87 | who's that? | 09:55 |
flwang | flaper87: but we still need to fix the issue, right? | 09:55 |
flwang | who owe me a beer | 09:55 |
flaper87 | flwang: yup | 09:56 |
*** exploreshaifali has quit IRC | 09:56 | |
flaper87 | flwang: I think we just need to add an auth_section option | 09:58 |
flwang | flaper87: from the error log, yes | 09:58 |
flwang | and I have tried to add it into keystone_auth.conf, but seems it doesn't work | 09:59 |
flaper87 | may I ask where you added it? | 10:01 |
flaper87 | s/ask/know/ | 10:01 |
flaper87 | I mean, what section | 10:01 |
flwang | https://github.com/openstack/zaqar/blob/master/tests/etc/keystone_auth.conf | 10:02 |
flwang | flaper87: or any other place we should try? | 10:04 |
*** exploreshaiflai has joined #openstack-zaqar | 10:04 | |
flaper87 | flwang: did you put it in the DEFAULT group or in the keystone_auth group ? | 10:05 |
flwang | both didn't work :( | 10:06 |
flaper87 | mmh, the error says it should be in keystone_authtoken | 10:07 |
flwang | yep, that's my first | 10:08 |
flwang | first try | 10:08 |
flwang | [keystone_authtoken] | 10:08 |
flwang | auth_section = XXX | 10:08 |
exploreshaiflai | flaper87: the pupper_zaqar is related to http://en.wikipedia.org/wiki/Puppet_%28software%29 only | 10:09 |
flaper87 | exploreshaiflai: yup | 10:09 |
flaper87 | flwang: what version of keystoneclient do you have installed ? | 10:10 |
flwang | it's a good question | 10:10 |
flwang | maybe I should update that | 10:10 |
flaper87 | right | 10:10 |
flaper87 | I think with 1.0 it should work | 10:10 |
flwang | I'm running icehouse for some tests | 10:10 |
flwang | sorry | 10:10 |
flaper87 | but for some reason, the gate is not installing 1.0 | 10:10 |
flwang | what did you mean? | 10:10 |
flwang | for 1.0 it works definately | 10:11 |
flwang | i have update the middleware to 1.3 to reproduce the issue | 10:11 |
flaper87 | wait | 10:11 |
flwang | flaper87: do you want me submit a patch to pin the version? | 10:11 |
flaper87 | keystonemiddleware 1.3 and keystoneclient 1.0 | 10:11 |
flaper87 | https://pypi.python.org/pypi/python-keystoneclient | 10:12 |
flaper87 | keystoneclient was released yday | 10:12 |
flaper87 | I think that's what is causing issues | 10:12 |
flwang | feilong@feilong-ThinkPad-X1-Carbon-2nd:~/MyWorkspace/workspace_community/zaqar$ keystone --version | 10:12 |
flwang | 1.0.0 | 10:12 |
flwang | i'm using the latest version | 10:12 |
flwang | i mean keystonemiddleware 1.3 and keystoneclient 1.0 | 10:13 |
flaper87 | yeah, I think keystoneclient 1.0 is what broke everything | 10:13 |
flaper87 | I know what happened | 10:23 |
flaper87 | https://github.com/openstack/keystonemiddleware/blob/a1ae56cc3bce45b9ef2b7fa6bacc295c948486c3/keystonemiddleware/auth_token.py#L356 | 10:23 |
flaper87 | it fucking assumes everyone is using a global CONF object | 10:23 |
flaper87 | arrrggggh | 10:24 |
flwang | so should we pin the keystonemiddleware version under 1.3, it can fix the issue, I just verified | 10:24 |
*** dynarro has quit IRC | 10:26 | |
flaper87 | yeah, lets do it for now until this is fixed in keystone | 10:26 |
flwang | flaper87: ok, I will submit a patch in 3 minutes | 10:27 |
flaper87 | thank you | 10:27 |
flaper87 | I'll send an email | 10:27 |
flwang | flaper87: cool | 10:28 |
*** exploreshaiflai has quit IRC | 10:30 | |
flaper87 | flwang: actually, a better fix | 10:35 |
flaper87 | instead of caping | 10:35 |
flaper87 | flwang: we should import keystoneclient auth and register the required options https://github.com/openstack/keystonemiddleware/blob/a1ae56cc3bce45b9ef2b7fa6bacc295c948486c3/keystonemiddleware/auth_token.py#L356 | 10:36 |
flwang | but that's the next step, right? | 10:36 |
flaper87 | flwang: we can do it ourselves in https://github.com/openstack/zaqar/blob/master/zaqar/transport/auth.py#L34 | 10:37 |
flaper87 | just to avoid caping and then having conflicts with the global-req bot | 10:37 |
flwang | did you mean using keystoneclient replace the keystonemiddleware ? | 10:39 |
flaper87 | no, keystonemiddleware requires keystoneclient, that means we can assume it's installed | 10:40 |
flaper87 | what we need to do is import keystoneclient in that file | 10:40 |
flaper87 | import this: https://github.com/openstack/keystonemiddleware/blob/a1ae56cc3bce45b9ef2b7fa6bacc295c948486c3/keystonemiddleware/auth_token.py#L183 | 10:40 |
flaper87 | and then call: https://github.com/openstack/keystonemiddleware/blob/a1ae56cc3bce45b9ef2b7fa6bacc295c948486c3/keystonemiddleware/auth_token.py#L356 | 10:40 |
flwang | ok, let me try | 10:42 |
*** sgotliv has joined #openstack-zaqar | 10:53 | |
*** exploreshaiflai has joined #openstack-zaqar | 10:59 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Use keystoneclient auth and register required options https://review.openstack.org/143038 | 11:02 |
flwang | flaper87: ^ | 11:03 |
flwang | flaper87: i'm going to drop off | 11:03 |
*** wpf has quit IRC | 11:26 | |
*** wpf has joined #openstack-zaqar | 11:26 | |
*** wpf has quit IRC | 11:35 | |
*** wpf has joined #openstack-zaqar | 11:38 | |
flaper87 | flwang: thank you | 12:05 |
*** exploreshaiflai has quit IRC | 12:07 | |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Use keystoneclient auth and register required options https://review.openstack.org/143038 | 12:10 |
*** jasondotstar is now known as jasondotstar|afk | 12:16 | |
*** sgotliv has quit IRC | 12:32 | |
*** dguerri has quit IRC | 12:45 | |
*** wpf has quit IRC | 12:47 | |
*** dguerri has joined #openstack-zaqar | 12:47 | |
*** wpf has joined #openstack-zaqar | 12:48 | |
*** sgotliv has joined #openstack-zaqar | 12:50 | |
*** vkmc has joined #openstack-zaqar | 13:10 | |
* vkmc lurks | 13:18 | |
*** exploreshaifali has joined #openstack-zaqar | 13:21 | |
flaper87 | vkmc: what's up with the good morning thing ? | 13:22 |
flaper87 | :P | 13:22 |
flaper87 | vkmc: HELLOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO | 13:22 |
vkmc | flaper87, oooooooooooooooh gooood morniiiiiiiiiiiiiiing | 13:23 |
vkmc | I'm quite tired today | 13:24 |
*** boris-42 has joined #openstack-zaqar | 13:38 | |
flaper87 | vkmc: it's friday, don't worry | 13:42 |
flaper87 | :) | 13:42 |
flaper87 | btw https://review.openstack.org/#/c/143038/ | 13:42 |
flaper87 | still working on fixing that issue | 13:42 |
flaper87 | good thing we already cut k-1 | 13:42 |
flaper87 | oh wait, this breaks k-1 | 13:42 |
flaper87 | fuck | 13:42 |
flaper87 | :( | 13:42 |
vkmc | I saw the mailing... fuck | 13:43 |
vkmc | so... for some reason its not being able to connect to keystone | 13:46 |
flaper87 | right | 13:46 |
*** sgotliv has quit IRC | 13:57 | |
*** achanda has joined #openstack-zaqar | 14:06 | |
*** sriram has joined #openstack-zaqar | 14:07 | |
vkmc | flaper87, shouldn't we update the tests as well? https://github.com/openstack/zaqar/blob/master/zaqar/tests/queues/transport/wsgi/v1_1/test_auth.py | 14:28 |
flaper87 | mmh, i don't think so :/ | 14:29 |
flaper87 | ah wait | 14:30 |
flaper87 | those are unittests | 14:30 |
vkmc | yup | 14:30 |
flaper87 | why is it connecting to keystone ? | 14:30 |
*** ametts has joined #openstack-zaqar | 14:30 | |
flaper87 | OMG, let me guess | 14:31 |
vkmc | its using auth_token to assert if the app is an instance of authprotocol | 14:31 |
vkmc | hhhmmm | 14:31 |
*** exploreshaifali has quit IRC | 14:39 | |
*** achanda has quit IRC | 14:41 | |
flaper87 | sorry got distracted | 14:51 |
flaper87 | vkmc: this http://logs.openstack.org/38/143038/2/check/gate-zaqar-python27/85012dd/console.html#_2014-12-19_12_15_50_611 | 14:51 |
flaper87 | it's trying to get an endpoint | 14:52 |
flaper87 | https://github.com/openstack/keystonemiddleware/blob/master/keystonemiddleware/auth_token.py#L1310-L1365 | 14:53 |
flaper87 | why? I mean, why? | 14:53 |
vkmc | lol | 15:00 |
vkmc | tl;dr | 15:00 |
vkmc | brb | 15:05 |
*** jasondotstar|afk has quit IRC | 15:16 | |
*** amitgandhinz has joined #openstack-zaqar | 15:21 | |
*** jasondotstar|afk has joined #openstack-zaqar | 15:24 | |
*** achanda has joined #openstack-zaqar | 15:35 | |
*** jasondotstar|afk has quit IRC | 15:41 | |
*** pcaruana has quit IRC | 15:59 | |
*** jasondotstar has joined #openstack-zaqar | 16:00 | |
*** mpanetta has joined #openstack-zaqar | 16:02 | |
amitgandhinz | flaper87: does zaqar currently have an assigned service type in keystone? | 16:03 |
*** mpanetta has quit IRC | 16:03 | |
*** mpanetta has joined #openstack-zaqar | 16:03 | |
flaper87 | amitgandhinz: yes, it's messaging | 16:08 |
amitgandhinz | thanks | 16:08 |
amitgandhinz | was there a process to get the service type "messaging" | 16:08 |
amitgandhinz | ie did zaqar have to be incubated first/is it documented somewhere/etc ? | 16:09 |
flaper87 | nah, we just added to devstack | 16:11 |
flaper87 | that somehow made it official :P | 16:11 |
amitgandhinz | interetsing | 16:15 |
amitgandhinz | thanks =0 | 16:15 |
amitgandhinz | =) | 16:15 |
*** sgotliv has joined #openstack-zaqar | 16:20 | |
*** sgotliv has quit IRC | 16:22 | |
*** sgotliv has joined #openstack-zaqar | 16:23 | |
*** cpallares has joined #openstack-zaqar | 16:26 | |
*** exploreshaifali has joined #openstack-zaqar | 16:26 | |
*** boris-42 has quit IRC | 16:33 | |
*** reed has joined #openstack-zaqar | 16:54 | |
flaper87 | vkmc: btw, I already synced with folks from keystone, they're fixing the issue in the middleware | 17:00 |
flaper87 | flwang: ^ | 17:01 |
exploreshaifali | that's great flaper87 :) | 17:04 |
*** achanda has quit IRC | 17:04 | |
flaper87 | exploreshaifali: :D | 17:05 |
flaper87 | yeah | 17:05 |
flaper87 | finally | 17:05 |
flaper87 | we'll still the work around for hte other thing but the most critical issue is fixed now | 17:05 |
exploreshaifali | flaper87, yeah.... hope every thing will work out soon! | 17:05 |
*** achanda has joined #openstack-zaqar | 17:07 | |
*** amalagon has quit IRC | 17:21 | |
*** flwang has quit IRC | 17:26 | |
*** achanda has quit IRC | 17:28 | |
*** achanda has joined #openstack-zaqar | 17:28 | |
*** sgotliv has quit IRC | 17:30 | |
*** achanda has quit IRC | 17:33 | |
*** achanda has joined #openstack-zaqar | 17:40 | |
*** amalagon has joined #openstack-zaqar | 17:43 | |
*** exploreshaifali has quit IRC | 17:45 | |
*** sriram has quit IRC | 18:29 | |
*** sriram has joined #openstack-zaqar | 18:30 | |
*** sriram has joined #openstack-zaqar | 18:30 | |
*** sgotliv has joined #openstack-zaqar | 18:37 | |
*** openstack has joined #openstack-zaqar | 19:09 | |
*** openstackstatus has joined #openstack-zaqar | 19:10 | |
*** ChanServ sets mode: +v openstackstatus | 19:10 | |
*** achanda has quit IRC | 19:40 | |
cpallares | o/ | 19:46 |
cpallares | \o | 19:46 |
cpallares | \o\ | 19:46 |
cpallares | /o/ | 19:46 |
mpanetta | cpallares: Is it time to dance? | 19:46 |
mpanetta | :) | 19:46 |
cpallares | mpanetta: It's zarconi dance party time | 19:47 |
cpallares | how are you, mpanetta? :) | 19:47 |
mpanetta | zarconi? :) | 19:47 |
mpanetta | I am ok. Sick from some sort of viral infection tho :( | 19:47 |
cpallares | mpanetta: zaqar + marconi | 19:47 |
mpanetta | How are you cpallares? | 19:47 |
mpanetta | Ah! | 19:48 |
cpallares | mpanetta: oh no that's sad to hear :( | 19:48 |
mpanetta | I'll be ok. | 19:49 |
cpallares | mpanetta: Hope you get better | 19:49 |
kragniz | mpanetta: I'm sorry if you caught it off me | 19:49 |
cpallares | mpanetta: I recommend hot tea and tv marathons :P | 19:49 |
mpanetta | At least I doged the flu | 19:49 |
mpanetta | cpallares: Heck yea! | 19:49 |
cpallares | mpanetta: Dr's orders | 19:49 |
* cpallares is a doctor | 19:49 | |
mpanetta | Been doing stargate marathons anyway :P | 19:49 |
* cpallares took that one biology class that one time | 19:49 | |
mpanetta | hehe | 19:49 |
cpallares | mpanetta: nice, I haven't watched stargate. Do you recommend? | 19:50 |
mpanetta | I do! 1000% | 19:50 |
mpanetta | One of my fav shows. That and Farscape | 19:50 |
* cpallares has never heard of farscape | 19:50 | |
cpallares | mpanetta: have you watched firefly? :D | 19:50 |
mpanetta | Oh yes, that too :) | 19:50 |
mpanetta | That one is good | 19:51 |
cpallares | mpanetta: I really like firefly | 19:52 |
mpanetta | If you like FireFly you may like Farscape. Has that good camp | 19:52 |
* cpallares wants to be zoe | 19:52 | |
cpallares | mpanetta: Oh nice :) | 19:52 |
cpallares | I'll watch it then. | 19:52 |
mpanetta | My fav character is kaylee | 19:52 |
cpallares | mpanetta: aw she's adorbs | 19:53 |
mpanetta | The actress is also in Stargate Atlantis (another stargate series) | 19:53 |
mpanetta | She plays a dr there | 19:53 |
cpallares | mpanetta: always going for the smart roles :P | 19:53 |
mpanetta | Well, I tend to like the smart characters better :P | 19:54 |
*** amalagon has quit IRC | 19:59 | |
*** amalagon has joined #openstack-zaqar | 20:00 | |
*** amalagon has quit IRC | 20:05 | |
* flaper87 is eating like a proper geek | 20:15 | |
mpanetta | flaper87: oh? | 20:15 |
mpanetta | whats for dinner? | 20:15 |
flaper87 | on my laptop | 20:15 |
mpanetta | hah | 20:16 |
*** exploreshaifali has joined #openstack-zaqar | 20:27 | |
*** cpallares has quit IRC | 21:05 | |
*** exploreshaifali has quit IRC | 21:19 | |
*** amalagon has joined #openstack-zaqar | 21:23 | |
* vkmc lurks | 21:40 | |
*** flwang has joined #openstack-zaqar | 22:04 | |
flwang | flaper87: around? | 22:05 |
flaper87 | flwang: yes | 22:05 |
flwang | seems the fix doesn't work | 22:06 |
flaper87 | flwang: wait, there's another problem | 22:06 |
flaper87 | I already talked with keystone guys | 22:06 |
flaper87 | the fix should be landing soon | 22:06 |
flaper87 | and a new keystonemiddleware release will be issued | 22:06 |
flwang | flaper87: wow, ok | 22:06 |
flaper87 | :) | 22:06 |
flwang | shit | 22:06 |
flwang | but cool | 22:06 |
flwang | so we just need to wait, right? | 22:07 |
flaper87 | yeah | 22:09 |
flwang | flaper87: ok, i'm reading your mail | 22:10 |
flaper87 | flwang: https://review.openstack.org/#/c/140765/ | 22:10 |
flaper87 | the email referred to the other issue | 22:10 |
flaper87 | yeah, there were 2 | 22:10 |
flaper87 | :D | 22:10 |
flaper87 | https://review.openstack.org/#/c/140765/ <- this is for the one your patch is hitting now | 22:10 |
flwang | WTF | 22:11 |
flaper87 | :P | 22:12 |
flwang | btw, did you think about the message publish of notification? | 22:12 |
flwang | i mean when there is a new msg post to a queue, how to call taskflow to send it out? | 22:13 |
flwang | i'm thinking if there is a way which won't impact current post msg performance | 22:14 |
*** vkmc has quit IRC | 22:18 | |
*** amitgandhinz has quit IRC | 22:53 | |
*** sriram1 has quit IRC | 22:58 | |
*** mpanetta has quit IRC | 23:00 | |
*** ametts has quit IRC | 23:21 | |
*** flwang has quit IRC | 23:26 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!