Comment 6 for bug 1532445

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

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

commit b3a56659ee6e8b54b6bacc864635116983ec562c
Author: Thomas Herve <email address hidden>
Date: Mon Jan 11 09:22:33 2016 +0100

    Provide software deployment id on create

    There is currently a race condition where software deployment populates
    its metadata when being created, before the parent resource receives an
    ID. This creates a window where the metadata is available but the
    resource can't be signalled. This fixes it by providing the creation ID.

    Change-Id: If58679138db95cf1da7ab5a4906217da446a391f
    Closes-Bug: #1532445