summaryrefslogtreecommitdiffstats
path: root/nova/quota.py
Commit message (Expand)AuthorAgeFilesLines
* Fix quota logging on exceptionsChris Behrens2013-06-211-0/+2
* Editable default quota supportliyingjun2013-05-181-2/+8
* Set default fixed_ip quota to unlimited.Michael Still2013-03-291-1/+1
* Add quotas for fixed ips.Michael Still2013-03-151-0/+10
* Merge "Lazy load CONF.quota_driver."Jenkins2013-03-131-8/+13
|\
| * Lazy load CONF.quota_driver.Chris Behrens2013-03-121-8/+13
* | Fix quota issues with instance deletes.Chris Behrens2013-03-111-4/+17
|/
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-2/+2
* Merge "Expand quota logging"Jenkins2013-01-151-0/+2
|\
| * Expand quota loggingJoe Gordon2013-01-101-0/+2
* | Fix quota updating when admin deletes common user's instanceyugsuo2013-01-111-19/+64
|/
* Add NoopQuotaDriverChris Behrens2013-01-071-1/+187
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Remove nova-volume DBJoe Gordon2012-11-081-16/+2
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-6/+7
* Add call to reset quota usageKevin L. Mitchell2012-10-311-0/+46
* Revert per-user-quotasEoghan Glynn2012-08-161-184/+35
* Adds per-user-quotas support for more detailed quotas managementKylin CG2012-08-061-35/+184
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-2/+2
* Remove deprecated quota code.Kevin L. Mitchell2012-05-241-183/+0
* Rearchitect quota checking to partially fix bug 938317.Kevin L. Mitchell2012-05-161-0/+744
* Alphabetize importsJoe Gordon2012-05-141-1/+1
* Implement key pair quotas.Dan Prince2012-05-031-1/+19
* Implement security group quotas.Dan Prince2012-04-191-1/+35
* Standardize quota flag formatJoe Gordon2012-04-101-6/+6
* Use -1 end-to-end for unlimited quotasEoghan Glynn2012-04-051-4/+1
* Implement quota classes.Kevin L. Mitchell2012-03-201-4/+25
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Fix for bug 883310Mandell Degerness2012-02-031-3/+7
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-20/+35
* Clean up pylint errors in top-level filesBrian Waldon2011-12-291-1/+0
* Refactor of QuotaErrorJoe Gordon2011-11-101-5/+0
* VSA code redesign. Drive types completely replaced by Volume typesvladimir.p2011-08-251-2/+3
* Changed return code to 413 for metadata, personality and instance quota issuesTroy Toman2011-08-171-1/+1
* 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