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 -0500
Seen: 387 times
Last updated: Apr 11 '13
How to create quota using rest api? [closed]
Control quota for the network bandwidth resource
max number of volumes allowed exceeded for quota silver
How do you assign a quota class to a project?
Requested volume exceeds quota, with 8 volumes in Dashboard
How to custom a dashboard table action's request url
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?