summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_quota.py
Commit message (Expand)AuthorAgeFilesLines
* Move quota options to a config group.Michael Still2017-01-041-59/+62
* Make test_quota work with CONF.use_neutron=True by defaultMatt Riedemann2017-01-031-7/+24
* conf: Remove config option compute_ managerChangBo Guo(gcb)2016-12-081-1/+2
* Quota changes for the nova-manage quota_usage_refresh commandChuck Carmack2016-07-061-10/+280
* remove the use of import_object_nsSean Dague2016-04-221-2/+1
* config options: Centralise 'virt.driver' optionsStephen Finucane2016-02-111-3/+2
* enginefacade: 'quota' and 'reservation'Pavel Kholkin2016-01-221-9/+6
* Merge "Use stub_out and mock to remove mox: part 1"Jenkins2016-01-141-23/+26
|\
| * Use stub_out and mock to remove mox: part 1jichenjc2015-12-201-23/+26
* | Change assertEqual(True/False) to assertTrue/FalseAyush Garg2016-01-111-1/+1
* | Convert nova.tests.unit.image.fake.stub_out_image_service to use stub_outMatt Riedemann2016-01-061-1/+1
|/
* Fix incomplete error message of quota exceededRui Chen2015-09-021-6/+12
* Use six.moves.range for Python 3Victor Stinner2015-05-201-6/+7
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* Merge "Add unit test for getting project quota remains"Jenkins2015-01-231-0/+110
|\
| * Add unit test for getting project quota remainsHironori Shiina2015-01-191-0/+110
* | Merge "Get settable user quota maximum correctly"Jenkins2015-01-221-11/+26
|\ \ | |/
| * Get settable user quota maximum correctlyHironori Shiina2015-01-191-11/+26
* | Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-2/+1
|/
* Check for floating IP pool in nova-networkThang Pham2014-12-051-0/+2
* Removing the headroom calculation from db layerliyingjun2014-11-281-2/+0
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+2765