Re: [openstack-dev] [keystone] Notification When Creating/Deleting a Tenant in openstack

2014-03-01 Thread Dolph Mathews
50 AM, Lance D Bragstad wrote: > >> Response below. >> >> >> Best Regards, >> >> Lance Bragstad >> ldbra...@us.ibm.com >> >> Nader Lahouti wrote on 02/24/2014 11:31:10 AM: >> >> > From: Nader Lahouti >> > To: "Ope

Re: [openstack-dev] [keystone] Notification When Creating/Deleting a Tenant in openstack

2014-02-28 Thread Nader Lahouti
> > Best Regards, > > Lance Bragstad > ldbra...@us.ibm.com > > Nader Lahouti wrote on 02/24/2014 11:31:10 AM: > > > From: Nader Lahouti > > To: "OpenStack Development Mailing List (not for usage questions)" > > , > > Date: 02/24/2014 11:37 AM

Re: [openstack-dev] [keystone] Notification When Creating/Deleting a Tenant in openstack

2014-02-24 Thread Nader Lahouti
agstad > ldbra...@us.ibm.com > > Nader Lahouti wrote on 02/24/2014 11:31:10 AM: > > > From: Nader Lahouti > > To: "OpenStack Development Mailing List (not for usage questions)" > > , > > Date: 02/24/2014 11:37 AM > > Subject: Re: [openstack-dev] [keyst

Re: [openstack-dev] [keystone] Notification When Creating/Deleting a Tenant in openstack

2014-02-24 Thread Lance D Bragstad
] [keystone] Notification When Creating/ > Deleting a Tenant in openstack > > Hi Swann, > > I was able to listen to keystone notification by setting > notifications in the keystone.conf file. I only needed the > notification (CURD) for project and handle it in my plugin code so

Re: [openstack-dev] [keystone] Notification When Creating/Deleting a Tenant in openstack

2014-02-24 Thread Nader Lahouti
Hi Swann, I was able to listen to keystone notification by setting notifications in the keystone.conf file. I only needed the notification (CURD) for project and handle it in my plugin code so don't need ceilometer to handle them. The other issue is that the notification is only for limited to res

Re: [openstack-dev] [keystone] Notification When Creating/Deleting a Tenant in openstack

2014-02-24 Thread Swann Croiset
Hi Nader, These notifications must be handled by Ceilometer like others [1]. it is surprising that it does not already identity meters indeed... probably nobody needs them before you. I guess it remains to open a BP and code them like I recently did for Heat [2] http://docs.openstack.org/develop

Re: [openstack-dev] [keystone] Notification When Creating/Deleting a Tenant in openstack

2014-02-20 Thread Nader Lahouti
Thanks Dolph for link. The document shows the format of the message and doesn't give any info on how to listen to the notification. Is there any other document showing the detail on how to listen or get these notifications ? Regards, Nader. > On Feb 20, 2014, at 9:06 AM, Dolph Mathews wrote:

Re: [openstack-dev] [keystone] Notification When Creating/Deleting a Tenant in openstack

2014-02-20 Thread Dolph Mathews
Yes, see: http://docs.openstack.org/developer/keystone/event_notifications.html On Thu, Feb 20, 2014 at 10:54 AM, Nader Lahouti wrote: > Hi All, > > I have a question regarding creating/deleting a tenant in openstack (using > horizon or CLI). Is there any notification mechanism in place so tha

[openstack-dev] [keystone] Notification When Creating/Deleting a Tenant in openstack

2014-02-20 Thread Nader Lahouti
Hi All, I have a question regarding creating/deleting a tenant in openstack (using horizon or CLI). Is there any notification mechanism in place so that an application get informed of such an event? If not, can it be done using plugin to send create/delete notification to an application? Appreci