Comment 8 for bug 1410698

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

Reviewed: https://review.openstack.org/156559
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=848c59ba1c4978040d82566c0f8667623a04b93f
Submitter: Jenkins
Branch: stable/juno

commit 848c59ba1c4978040d82566c0f8667623a04b93f
Author: Ethan Lynn <email address hidden>
Date: Tue Feb 3 14:15:40 2015 +0800

    Catch notfound exception when deleting project

    When heat trying to delete a non-exist project, will catch a
    notfound error, original code place the catcher in the wrong
    place, this patch fixes it.

    Change-Id: I68269838d1cef311c3f41f5846deae4ed94aef4c
    Closes-Bug: #1410698
    (cherry picked from commit 6046182dfad858349fa647b8777657f535a629c7)