| *** bobh has joined #openstack-oslo | 01:16 | |
| *** threestrands has joined #openstack-oslo | 01:24 | |
| *** bobh has quit IRC | 01:40 | |
| *** bobh has joined #openstack-oslo | 02:14 | |
| *** bobh has quit IRC | 02:15 | |
| *** lbragstad has quit IRC | 02:30 | |
| *** bobh has joined #openstack-oslo | 02:47 | |
| *** bobh has quit IRC | 02:58 | |
| *** chhagarw has joined #openstack-oslo | 03:24 | |
| *** chhagarw has quit IRC | 03:28 | |
| *** chhagarw has joined #openstack-oslo | 04:09 | |
| *** e0ne has joined #openstack-oslo | 04:35 | |
| *** e0ne has quit IRC | 04:42 | |
| *** e0ne has joined #openstack-oslo | 04:44 | |
| *** e0ne has quit IRC | 05:16 | |
| *** e0ne has joined #openstack-oslo | 05:40 | |
| *** e0ne has quit IRC | 05:59 | |
| *** aojea has joined #openstack-oslo | 06:06 | |
| *** pcaruana has joined #openstack-oslo | 06:11 | |
| *** chhagarw has quit IRC | 06:22 | |
| *** chhagarw has joined #openstack-oslo | 06:22 | |
| *** iurygregory has joined #openstack-oslo | 06:49 | |
| *** tosky has joined #openstack-oslo | 07:29 | |
| *** hberaud|gone is now known as hberaud | 07:39 | |
| *** e0ne has joined #openstack-oslo | 07:51 | |
| *** rcernin has quit IRC | 08:13 | |
| *** rcernin has joined #openstack-oslo | 08:27 | |
| *** e0ne has quit IRC | 08:38 | |
| *** e0ne has joined #openstack-oslo | 08:42 | |
| *** e0ne has quit IRC | 08:43 | |
| *** e0ne has joined #openstack-oslo | 08:43 | |
| *** e0ne has quit IRC | 08:58 | |
| *** e0ne has joined #openstack-oslo | 08:59 | |
| *** e0ne has quit IRC | 09:02 | |
| openstackgerrit | Hervé Beraud proposed openstack/oslo.middleware stable/stein: Do not use the deprecated best_match() method https://review.openstack.org/653361 | 09:08 |
|---|---|---|
| *** e0ne has joined #openstack-oslo | 09:09 | |
| *** snapiri has joined #openstack-oslo | 09:28 | |
| *** threestrands has quit IRC | 09:36 | |
| *** e0ne has quit IRC | 09:37 | |
| *** lpetrut has joined #openstack-oslo | 09:40 | |
| *** e0ne has joined #openstack-oslo | 09:40 | |
| *** e0ne has quit IRC | 09:46 | |
| *** e0ne has joined #openstack-oslo | 09:53 | |
| *** e0ne has quit IRC | 10:27 | |
| *** e0ne has joined #openstack-oslo | 10:31 | |
| *** a-pugachev has joined #openstack-oslo | 10:31 | |
| *** hberaud is now known as hberaud|lunch | 10:44 | |
| *** raildo has joined #openstack-oslo | 11:48 | |
| *** bobh has joined #openstack-oslo | 11:51 | |
| *** bobh has quit IRC | 11:54 | |
| *** e0ne has quit IRC | 12:00 | |
| *** bobh has joined #openstack-oslo | 12:01 | |
| *** aojea has quit IRC | 12:02 | |
| *** bobh has quit IRC | 12:05 | |
| *** hberaud|lunch is now known as hberaud | 12:08 | |
| *** e0ne has joined #openstack-oslo | 12:10 | |
| *** a-pugachev has quit IRC | 12:15 | |
| *** a-pugachev has joined #openstack-oslo | 12:18 | |
| *** kgiusti has joined #openstack-oslo | 12:20 | |
| *** pcaruana has quit IRC | 12:30 | |
| *** e0ne has quit IRC | 12:34 | |
| *** pcaruana has joined #openstack-oslo | 12:53 | |
| *** lbragstad has joined #openstack-oslo | 12:56 | |
| *** e0ne has joined #openstack-oslo | 12:58 | |
| gsantomaggio | Hello, | 13:04 |
| gsantomaggio | Working for RabbitMQ IPV6 distribution modules. | 13:04 |
| gsantomaggio | https://github.com/rabbitmq/rabbitmq-server/pull/1982 | 13:04 |
| gsantomaggio | ( not related with AMQP IPV6 listener, that already works, this is between Erlang and EPMD ) | 13:04 |
| openstackgerrit | Merged openstack/osprofiler master: Dropping the py35 testing https://review.openstack.org/652816 | 13:04 |
| gsantomaggio | In case you have servers with only ipv6 interfaces, or you want to configure the EPMD to listen only to the IPV6 interface | 13:05 |
| gsantomaggio | and also | 13:08 |
| gsantomaggio | Hi @kgiusti have you read this? https://github.com/celery/kombu/issues/1039 | 13:08 |
| gsantomaggio | once I get an answer I will work on the mandatory flag. | 13:08 |
| *** bobh has joined #openstack-oslo | 13:22 | |
| kgiusti | gsantomaggio: so the mandatory flag may actually be supported? | 13:22 |
| *** shardy has joined #openstack-oslo | 13:23 | |
| gsantomaggio | @kgiusti yes, I tried it and it works | 13:24 |
| gsantomaggio | I am still waiting an answer from them, I think the documentation is out of date. | 13:25 |
| kgiusti | gsantomaggio: if we want to have oslo.messaging support that flag we'd have to consider 1) what version of kombu started supporting it and 2) enable it via configuration as it would be a change in existing behavior IIUC. | 13:27 |
| *** e0ne has quit IRC | 13:30 | |
| gsantomaggio | @kgiusti yes, when I will finish with ipv6 stuff, will check it. | 13:30 |
| gsantomaggio | My idea is to introduce it as optional flag, and raise an callback, so the caller can decide what to do with the "unrouted" message. DOes it make sense to you? | 13:30 |
| kgiusti | gsantomaggio: yes - sounds like the way to go. | 13:33 |
| kgiusti | gsantomaggio: tho I wonder if simply raising a new type of MessagingException would be easier than a callback? Dunno - why don't you start with defining the user facing API changes first so it can be reviewed before you get too far into the implementation? | 13:36 |
| kgiusti | gsantomaggio: since it's a new feature. | 13:36 |
| kgiusti | gsantomaggio: I don't think such a small feature needs a blueprint, but I'll defer to Oslo's Maximum Leader... bnemec | 13:37 |
| gsantomaggio | @kgiusti I have to see how to put it inside OSLO, once I have an idea we can discuss about that :)! | 13:39 |
| bnemec | kgiusti: gsantomaggio: Sounds like something we could do as a wishlist bug. | 13:43 |
| gsantomaggio | great! yes | 13:44 |
| *** bobh_ has joined #openstack-oslo | 14:05 | |
| *** bobh has quit IRC | 14:06 | |
| *** lpetrut has quit IRC | 14:28 | |
| *** bobh_ has quit IRC | 14:33 | |
| openstackgerrit | Hervé Beraud proposed openstack/oslo.messaging master: Remove log translation and i18n https://review.openstack.org/652056 | 14:43 |
| *** iurygregory has quit IRC | 14:49 | |
| *** e0ne has joined #openstack-oslo | 14:53 | |
| *** iurygregory has joined #openstack-oslo | 14:54 | |
| *** lpetrut has joined #openstack-oslo | 15:01 | |
| *** bobh has joined #openstack-oslo | 15:11 | |
| openstackgerrit | Merged openstack/oslo.messaging master: Update messaging intermediaries for amqp1 tests https://review.openstack.org/625077 | 15:14 |
| *** a-pugachev_ has joined #openstack-oslo | 15:32 | |
| *** a-pugachev has quit IRC | 15:32 | |
| *** a-pugachev_ is now known as a-pugachev | 15:32 | |
| openstackgerrit | Sorin Sbarnea proposed openstack-dev/pbr master: Add openstack-tox-py37 job https://review.openstack.org/610659 | 15:35 |
| *** lpetrut has quit IRC | 15:42 | |
| *** a-pugachev_ has joined #openstack-oslo | 15:48 | |
| *** a-pugachev has quit IRC | 15:50 | |
| *** a-pugachev_ is now known as a-pugachev | 15:50 | |
| *** iurygregory has quit IRC | 15:53 | |
| *** bobh has quit IRC | 15:59 | |
| *** imacdonn has joined #openstack-oslo | 16:06 | |
| *** dims has quit IRC | 16:07 | |
| *** lpetrut has joined #openstack-oslo | 16:09 | |
| *** gus has quit IRC | 16:21 | |
| *** gus has joined #openstack-oslo | 16:23 | |
| *** dims has joined #openstack-oslo | 16:54 | |
| *** dims has quit IRC | 16:59 | |
| *** e0ne has quit IRC | 17:01 | |
| *** dims has joined #openstack-oslo | 17:01 | |
| *** hberaud is now known as hberaud|gone | 17:02 | |
| *** a-pugachev has quit IRC | 17:16 | |
| *** chhagarw has quit IRC | 17:43 | |
| *** chhagarw has joined #openstack-oslo | 17:48 | |
| *** bobh has joined #openstack-oslo | 17:50 | |
| *** chhagarw has quit IRC | 18:23 | |
| *** chhagarw has joined #openstack-oslo | 18:23 | |
| *** lpetrut has quit IRC | 18:41 | |
| *** lpetrut has joined #openstack-oslo | 18:42 | |
| *** chhagarw has quit IRC | 18:55 | |
| *** raildo has quit IRC | 19:05 | |
| *** e0ne has joined #openstack-oslo | 19:17 | |
| *** e0ne has quit IRC | 19:20 | |
| *** raildo has joined #openstack-oslo | 19:20 | |
| *** e0ne has joined #openstack-oslo | 19:22 | |
| *** lpetrut has quit IRC | 19:40 | |
| *** bobh has quit IRC | 19:56 | |
| *** raildo has quit IRC | 20:02 | |
| *** e0ne has quit IRC | 20:31 | |
| *** raildo has joined #openstack-oslo | 20:40 | |
| *** pcaruana has quit IRC | 20:43 | |
| *** shardy has quit IRC | 20:45 | |
| *** a-pugachev has joined #openstack-oslo | 21:40 | |
| *** lbragstad has quit IRC | 22:33 | |
| *** lbragstad has joined #openstack-oslo | 22:35 | |
| *** kgiusti has left #openstack-oslo | 22:51 | |
| *** zigo has quit IRC | 22:58 | |
| *** raildo has quit IRC | 23:07 | |
| *** tosky has quit IRC | 23:38 | |
| *** a-pugachev has quit IRC | 23:47 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!