Wednesday, 2019-03-20

*** lbragstad has quit IRC00:49
*** cdent has quit IRC01:01
*** larainema has joined #openstack-oslo01:46
*** chhagarw has joined #openstack-oslo04:34
*** larainema has quit IRC05:12
*** jbadiapa has joined #openstack-oslo05:51
*** jbadiapa has quit IRC06:17
openstackgerritMorgan Fainberg proposed openstack/oslo.cache master: Pass `flush_on_reconnect` to memcache backends by default  https://review.openstack.org/64477406:25
*** jaosorior has joined #openstack-oslo06:33
kmalloc^ i can replicate that in keystone, but it is much lower barrier to release it from oslo.cache i think.06:33
kmallocksm needs special cases for backporting =/06:33
kmallocthat is ultimately backportable06:33
*** Luzi has joined #openstack-oslo06:45
*** e0ne has joined #openstack-oslo07:17
*** pcaruana has joined #openstack-oslo07:20
*** e0ne has quit IRC07:27
*** tosky has joined #openstack-oslo07:29
*** e0ne has joined #openstack-oslo07:42
*** e0ne has quit IRC08:15
*** rcernin has quit IRC08:38
*** snapiri has quit IRC08:43
*** rakhmerov has quit IRC08:48
*** Luzi has quit IRC08:59
*** snapiri has joined #openstack-oslo09:05
*** jbadiapa has joined #openstack-oslo09:17
*** jaosorior has quit IRC09:36
*** chhagarw has quit IRC09:49
*** chhagarw has joined #openstack-oslo09:50
*** iurygregory has joined #openstack-oslo09:55
*** jbadiapa has quit IRC09:56
*** jbadiapa has joined #openstack-oslo10:16
*** cdent has joined #openstack-oslo10:27
iurygregoryGood 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 for10:31
iurygregoryoslo.messaging.notify.drivers ? =) This is just something I will be playing with but maybe can be a contribution upstream if people think is valid10:31
*** chhagarw has quit IRC10:32
*** chhagarw has joined #openstack-oslo10:33
*** cdent has left #openstack-oslo10:35
*** jaosorior has joined #openstack-oslo10:35
*** e0ne has joined #openstack-oslo10:45
*** dave-mccowan has joined #openstack-oslo10:57
*** iurygregory is now known as iurygregory|lunc10:58
*** iurygregory|lunc is now known as iury|lunch10:58
*** rcernin has joined #openstack-oslo11:28
*** lpetrut has joined #openstack-oslo11:29
openstackgerritMerged openstack/osprofiler master: Don't fail if sqlalchemy driver fails to initialize  https://review.openstack.org/64240711:29
*** pcaruana has quit IRC11:38
*** raildo has joined #openstack-oslo11:45
*** dave-mccowan has quit IRC11:51
*** ansmith_ has quit IRC11:53
*** e0ne has quit IRC12:07
*** jbadiapa has quit IRC12:11
*** iury|lunch is now known as iurygregory12:14
*** pcaruana has joined #openstack-oslo12:16
*** njohnston has quit IRC12:40
*** njohnston has joined #openstack-oslo12:41
*** ansmith has joined #openstack-oslo12:42
*** kgiusti has joined #openstack-oslo12:47
moguimariurygregory: 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
iurygregorymoguimar, thank you! I will wait for kgiusti =)12:55
kgiustiiurygregory: no need to wait - what's up?12:56
*** jaosorior has quit IRC12:56
iurygregoryhi 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
kgiustiiurygregory: yes that's basically it - see the various _impl_xxx.py files in oslo_messaging/notify as a guide13:01
iurygregorykgiusti, ack o/ i was looking at them I just wanted to make sure I was in the right path =)13:02
iurygregorytyvm13:02
kgiustiiurygregory: np - thanks for improving oslo.messaging!13:03
iurygregorykgiusti, you think is worth have a driver that will write the notifications to a file? after have it working i can push upstream13:04
iurygregoryits 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-oslo13:07
kgiustiiurygregory: 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
kgiustiiurygregory: not sure who if anyone is using the routing driver - one sec....13:09
iurygregorykgiusti, ack =)13:09
kgiustiiurygregory: 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 IRC13:16
*** e0ne has joined #openstack-oslo13:16
kgiustiiurygregory: ok - nevermind the routing notifier it's not what I thought it was13:17
iurygregorykgiusti, oh ok =)13:17
kgiustiiurygregory: to be honest I've never used it13:17
iurygregorygotcha, np o/13:18
kgiustiiurygregory: from what I can tell it 'routes' notification events to the other 'real' drivers (messaging, log, etc) based on a config file13:18
kgiustiiurygregory: so it really isn't a proper notification driver13:19
iurygregorykgiusti, got it13:19
*** jbadiapa has joined #openstack-oslo13:21
*** jaosorior has joined #openstack-oslo13:21
kgiustiiurygregory: 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
iurygregorykgiusti, ack o/ tks for your help =D13:26
kgiustiiurygregory: yw!13:26
*** njohnston has quit IRC13:30
*** njohnston has joined #openstack-oslo13:31
*** njohnston has quit IRC13:36
*** njohnston has joined #openstack-oslo13:37
*** Luzi has joined #openstack-oslo14:03
*** jbadiapa has quit IRC14:51
*** lpetrut has quit IRC15:01
openstackgerritjacky06 proposed openstack/oslo.middleware master: Update hacking version  https://review.openstack.org/64139415:09
openstackgerritjacky06 proposed openstack/oslo.middleware master: Update hacking version  https://review.openstack.org/64139415:10
*** Luzi has quit IRC15:17
openstackgerritBen Nemec proposed openstack/oslo.cache master: Noop test  https://review.openstack.org/64490015:23
openstackgerritMerged openstack/oslo.messaging stable/stein: Update UPPER_CONSTRAINTS_FILE for stable/stein  https://review.openstack.org/64406815:25
*** lpetrut has joined #openstack-oslo15:54
*** lpetrut has quit IRC16:12
*** jbadiapa has joined #openstack-oslo16:22
*** altlogbot_3 has joined #openstack-oslo16:40
*** altlogbot_3 has quit IRC16:41
*** hberaud has quit IRC16:43
*** jbadiapa has quit IRC17:07
*** e0ne has quit IRC17:07
openstackgerritBen Nemec proposed openstack-dev/pbr master: Typo fix: s/extract_mesages/extract_messages/  https://review.openstack.org/64494217:16
openstackgerritBen Nemec proposed openstack-dev/pbr master: Fix nits and typos on release note message.  https://review.openstack.org/64456317:19
*** altlogbot_3 has joined #openstack-oslo17:26
*** altlogbot_3 has quit IRC17:28
*** altlogbot_3 has joined #openstack-oslo17:30
*** raildo has quit IRC18:05
*** hberaud has joined #openstack-oslo18:09
*** e0ne has joined #openstack-oslo18:17
*** irclogbot_2 has quit IRC18:21
*** irclogbot_0 has joined #openstack-oslo18:24
*** irclogbot_0 has quit IRC18:27
*** irclogbot_2 has joined #openstack-oslo18:29
*** dougwig has quit IRC18:32
*** geekinutah has quit IRC18:32
*** geekinutah has joined #openstack-oslo18:34
*** dougwig has joined #openstack-oslo18:45
*** chhagarw has quit IRC18:50
*** e0ne has quit IRC18:53
*** altlogbot_3 has quit IRC19:00
*** altlogbot_1 has joined #openstack-oslo19:02
*** altlogbot_1 has quit IRC19:06
*** altlogbot_2 has joined #openstack-oslo19:07
*** lpetrut has joined #openstack-oslo19:08
*** lpetrut has quit IRC19:12
*** irclogbot_2 has quit IRC19:16
*** irclogbot_0 has joined #openstack-oslo19:17
*** irclogbot_0 has quit IRC19:30
*** irclogbot_0 has joined #openstack-oslo19:31
*** altlogbot_2 has quit IRC19:34
*** altlogbot_3 has joined #openstack-oslo19:36
*** dhellmann has quit IRC19:57
*** dhellmann has joined #openstack-oslo19:59
*** irclogbot_0 has quit IRC20:45
*** irclogbot_3 has joined #openstack-oslo20:47
*** ansmith has quit IRC20:48
*** e0ne has joined #openstack-oslo20:52
*** altlogbot_3 has quit IRC20:53
*** altlogbot_2 has joined #openstack-oslo20:55
*** kgiusti has left #openstack-oslo21:05
openstackgerritMerged openstack-dev/pbr master: Fix error when keywords are defined as a list in cfg  https://review.openstack.org/63966121:37
*** ansmith has joined #openstack-oslo21:50
*** e0ne has quit IRC22:00
*** njohnston has quit IRC22:09
*** njohnston has joined #openstack-oslo22:09
*** pcaruana has quit IRC22:11
*** rcernin has joined #openstack-oslo22:57
*** rcernin has quit IRC22:58
*** rcernin has joined #openstack-oslo22:58
*** tosky has quit IRC23:31

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!