[openstack-dev] [nova][oslo_messaging]Enabling notifications from nova

2015-04-16 Thread Eduard Matei
Hi, I've been trying to enable nova notifications on various actions, but nothing is actually sent. I found the cause in the _notify method of /usr/local/lib/python2.7/dist-packages/oslo_messaging/notify/notifier.py. There it performs a check "if self._driver_mgr.extensions" which always returns F

Re: [openstack-dev] [nova][oslo_messaging]Enabling notifications from nova

2015-04-16 Thread Swann Croiset
Hi, try to configure nova.conf: [DEFAULT] notification_driver=messaging BR 2015-04-16 11:04 GMT+02:00 Eduard Matei : > > > Hi, > > I've been trying to enable nova notifications on various actions, but > nothing is actually sent. > I found the cause in the _notify method > of /usr/local/lib/pyt

Re: [openstack-dev] [nova][oslo_messaging]Enabling notifications from nova

2015-04-16 Thread Eduard Matei
Thanks Swann, that did the trick. Ed On Thu, Apr 16, 2015 at 2:44 PM, Swann Croiset wrote: > Hi, > try to configure nova.conf: > > [DEFAULT] > notification_driver=messaging > > BR > > > 2015-04-16 11:04 GMT+02:00 Eduard Matei : > >> >> >> Hi, >> >> I've been trying to enable nova notifications

Re: [openstack-dev] [nova][oslo_messaging]Enabling notifications from nova

2015-04-16 Thread Sandy Walsh
http://www.stacktach.com/about.html#enabling? From: Eduard Matei Sent: Thursday, April 16, 2015 6:04 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [nova][oslo_messaging]Enabling notifications from nova Hi, I&#x