summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_quota.py
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial cases of unused variables (3)Stanislaw Pitucha2013-06-271-1/+1
* Merge "Removed session from reservation_create()"Jenkins2013-06-151-1/+1
|\
| * Removed session from reservation_create()Sergey Skripnick2013-05-301-1/+1
* | Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-5/+5
|/
* Editable default quota supportliyingjun2013-05-181-8/+27
* Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-6/+6
* Add quotas for fixed ips.Michael Still2013-03-151-0/+24
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Fix quota updating when admin deletes common user's instanceyugsuo2013-01-111-16/+31
* Merge "fix N402 for nova/tests"Jenkins2013-01-091-2/+2
|\
| * fix N402 for nova/testsSean Dague2013-01-091-2/+2
* | Move scheduler_topic into nova.scheduler.rpcapiMark McLoughlin2013-01-081-1/+1
|/
* Add NoopQuotaDriverChris Behrens2013-01-071-0/+62
* Enable nova exception format checking in tests.Dan Prince2012-12-211-1/+1
* Properly remove the time override in quota tests.Robert Collins2012-12-181-7/+3
* Move compute_driver into nova.virt.driverMark McLoughlin2012-11-211-0/+1
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Merge "improve session handling around quotas"Jenkins2012-11-121-1/+1
|\
| * improve session handling around quotasDevananda van der Veen2012-11-111-1/+1
* | Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-11/+11
|/
* Remove nova-volume DBJoe Gordon2012-11-081-67/+3
* Add call to reset quota usageKevin L. Mitchell2012-10-311-0/+42
* removes the nova-volume code from novaVishvananda Ishaya2012-10-281-23/+0
* Don't include auto_assigned ips in usageStanislaw Pitucha2012-09-191-0/+13
* Fix quota reservation expirationMark McLoughlin2012-09-011-0/+20
* Revert per-user-quotasEoghan Glynn2012-08-161-546/+61
* Adds per-user-quotas support for more detailed quotas managementKylin CG2012-08-061-61/+546
* Fix SQL deadlock in quota reservationsJohannes Erdfelt2012-07-191-1/+1
* Cleanup of image service codeBrian Waldon2012-06-271-9/+8
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-16/+17
* instance_destroy now only takes a uuid.Michael Still2012-06-091-11/+8
* convert virt drivers to fully dynamic loadingSean Dague2012-05-311-1/+1
* Remove deprecated quota code.Kevin L. Mitchell2012-05-241-456/+2
* Finish quota refactor.Kevin L. Mitchell2012-05-231-7/+72
* Add version to scheduler rpc API.Russell Bryant2012-05-231-1/+1
* Rearchitect quota checking to partially fix bug 938317.Kevin L. Mitchell2012-05-161-6/+1628
* Implement key pair quotas.Dan Prince2012-05-031-0/+22
* Implement security group quotas.Dan Prince2012-04-191-0/+52
* Standardize quota flag formatJoe Gordon2012-04-101-19/+19
* Use -1 end-to-end for unlimited quotasEoghan Glynn2012-04-051-35/+20
* Treat -1 quotas as unlimited.Dan Prince2012-04-031-0/+24
* Implement quota classes.Kevin L. Mitchell2012-03-201-0/+190
* Backslash continuations (nova.tests)Zhongyue Luo2012-02-171-2/+2
* Fix _poll_bandwidth_usage if no network on vifJason Kölker2012-02-061-1/+2
* Fix for bug 883310Mandell Degerness2012-02-031-1/+11
* KVM and XEN Disk Management ParityJohannes Erdfelt2012-01-241-5/+5
* Convert nova.volume.api.API to use volume objectsBrian Waldon2012-01-131-10/+2