neutron/neutron/quota
Manjeet Singh Bhatia 85b70a9c18 Make query in quota api lockless
As one of query to fetch quota usage by resource and tenant
was done in lock mode earlier. This was done to protect the
dirty bit in the usage which tracks for update. For moving to
OVO carrying lock mode can be avoided by making sure that dirty
attribute of quotausages is still protected.

Change-Id: I0bb9f6fb7be51be590afb527a56e0569e922e98f
Partially-Implements: blueprint adopt-oslo-versioned-objects-for-db
2017-03-07 20:49:55 +00:00
..
__init__.py Remove the deprecated config "quota_items" 2016-06-24 14:45:39 +00:00
resource.py Make query in quota api lockless 2017-03-07 20:49:55 +00:00
resource_registry.py Quotas: add in missing translation 2016-09-08 05:58:19 -07:00