neutron/neutron/api/v2
Kevin Benton e64280858a Protect 'show' and 'index' with Retry decorator
Commit 77de9653fd added a RetryRequest
exception to the policy engine for when items disappeared during policy
enforcement lookups. However, the API was not catching them for the
show and list operations.

This patch adds the decorators to the two methods to catch any
retry exception that may be emitted from the policy engine or
wherever else.

Closes-Bug: #1528031
Change-Id: If4aea5245cdbb2ea545e9a96d73386e3c21a3696
(cherry-picked from 2a27361cf5)
2016-02-05 11:41:37 +00:00
..
__init__.py Remove invalid copyright headers under API module 2014-04-02 11:09:03 -07:00
attributes.py Stop device_owner from being set to 'network:*' 2015-09-08 15:00:13 +00:00
base.py Protect 'show' and 'index' with Retry decorator 2016-02-05 11:41:37 +00:00
resource.py Lower log level of errors caused by user requests to INFO 2015-07-12 16:44:33 +09:00
resource_helper.py Use pecan controllers for routing 2015-09-18 06:00:14 -07:00
router.py Introduce usage data tracking for Neutron 2015-07-28 11:55:03 -07:00