Limit quota per user
I was searching and reading some documentation how to limit quota per user using python and i can find some good example how to do it. I want to implement it using django
First time here? Check out the FAQ!
I was searching and reading some documentation how to limit quota per user using python and i can find some good example how to do it. I want to implement it using django
To quote from the Operations Guide, "OpenStack provides a number of quotas which are all enforced at the project (rather than user) level."
http://docs.openstack.org/folsom/openstack-ops/content/projects_users.html#quotas
I don't believe you can implement quotas per user without changing the underlying project (coded in Python) even if you try to work on the OpenStack Dashboard (Horizon) in Django.
per projects can limit
Asked: 2013-04-02 03:02:49 -0600
Seen: 307 times
Last updated: Apr 11 '13
Control quota for the network bandwidth resource
how to edit volume in quota with neutron command?
How to create quota using rest api? [closed]
how to exclude shutoff instances from quota limitation
HEAT template with OS::Cinder::Quota failing
ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500)
Error: Unable to retrieve volume limit information. [closed]
Why doesn't Openstack free resources when instance is shelved
Please detail your question further, for which project? for Swift, Nova, Quantum?
Can you please be more specific about what you're trying to achieve? I'm not sure exactly what you're referring to, if it's disk space quota (for block storage or object storage? And why are you referring to django?