[openstack-dev] [keystone] [oslo] new unified limit library

Chris Friesen chris.friesen at windriver.com
Wed Mar 7 19:20:18 UTC 2018


On 03/07/2018 10:33 AM, Tim Bell wrote:
> Sorry, I remember more detail now... it was using the 'owner' of the VM as part of the policy rather than quota.
>
> Is there a per-user/per-group quota in Nova?

Nova supports setting quotas for individual users within a project (as long as 
they are smaller than the project quota for that resource).  I'm not sure how 
much it's actually used, or if they want to get rid of it.  (Maybe melwitt can 
chime in.)  But it's there now.

As you can see at 
"https://developer.openstack.org/api-ref/compute/#update-quotas", there's an 
optional "user_id" field in the request.  Same thing for the "delete" and 
"detailed get" operations.

Chris



More information about the OpenStack-dev mailing list