summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_quota.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* Update quota apis with keystone limits and usageJohn Garbutt2022-02-241-36/+45
* Enforce resource limits using oslo.limitJohn Garbutt2022-02-241-13/+35
* Update quota sets APIsJohn Garbutt2022-02-241-0/+17
* Update limit APIsJohn Garbutt2022-02-241-0/+65
* Update quota_class APIs for db and api limitsJohn Garbutt2022-02-241-0/+31
* Enforce api and db limitsJohn Garbutt2022-02-241-1/+69
* Assert quota related API behavior when noopJohn Garbutt2022-02-241-0/+13
* Add stub unified limits driverJohn Garbutt2022-02-241-0/+6
* Join quota exception family treesDan Smith2022-02-081-11/+11
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-12/+12
* Remove references to 'instance_type'Stephen Finucane2021-03-261-20/+15
* Remove six.movesTakashi Natsume2020-11-071-1/+0
* tests: Remove '_FakeImageService'Stephen Finucane2020-09-161-6/+2
* nova-net: Remove remaining nova-network quotasStephen Finucane2019-12-021-110/+82
* nova-net: Convert remaining unit tests to neutronStephen Finucane2019-12-161-53/+0
* nova-net: Remove 'networks' quotaStephen Finucane2019-11-221-7/+0
* Move iptables rule fetching and setting to privsep.Michael Still2019-08-161-2/+12
* Log quota legacy method warning only if counting from placementmelanie witt2019-06-171-0/+2
* Remove nova.compute.*API() shimsEric Fried2019-06-121-1/+1
* Merge "Use instance mappings to count server group members"Zuul2019-06-011-0/+34
|\
| * Use instance mappings to count server group membersmelanie witt2019-05-311-0/+34
* | Merge "Count instances from mappings and cores/ram from placement"Zuul2019-05-301-0/+151
|\ \ | |/
| * Count instances from mappings and cores/ram from placementmelanie witt2019-05-231-0/+151
* | Remove deprecated 'default_flavor' config optionTakashi NATSUME2019-04-301-12/+7
|/
* Merge "quota: remove defaults kwarg in get_project_quotas"Zuul2019-02-261-90/+11
|\
| * quota: remove defaults kwarg in get_project_quotasJay Pipes2018-11-011-90/+11
* | Merge "quota: remove QuotaEngine.register_resources()"Zuul2019-02-251-38/+17
|\ \ | |/
| * quota: remove QuotaEngine.register_resources()Jay Pipes2018-11-011-38/+17
* | Move binding ips to privsep.Michael Still2019-02-081-2/+4
* | Remove unused quota optionsTakashi NATSUME2019-01-251-6/+0
* | Make _instances_cores_ram_count() be smart about cellsSurya Seetharaman2018-11-131-12/+20
|/
* quota: remove default kwarg on get_class_quotas()Jay Pipes2018-10-241-28/+3
* quota: remove QuotaDriver.destroy_all_by_project()Jay Pipes2018-10-241-29/+0
* quota: remove unused Quota driver methodsJay Pipes2018-10-241-73/+0
* quota: remove unused codeJay Pipes2018-10-241-71/+0
* Use nova.db.api directlyChris Dent2018-07-101-8/+8
* Restrict CONF.quota.driver to DB and noop quota driversMatt Riedemann2018-06-011-12/+5
* Follow up on removing old-style quotas codemelanie witt2017-12-081-108/+3
* Remove old-style quotas codemelanie witt2017-11-301-107/+2
* Remove useless periodic task that expires quota reservationsKevin_Zheng2017-09-231-13/+0
* Make Quotas object favor the API databasemelanie witt2017-07-201-4/+4
* Count instances to check quotamelanie witt2017-07-181-896/+58
* Count floating ips to check quotamelanie witt2017-06-191-74/+12
* Count fixed ips to check quotamelanie witt2017-06-191-61/+18
* Count security groups to check quotamelanie witt2017-06-191-34/+16
* Merge "Count server groups to check quota"Jenkins2017-06-081-34/+20
|\
| * Count server groups to check quotaDan Smith2017-06-081-34/+20
* | Add docstring for test_limit_check_project_and_user_zero_valuesMatt Riedemann2017-06-081-0/+4
|/
* Default to 0 when merging values in limit checkmelanie witt2017-06-081-0/+12