summaryrefslogtreecommitdiff
path: root/neutron/quota/resource.py
Commit message (Expand)AuthorAgeFilesLines
* [sqlalchemy-20] Add missing DB context decoratorRodolfo Alonso Hernandez2022-12-021-0/+1
* Implement specific tracked resource count method per quota driverRodolfo Alonso Hernandez2022-07-281-2/+2
* Fix some pylint indentation warningsBrian Haley2022-07-011-2/+2
* Add the corresponding DB context to all SQL transactionsRodolfo Alonso Hernandez2022-04-081-0/+1
* Execute the quota reservation removal in an isolated DB txnRodolfo Alonso Hernandez2021-09-301-1/+1
* Replace "tenant_id" with "project_id" in Quota engineRodolfo Alonso Hernandez2021-09-221-54/+55
* Revert "Set system_scope='all' in elevated context"Slawek Kaplonski2021-06-151-2/+1
* New Quota driver ``DbQuotaNoLockDriver``Rodolfo Alonso Hernandez2021-05-201-8/+56
* use context manager from neutron-libBoden R2018-10-241-11/+10
* Fix flake8 N534 untranslated exception messageBrian Haley2018-10-191-5/+6
* use retry_if_session_inactive from neutron-libBoden R2018-10-121-1/+1
* Fetch specific columns rather than full ORM entitiesvenkata anil2018-08-221-2/+4
* use sqla functions from neutron-libBoden R2018-07-251-7/+8
* Fix all pep8 E129 errorsBrian Haley2018-05-031-1/+1
* CountableResource: try count/get functions for all pluginsIhar Hrachyshka2017-09-081-14/+29
* Merge "Make code follow log translation guideline"Jenkins2017-08-141-8/+7
|\
| * Make code follow log translation guidelineInessa Vasilevskaya2017-08-141-8/+7
* | Remove 'persisted dirty' log messageKevin Benton2017-08-101-3/+0
|/
* Extend Quota API to report usage statisticsSergey Belous2017-07-171-17/+26
* Use new enginefacade for quota and provisioning blocksAnn Kamyshnikova2017-03-291-1/+1
* Make query in quota api locklessManjeet Singh Bhatia2017-03-071-1/+1
* Register sqlalchemy events through hook for UT cleanupKevin Benton2017-01-201-10/+10
* Protect against '.delete()' for quota and revisionsKevin Benton2017-01-091-0/+12
* Mark quota operations as retriableKevin Benton2016-09-131-1/+1
* Use db_api.retry_db_errors in quota engineKevin Benton2016-07-181-7/+1
* Remove local variable named 'meh'Salvatore Orlando2016-03-181-2/+1
* ML2: Add tests to validate quota usage trackingSalvatore Orlando2015-12-091-3/+10
* Move i18n to _i18n, as per oslo_i18n guidelinesDoug Wiegley2015-12-011-1/+1
* Merge "docstring fix"Jenkins2015-09-141-2/+2
|\
| * docstring fixSaju Madhavan2015-09-141-2/+2
* | Stop logging deadlock tracebacksKevin Benton2015-09-041-2/+2
|/
* Improve DB operations for quota reservationSalvatore Orlando2015-09-071-11/+11
* Merge "Improve python code for missing suggestion"Jenkins2015-09-061-1/+1
|\
| * Improve python code for missing suggestionEdgar Magana2015-08-291-1/+1
* | Do not track active reservationssalvatore2015-09-021-17/+21
|/
* Quota enforcement: remove locks on _dirty_tenantssalvatore2015-08-251-8/+11
* Merge "Do not query reservations table when counting resources"Jenkins2015-08-211-9/+5
|\
| * Do not query reservations table when counting resourcesSalvatore Orlando2015-08-201-9/+5
* | quota: synchronize resync and count with other dirty_tenants codeIhar Hrachyshka2015-08-181-0/+2
|/
* Reservations supportSalvatore Orlando2015-08-171-13/+36
* Enable resource usage tracking for reference plugins.Salvatore Orlando2015-07-281-8/+7
* Add plural names for quota resourcesSalvatore Orlando2015-07-281-11/+47
* Introduce usage data tracking for NeutronSalvatore Orlando2015-07-281-0/+241