Comment 6 for bug 1692503

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

Reviewed: https://review.openstack.org/467572
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=a42b93d503690cb56d6a1053759f5b9a9a65fd4e
Submitter: Jenkins
Branch: master

commit a42b93d503690cb56d6a1053759f5b9a9a65fd4e
Author: Jiri Stransky <email address hidden>
Date: Wed May 24 12:21:47 2017 +0200

    Fix race condition between docker-puppet and container steps

    GenerateConfigDeployment wasn't anchored with dependencies anywhere. If
    it took too long to complete and step 1 of containers creation already
    started executing, problems happened. This is now fixed by adding the
    required dependency relationship.

    Change-Id: Ie7dfd2a965e704ba278d4c2fad67f14a3a62799e
    Closes-Bug: #1692503