Comment 8 for bug 1651768

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

Reviewed: https://review.openstack.org/464264
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=416bad4325ac8311e7b9b891fb6d70c67a97ab95
Submitter: Jenkins
Branch: stable/ocata

commit 416bad4325ac8311e7b9b891fb6d70c67a97ab95
Author: Zane Bitter <email address hidden>
Date: Thu May 26 13:40:53 2016 -0400

    Corrected max secs for concurrent trans retries

    This was most likely meant as a max 2s delay here, not a max 2ms
    delay.

    Also includes a related change: when retries for metadata updates are
    attempted, make sure we do not have a stale value of the atomic_key
    (otherwise we'll just inevitably hit the ConcurrentTransaction issue).

     Conflicts:
     heat/engine/service_software_config.py

    Co-Authored-By: Crag Wolfe <email address hidden>
    Partial-Bug: #1651768
    Change-Id: Ie56e0e4ff93633db1f4752859d2b2a9506922911
    (cherry picked from commit e37d9fab8fe2e779ae8c0e2311de2601b66c66b6)