Re: [Openstack] Quota classes, Store quota data relation

2012-11-28 Thread Everett Toews
Store Quota Data (in Keystone) is only intended to be a very simple way to store quotas centrally. It is not related to quota classes and there are no plans to do so. That blueprint came out of a use case to have quotas in Swift. However, Swift doesn't store any user/tenant/project data so it

Re: [Openstack] Quota classes, Store quota data relation

2012-11-28 Thread Aguiar, Glaucimar (Brazil RD-ECL)
, Glaucimar (Brazil RD-ECL); openstack@lists.launchpad.net Subject: Re: [Openstack] Quota classes, Store quota data relation Store Quota Data (in Keystone) is only intended to be a very simple way to store quotas centrally. It is not related to quota classes and there are no plans to do so

Re: [Openstack] Quota classes, Store quota data relation

2012-11-28 Thread Everett Toews
@lists.launchpad.netmailto:openstack@lists.launchpad.net Subject: RE: [Openstack] Quota classes, Store quota data relation Thanks Everett! So, does this mean that nova continue to store quotas assigned to projects as well as keystone? Meaning they will be duplicated

Re: [Openstack] Quota classes, Store quota data relation

2012-11-28 Thread Aguiar, Glaucimar (Brazil RD-ECL)
Got it! Thank you much. Glaucimar Aguiar From: Everett Toews [mailto:everett.to...@rackspace.com] Sent: quarta-feira, 28 de novembro de 2012 19:46 To: Aguiar, Glaucimar (Brazil RD-ECL); openstack@lists.launchpad.net Subject: Re: [Openstack] Quota classes, Store quota data relation From

Re: [Openstack] Quota classes

2012-04-04 Thread Eoghan Glynn
Eoghan Glynn wrote: - how is the mapping between project and quota-class established? I was expecting a project_quota_class_association table or some-such in the nova DB. Is this association maintained by keystone instead? - is the quota_class attribute currently

Re: [Openstack] Quota classes

2012-03-30 Thread Eoghan Glynn
I wanted to let everyone know about a quota classes blueprint I've submitted; you can find the details here: * https://blueprints.launchpad.net/nova/+spec/quota-classes * http://wiki.openstack.org/QuotaClass I've already implemented this blueprint and pushed to Gerrit, but have it

Re: [Openstack] Quota classes

2012-03-30 Thread Kevin L. Mitchell
On Fri, 2012-03-30 at 08:31 -0400, Eoghan Glynn wrote: A couple of quick questions on how this quota class mechanism is intended to work ... - how is the mapping between project and quota-class established? I was expecting a project_quota_class_association table or some-such in the nova

Re: [Openstack] Quota classes

2012-03-30 Thread Eoghan Glynn
Eoghan Glynn wrote: A couple of quick questions on how this quota class mechanism is intended to work ... - how is the mapping between project and quota-class established? I was expecting a project_quota_class_association table or some-such in the nova DB. Is this association

Re: [Openstack] Quota classes

2012-03-30 Thread Kevin L. Mitchell
On Fri, 2012-03-30 at 14:41 -0400, Eoghan Glynn wrote: I envisioned that, ultimately, the quota_class would be set by the authentication processing middleware(s), but I'm not against adding an association to nova to manage that. Presumably we'd also need some additional logic in the

Re: [Openstack] Quota classes

2012-03-30 Thread Eoghan Glynn
Presumably we'd also need some additional logic in the quota-classes API extension to allow tenant-to-quota-class mappings be established and torn down? Well, yeah :) Cool, captured in https://bugs.launchpad.net/nova/+bug/969537 I'll propose a patch early next week. Cheers, Eoghan

Re: [Openstack] Quota classes

2012-03-19 Thread Day, Phil
@lists.launchpad.net] On Behalf Of Jay Pipes Sent: 17 March 2012 16:25 To: openstack@lists.launchpad.net Subject: Re: [Openstack] Quota classes On 03/16/2012 07:02 PM, Jesse Andrews wrote: There is the concept of limits that are very similar. Should we align quotas limits? Oh, yes please

Re: [Openstack] Quota classes

2012-03-19 Thread Mark Washenberger
=hp@lists.launchpad.net [mailto:openstack-bounces+philip.day=hp@lists.launchpad.net] On Behalf Of Jay Pipes Sent: 17 March 2012 16:25 To: openstack@lists.launchpad.net Subject: Re: [Openstack] Quota classes On 03/16/2012 07:02 PM, Jesse Andrews wrote: There is the concept of limits

Re: [Openstack] Quota classes

2012-03-19 Thread Kevin L. Mitchell
On Sat, 2012-03-17 at 12:24 -0400, Jay Pipes wrote: On 03/16/2012 07:02 PM, Jesse Andrews wrote: There is the concept of limits that are very similar. Should we align quotas limits? Jesse: I'll point out that they are intimately related; they just have different names. You can see the

Re: [Openstack] Quota classes

2012-03-19 Thread Day, Phil
@lists.launchpad.net Subject: Re: [Openstack] Quota classes On 03/16/2012 07:02 PM, Jesse Andrews wrote: There is the concept of limits that are very similar. Should we align quotas limits? Oh, yes please! :) And make it configurable via a REST API, since editing config files ain't the most admin

Re: [Openstack] Quota classes

2012-03-17 Thread Jay Pipes
On 03/16/2012 07:02 PM, Jesse Andrews wrote: There is the concept of limits that are very similar. Should we align quotas limits? Oh, yes please! :) And make it configurable via a REST API, since editing config files ain't the most admin-friendly thang ;) /me waits for Jorge to bring up

Re: [Openstack] Quota classes

2012-03-16 Thread Joshua Harlow
Is there anyway we can make sure that blueprints have a lot more in them. That's great for a introduction but I'd really like to see design plans, how it was done, the architecture, the api Is there a recommendation for this (which really should be enforced)? I think I remember seeing one

Re: [Openstack] Quota classes

2012-03-16 Thread Jesse Andrews
There is the concept of limits that are very similar. Should we align quotas limits? j On Fri, Mar 16, 2012 at 2:56 PM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: I wanted to let everyone know about a quota classes blueprint I've submitted; you can find the details here: *