Comment 2 for bug 1624047

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

Reviewed: https://review.openstack.org/371154
Committed: https://git.openstack.org/cgit/openstack/octavia/commit/?id=fb6cc70b9668ff51ec4f915aa22ab5e05bcadea2
Submitter: Jenkins
Branch: master

commit fb6cc70b9668ff51ec4f915aa22ab5e05bcadea2
Author: Michael Johnson <email address hidden>
Date: Thu Sep 15 20:54:11 2016 +0000

    Fixes the revert methods with unhandled exceptions

    A number of the revert methods in our flow tasks make database
    repository calls but do not handle potential exceptions. This can
    lead to the revert flow aborting at these tasks.

    This patch adds exception handling to these repository calls inside
    the revert methods.

    Change-Id: Ia9b07890fe2c56382041175018679b87298c1b10
    Closes-Bug: #1624047