*** lbragstad has quit IRC | 00:49 | |
*** cdent has quit IRC | 01:01 | |
*** larainema has joined #openstack-oslo | 01:46 | |
*** chhagarw has joined #openstack-oslo | 04:34 | |
*** larainema has quit IRC | 05:12 | |
*** jbadiapa has joined #openstack-oslo | 05:51 | |
*** jbadiapa has quit IRC | 06:17 | |
openstackgerrit | Morgan Fainberg proposed openstack/oslo.cache master: Pass `flush_on_reconnect` to memcache backends by default https://review.openstack.org/644774 | 06:25 |
---|---|---|
*** jaosorior has joined #openstack-oslo | 06:33 | |
kmalloc | ^ i can replicate that in keystone, but it is much lower barrier to release it from oslo.cache i think. | 06:33 |
kmalloc | ksm needs special cases for backporting =/ | 06:33 |
kmalloc | that is ultimately backportable | 06:33 |
*** Luzi has joined #openstack-oslo | 06:45 | |
*** e0ne has joined #openstack-oslo | 07:17 | |
*** pcaruana has joined #openstack-oslo | 07:20 | |
*** e0ne has quit IRC | 07:27 | |
*** tosky has joined #openstack-oslo | 07:29 | |
*** e0ne has joined #openstack-oslo | 07:42 | |
*** e0ne has quit IRC | 08:15 | |
*** rcernin has quit IRC | 08:38 | |
*** snapiri has quit IRC | 08:43 | |
*** rakhmerov has quit IRC | 08:48 | |
*** Luzi has quit IRC | 08:59 | |
*** snapiri has joined #openstack-oslo | 09:05 | |
*** jbadiapa has joined #openstack-oslo | 09:17 | |
*** jaosorior has quit IRC | 09:36 | |
*** chhagarw has quit IRC | 09:49 | |
*** chhagarw has joined #openstack-oslo | 09:50 | |
*** iurygregory has joined #openstack-oslo | 09:55 | |
*** jbadiapa has quit IRC | 09:56 | |
*** jbadiapa has joined #openstack-oslo | 10:16 | |
*** cdent has joined #openstack-oslo | 10:27 | |
iurygregory | Good morning everyone o/ , newbie question for someone that never used oslo.messaging XD, I would like to create a new driver for the oslo messaging notifier just to write the messages in a file, to create the plugin I would just need to create a driver based on notifier.Driver and to have it available to some openstack service under the oslo namespace i would need to just add an entry to [entry_points] in setup.cfg for | 10:31 |
iurygregory | oslo.messaging.notify.drivers ? =) This is just something I will be playing with but maybe can be a contribution upstream if people think is valid | 10:31 |
*** chhagarw has quit IRC | 10:32 | |
*** chhagarw has joined #openstack-oslo | 10:33 | |
*** cdent has left #openstack-oslo | 10:35 | |
*** jaosorior has joined #openstack-oslo | 10:35 | |
*** e0ne has joined #openstack-oslo | 10:45 | |
*** dave-mccowan has joined #openstack-oslo | 10:57 | |
*** iurygregory is now known as iurygregory|lunc | 10:58 | |
*** iurygregory|lunc is now known as iury|lunch | 10:58 | |
*** rcernin has joined #openstack-oslo | 11:28 | |
*** lpetrut has joined #openstack-oslo | 11:29 | |
openstackgerrit | Merged openstack/osprofiler master: Don't fail if sqlalchemy driver fails to initialize https://review.openstack.org/642407 | 11:29 |
*** pcaruana has quit IRC | 11:38 | |
*** raildo has joined #openstack-oslo | 11:45 | |
*** dave-mccowan has quit IRC | 11:51 | |
*** ansmith_ has quit IRC | 11:53 | |
*** e0ne has quit IRC | 12:07 | |
*** jbadiapa has quit IRC | 12:11 | |
*** iury|lunch is now known as iurygregory | 12:14 | |
*** pcaruana has joined #openstack-oslo | 12:16 | |
*** njohnston has quit IRC | 12:40 | |
*** njohnston has joined #openstack-oslo | 12:41 | |
*** ansmith has joined #openstack-oslo | 12:42 | |
*** kgiusti has joined #openstack-oslo | 12:47 | |
moguimar | iurygregory: I think you're on the right path to implement a driver, probably kgiusti can confirm if you're extending the right class. For an upstream contrib, I think a spec patch would be the right place for discussion around it. | 12:54 |
iurygregory | moguimar, thank you! I will wait for kgiusti =) | 12:55 |
kgiusti | iurygregory: no need to wait - what's up? | 12:56 |
*** jaosorior has quit IRC | 12:56 | |
iurygregory | hi kgiusti o/, im trying to create a new notification driver for oslo.messaging that will write the notifications to a file , the correct path since this is not upstream would be create a driver with notifier.Driver class? and to have it installed as valid driver for oslo.messaging.notify.drivers i would just need to add information to the setup.cfg in my repo? | 12:58 |
kgiusti | iurygregory: yes that's basically it - see the various _impl_xxx.py files in oslo_messaging/notify as a guide | 13:01 |
iurygregory | kgiusti, ack o/ i was looking at them I just wanted to make sure I was in the right path =) | 13:02 |
iurygregory | tyvm | 13:02 |
kgiusti | iurygregory: np - thanks for improving oslo.messaging! | 13:03 |
iurygregory | kgiusti, you think is worth have a driver that will write the notifications to a file? after have it working i can push upstream | 13:04 |
iurygregory | its just for some tests but I will be glad to push upstream if the community think will bring benefits =) | 13:05 |
*** lbragstad has joined #openstack-oslo | 13:07 | |
kgiusti | iurygregory: one possible alternative to consider is if the "routing" driver can be used to write to a file... I'd have to think about that a bit. | 13:09 |
kgiusti | iurygregory: not sure who if anyone is using the routing driver - one sec.... | 13:09 |
iurygregory | kgiusti, ack =) | 13:09 |
kgiusti | iurygregory: codesearch doesn't find any current openstack projects using the routing driver: http://codesearch.openstack.org/?q=RoutingDriver&i=nope&files=&repos= | 13:11 |
*** rcernin has quit IRC | 13:16 | |
*** e0ne has joined #openstack-oslo | 13:16 | |
kgiusti | iurygregory: ok - nevermind the routing notifier it's not what I thought it was | 13:17 |
iurygregory | kgiusti, oh ok =) | 13:17 |
kgiusti | iurygregory: to be honest I've never used it | 13:17 |
iurygregory | gotcha, np o/ | 13:18 |
kgiusti | iurygregory: from what I can tell it 'routes' notification events to the other 'real' drivers (messaging, log, etc) based on a config file | 13:18 |
kgiusti | iurygregory: so it really isn't a proper notification driver | 13:19 |
iurygregory | kgiusti, got it | 13:19 |
*** jbadiapa has joined #openstack-oslo | 13:21 | |
*** jaosorior has joined #openstack-oslo | 13:21 | |
kgiusti | iurygregory: but there is the _impl_log.py driver - take a look at that. If I understand correctly that driver sends notifications to the python logging subsystem, which I *think* can be configured to send logs to a file... | 13:25 |
iurygregory | kgiusti, ack o/ tks for your help =D | 13:26 |
kgiusti | iurygregory: yw! | 13:26 |
*** njohnston has quit IRC | 13:30 | |
*** njohnston has joined #openstack-oslo | 13:31 | |
*** njohnston has quit IRC | 13:36 | |
*** njohnston has joined #openstack-oslo | 13:37 | |
*** Luzi has joined #openstack-oslo | 14:03 | |
*** jbadiapa has quit IRC | 14:51 | |
*** lpetrut has quit IRC | 15:01 | |
openstackgerrit | jacky06 proposed openstack/oslo.middleware master: Update hacking version https://review.openstack.org/641394 | 15:09 |
openstackgerrit | jacky06 proposed openstack/oslo.middleware master: Update hacking version https://review.openstack.org/641394 | 15:10 |
*** Luzi has quit IRC | 15:17 | |
openstackgerrit | Ben Nemec proposed openstack/oslo.cache master: Noop test https://review.openstack.org/644900 | 15:23 |
openstackgerrit | Merged openstack/oslo.messaging stable/stein: Update UPPER_CONSTRAINTS_FILE for stable/stein https://review.openstack.org/644068 | 15:25 |
*** lpetrut has joined #openstack-oslo | 15:54 | |
*** lpetrut has quit IRC | 16:12 | |
*** jbadiapa has joined #openstack-oslo | 16:22 | |
*** altlogbot_3 has joined #openstack-oslo | 16:40 | |
*** altlogbot_3 has quit IRC | 16:41 | |
*** hberaud has quit IRC | 16:43 | |
*** jbadiapa has quit IRC | 17:07 | |
*** e0ne has quit IRC | 17:07 | |
openstackgerrit | Ben Nemec proposed openstack-dev/pbr master: Typo fix: s/extract_mesages/extract_messages/ https://review.openstack.org/644942 | 17:16 |
openstackgerrit | Ben Nemec proposed openstack-dev/pbr master: Fix nits and typos on release note message. https://review.openstack.org/644563 | 17:19 |
*** altlogbot_3 has joined #openstack-oslo | 17:26 | |
*** altlogbot_3 has quit IRC | 17:28 | |
*** altlogbot_3 has joined #openstack-oslo | 17:30 | |
*** raildo has quit IRC | 18:05 | |
*** hberaud has joined #openstack-oslo | 18:09 | |
*** e0ne has joined #openstack-oslo | 18:17 | |
*** irclogbot_2 has quit IRC | 18:21 | |
*** irclogbot_0 has joined #openstack-oslo | 18:24 | |
*** irclogbot_0 has quit IRC | 18:27 | |
*** irclogbot_2 has joined #openstack-oslo | 18:29 | |
*** dougwig has quit IRC | 18:32 | |
*** geekinutah has quit IRC | 18:32 | |
*** geekinutah has joined #openstack-oslo | 18:34 | |
*** dougwig has joined #openstack-oslo | 18:45 | |
*** chhagarw has quit IRC | 18:50 | |
*** e0ne has quit IRC | 18:53 | |
*** altlogbot_3 has quit IRC | 19:00 | |
*** altlogbot_1 has joined #openstack-oslo | 19:02 | |
*** altlogbot_1 has quit IRC | 19:06 | |
*** altlogbot_2 has joined #openstack-oslo | 19:07 | |
*** lpetrut has joined #openstack-oslo | 19:08 | |
*** lpetrut has quit IRC | 19:12 | |
*** irclogbot_2 has quit IRC | 19:16 | |
*** irclogbot_0 has joined #openstack-oslo | 19:17 | |
*** irclogbot_0 has quit IRC | 19:30 | |
*** irclogbot_0 has joined #openstack-oslo | 19:31 | |
*** altlogbot_2 has quit IRC | 19:34 | |
*** altlogbot_3 has joined #openstack-oslo | 19:36 | |
*** dhellmann has quit IRC | 19:57 | |
*** dhellmann has joined #openstack-oslo | 19:59 | |
*** irclogbot_0 has quit IRC | 20:45 | |
*** irclogbot_3 has joined #openstack-oslo | 20:47 | |
*** ansmith has quit IRC | 20:48 | |
*** e0ne has joined #openstack-oslo | 20:52 | |
*** altlogbot_3 has quit IRC | 20:53 | |
*** altlogbot_2 has joined #openstack-oslo | 20:55 | |
*** kgiusti has left #openstack-oslo | 21:05 | |
openstackgerrit | Merged openstack-dev/pbr master: Fix error when keywords are defined as a list in cfg https://review.openstack.org/639661 | 21:37 |
*** ansmith has joined #openstack-oslo | 21:50 | |
*** e0ne has quit IRC | 22:00 | |
*** njohnston has quit IRC | 22:09 | |
*** njohnston has joined #openstack-oslo | 22:09 | |
*** pcaruana has quit IRC | 22:11 | |
*** rcernin has joined #openstack-oslo | 22:57 | |
*** rcernin has quit IRC | 22:58 | |
*** rcernin has joined #openstack-oslo | 22:58 | |
*** tosky has quit IRC | 23:31 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!