Comment 6 for bug 1306029

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

Reviewed: https://review.openstack.org/99503
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=02453adfae612aa53be2ec7e39a0ff5184dd414e
Submitter: Jenkins
Branch: master

commit 02453adfae612aa53be2ec7e39a0ff5184dd414e
Author: Clint Byrum <email address hidden>
Date: Wed Jun 11 16:09:45 2014 -0700

    Handle missing user_creds in stack.delete

    In some cases concurrent or interrupted and resumed stack delete
    operations will result in missing user_creds records referenced in a
    stack. This may be the cause of race conditions between deletes
    resulting in unexpected behavior and spurious failures.

    Change-Id: I76f3f8803a4f9171223783a9c6eea0fc20280010
    Related-Bug: #1306029