summaryrefslogtreecommitdiffstats
path: root/nova/quota.py
Commit message (Expand)AuthorAgeFilesLines
* Moved __init__ api code to api.py and changed allowed_instances quota method ...Eric Day2011-01-041-3/+3
* Moved network operation code in ec2 api into a generic network API class. Rem...Eric Day2010-12-301-5/+3
* Consolidated the start instance logic in the two API classes into a single me...Eric Day2010-11-241-0/+5
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-1/+2
* elevate in proper places, fix a couple of typosVishvananda Ishaya2010-10-131-3/+6
* renamed _get_quota to get_quota and moved int(size) into quota.pyVishvananda Ishaya2010-09-131-4/+5
* add missing files for quotaVishvananda Ishaya2010-09-091-0/+91