Comment 5 for bug 1381700

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/icehouse)

Reviewed: https://review.openstack.org/130567
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=60cbd5bfc424ddc7586048ba8aadb3ef911d9f1a
Submitter: Jenkins
Branch: stable/icehouse

commit 60cbd5bfc424ddc7586048ba8aadb3ef911d9f1a
Author: Peter Razumovsky <email address hidden>
Date: Thu Oct 23 18:53:40 2014 +0400

    Catch NotFound error during loadbalancer deleting

    There is a situation, when we request resource data
    from db during loadbalancer resource deleting. If
    there is no such data, NotFound exception raised and
    stack delete failed with this error. To prevent this
    behaviour, there is a need to catch NotFound exception
    in delete method of loadbalancer.

    Change-Id: Ie52bc3059e91bd25effc53bbd255bce6948509ac
    Closes-bug: #1381700