Comment 5 for bug 1625921

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

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

commit 4dd67bb1aa2df4f5270f79600ac1f888b0bd9a5f
Author: rabi <email address hidden>
Date: Wed Jun 7 16:44:24 2017 +0530

    Get the deployment group resources again after CREATE_COMPLETE

    We seem to get the list of group resources for signaling (there
    is possibility that resource_id is not set for some resources)
    and then use the same list to get the deployments. It would be
    good to get the resources again after they are created.

    Change-Id: I908d1d13abe8e59a65308e883591abca2b1c7a9a
    Partial-Bug: #1625921