neutron/neutron/db/quota
Kevin Benton 12420c1585 Mark quota operations as retriable
This decorates the quota system operations with
the retry decorators. This will help significantly
with the bug this marks as closed since operations
in the quota engine after commit should no longer
trigger retries of the full API operation.

The logic to find the args in the decorator had
to be adjusted to deal with functions already decorated.
This just uses the getargspec function from pecan that
deals with decorated functions.

Partial-Bug: #1612798
Closes-Bug: #1596075
Change-Id: Ib786117dcea08af75551770ea4c30d460382b829
2016-09-13 10:33:10 +00:00
..
__init__.py Add DB support for resource usage tracking 2015-07-26 15:26:10 -07:00
api.py Mark quota operations as retriable 2016-09-13 10:33:10 +00:00
driver.py Mark quota operations as retriable 2016-09-13 10:33:10 +00:00
models.py Switch to neutron-lib for model_base 2016-08-31 11:12:18 -04:00