summaryrefslogtreecommitdiff
path: root/nova/quota.py
Commit message (Expand)AuthorAgeFilesLines
* Fix last of direct use of object modulesChris Behrens2014-07-221-2/+7
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Don't translate debug level logs in novaGary Kotton2014-06-131-3/+3
* Revert "Remove quota-class logic from context and make unit tests pass"Matt Riedemann2014-06-101-4/+15
* Revert "Partially remove quota-class logic from nova.quotas"Matt Riedemann2014-05-291-1/+95
* Revert "Remove quota_class params from rest of nova.quota"Matt Riedemann2014-05-291-14/+47
* Rename quota_injected_file_path_bytesliyingjun2014-05-091-3/+6
* Remove quota_class params from rest of nova.quotaJoe Gordon2014-05-161-47/+14
* Partially remove quota-class logic from nova.quotas and test_quotasJoe Gordon2014-05-141-95/+1
* Remove quota-class logic from context and make unit tests passJoe Gordon2014-05-011-15/+4
* Handling unlimited values when updating quotagseverina2014-03-211-9/+37
* Enable flake8 H404 checkingAlexander Bochkarev2014-02-271-48/+24
* Merge "Make nova/quota use keypair objects"Jenkins2014-02-251-1/+2
|\
| * Make nova/quota use keypair objectstanlin2014-01-081-1/+2
* | Merge same db calls for some quota methodsliyingjun2014-01-151-16/+36
* | Remove vi modelinesliu-sheng2014-02-031-2/+0
* | Small edits on help stringsAndreas Jaeger2014-01-231-16/+16
|/
* Fix incorrect argument position in DbQuotaDriverTianpeng Wang2013-11-261-1/+1
* Merge "Nova-all: Replace basestring by six for python3 compatability"Jenkins2013-11-151-1/+2
|\
| * Nova-all: Replace basestring by six for python3 compatabilityguohliu2013-10-281-1/+2
* | Moved quota headroom calculations into quota_reservemjbright2013-11-121-2/+13
* | Fix `NoopQuotaDriver.get_(project|user)_quotas` formatRick Harris2013-11-011-8/+14
|/
* User quota update should not exceed project quotaliyingjun2013-08-121-0/+5
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Per-project-user-quotas for more granularityliyingjun2013-07-241-66/+358
* Merge "Remove locals() from various places."Jenkins2013-07-191-7/+6
|\
| * Remove locals() from various places.Eugene Nikanorov2013-07-171-7/+6
* | Move resource usage sync functions to db backendSergey Skripnick2013-07-171-40/+20
|/
* 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