Comment 9 for bug 1528031

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/276128
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2a27361cf50259281924dbdaba3f06367ef327e7
Submitter: Jenkins
Branch: master

commit 2a27361cf50259281924dbdaba3f06367ef327e7
Author: Kevin Benton <email address hidden>
Date: Wed Feb 3 23:17:06 2016 -0800

    Protect 'show' and 'index' with Retry decorator

    Commit 77de9653fd60a802b11f157972f7b3e81497e8a7 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