Re: [openstack-dev] [Ceilometer] Allow multiple projects (tenants) in the received kwargs for v2 queries

2013-09-18 Thread Julien Danjou
On Wed, Sep 18 2013, Pendergrass, Eric wrote: > What do you think about this? > > Can the 'project' key change to 'projects' to support this? You can't change the current API, though you can extend it. Having some sort of OR operator is something that I think we would like. However, that's someth

[openstack-dev] [Ceilometer] Allow multiple projects (tenants) in the received kwargs for v2 queries

2013-09-17 Thread Pendergrass, Eric
I'm implementing a role based access control system where I'll use a list of projects to determine which projects a user can query. This project list will come from an upstream filter based on roles associated with the user's auth token. In the current v2/meters/ (Sample) code, the kwargs rece