neutron/neutron/services/tag
Kevin Benton 185d372835 Use correct retry mechanism in tags
This replaces wrap_db_retry with
neutron.db.api.retry_if_session_inactive() in the tags
plugin.

wrap_db_retry is missing a bunch of exception types we
can encounter and are expected to retry in normal database
operations in Neutron (e.g. staledataerror in the bug report).

This patch doesn't include a unit test because there is already
quite a bit of coverage ensuring the decorator handles these types
of exceptions.

Closes-Bug: #1673243
Change-Id: I65b10ee54301401cd4525152a82a604ac8744582
(cherry picked from commit 44b6fcb4d2)
2017-04-28 12:11:20 +00:00
..
__init__.py Add tag mechanism for network resources 2016-03-02 05:43:14 +09:00
tag_plugin.py Use correct retry mechanism in tags 2017-04-28 12:11:20 +00:00