summaryrefslogtreecommitdiff
path: root/nova/quota.py
Commit message (Expand)AuthorAgeFilesLines
* Unify placement client singleton implementationsDan Smith2022-08-181-5/+2
* Follow up for unified limitsmelanie witt2022-03-041-0/+20
* Update quota apis with keystone limits and usageJohn Garbutt2022-02-241-21/+40
* Tell oslo.limit how to count nova resourcesJohn Garbutt2022-02-241-8/+12
* Update quota sets APIsJohn Garbutt2022-02-241-0/+3
* Update limit APIsJohn Garbutt2022-02-241-0/+30
* Update quota_class APIs for db and api limitsJohn Garbutt2022-02-241-0/+25
* Make unified limits APIs return reserved of 0John Garbutt2022-02-241-3/+13
* Assert quota related API behavior when noopJohn Garbutt2022-02-241-4/+14
* Add stub unified limits driverJohn Garbutt2022-02-241-0/+13
* db: Post reshuffle cleanupStephen Finucane2021-08-091-3/+7
* db: Move remaining 'nova.db.sqlalchemy' modulesStephen Finucane2021-08-091-1/+1
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-3/+2
* db: Use module-level imports for sqlalchemy (for real)Stephen Finucane2021-07-051-9/+6
* Make quotas respect instance_list_per_project_cellsMohammed Naser2020-05-151-2/+6
* nova-net: Remove remaining nova-network quotasStephen Finucane2019-12-021-61/+15
* nova-net: Remove 'networks' quotaStephen Finucane2019-11-221-12/+1
* Log quota legacy method warning only if counting from placementmelanie witt2019-06-171-2/+2
* Follow up for counting quota usage from placementmelanie witt2019-05-311-12/+11
* Use instance mappings to count server group membersmelanie witt2019-05-311-6/+44
* Count instances from mappings and cores/ram from placementmelanie witt2019-05-231-8/+124
* Merge "quota: remove defaults kwarg in get_project_quotas"Zuul2019-02-261-39/+9
|\
| * quota: remove defaults kwarg in get_project_quotasJay Pipes2018-11-011-39/+9
* | Merge "quota: remove QuotaEngine.register_resources()"Zuul2019-02-251-39/+46
|\ \ | |/
| * quota: remove QuotaEngine.register_resources()Jay Pipes2018-11-011-39/+46
* | Make _instances_cores_ram_count() be smart about cellsSurya Seetharaman2018-11-131-2/+11
* | Merge "Refactor scatter-gather utility to return exception objects"Zuul2018-11-031-2/+1
|\ \ | |/ |/|
| * Refactor scatter-gather utility to return exception objectsSurya Seetharaman2018-10-311-2/+1
* | quota: remove default kwarg on get_class_quotas()Jay Pipes2018-10-241-18/+6
* | quota: remove QuotaDriver.destroy_all_by_project()Jay Pipes2018-10-241-59/+0
* | quota: remove unused Quota driver methodsJay Pipes2018-10-241-47/+0
* | quota: remove unused codeJay Pipes2018-10-241-46/+0
|/
* Merge "Avoid joins in _server_group_count_members_by_user"Zuul2018-08-071-1/+2
|\
| * Avoid joins in _server_group_count_members_by_userMatt Riedemann2018-07-061-1/+2
* | Merge "Fix server_group_members quota check"Zuul2018-07-111-1/+14
|\ \
| * | Fix server_group_members quota checkChen2018-07-061-1/+14
| |/
* | Use nova.db.api directlyChris Dent2018-07-101-1/+1
|/
* Restrict CONF.quota.driver to DB and noop quota driversMatt Riedemann2018-06-011-9/+5
* Remove unnecessary variablesTakashi NATSUME2018-02-081-1/+1
* Follow up on removing old-style quotas codemelanie witt2017-12-081-2/+5
* Remove old-style quotas codemelanie witt2017-11-301-539/+2
* Remove useless periodic task that expires quota reservationsKevin_Zheng2017-09-231-32/+0
* Merge "Enhancement comments on CountableResource"Jenkins2017-08-151-3/+4
|\
| * Enhancement comments on CountableResourcejichenjc2017-05-281-3/+4
* | Make Quotas object favor the API databasemelanie witt2017-07-201-30/+28
* | Count instances to check quotamelanie witt2017-07-181-57/+56
* | Count floating ips to check quotamelanie witt2017-06-191-2/+8
* | Count fixed ips to check quotamelanie witt2017-06-191-1/+7
* | Count security groups to check quotamelanie witt2017-06-191-2/+19
|/
* Count server group members to check quotamelanie witt2017-06-131-2/+22