Comment 2 for bug 1392867

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

Reviewed: https://review.openstack.org/134654
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=0c284f7debb1b5175bb2f5693a5488f6fa49b19d
Submitter: Jenkins
Branch: master

commit 0c284f7debb1b5175bb2f5693a5488f6fa49b19d
Author: Jason Dunsmore <email address hidden>
Date: Fri Nov 14 15:16:16 2014 -0600

    Handle 404 and 409 response when deleting containers

    Attempting to delete a stack with multiple SwiftSignalHandles will result
    in a 409 error from Swift due to a logic error in the SwiftSignalHandle
    resource. This change ensures that we properly handle 404 and 409
    responses when deleting Swift containers.

    Change-Id: Iac04bf16bce949dd5019975fd07e795cd0685eba
    Closes-Bug: #1392867