summaryrefslogtreecommitdiffstats
path: root/nova/quota.py
Commit message (Expand)AuthorAgeFilesLines
* waldon's naming feedbackMark Washenberger2011-05-191-31/+33
* fixup absolute limits to latest 1.1 specMark Washenberger2011-05-181-11/+19
* support unlimited quotas in nova-manage and flagsMark Washenberger2011-05-171-2/+10
* add ram limits to instance quotasMark Washenberger2011-05-171-9/+17
* better function nameMark Washenberger2011-05-111-7/+7
* convert quota table to key-valueMark Washenberger2011-05-061-17/+27
* docstring cleanup, nova dirtermie2011-04-201-12/+11
* s/onset_files/injected_files/gMark Washenberger2011-03-151-15/+15
* switch to a more consistent usage of onset_files variable namesMark Washenberger2011-03-101-15/+15
* avoid possible string/int comparison problemsMark Washenberger2011-03-061-3/+3
* select cleanupsMark Washenberger2011-03-061-8/+6
* enforce personality quotasMark Washenberger2011-03-031-10/+17
* add support for quotas on file injectionMark Washenberger2011-03-021-6/+23
* Initial support for per-instance metadata, though the OpenStack API. Key/valu...Justin Santa Barbara2011-02-171-1/+13
* 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