Comment 1 for bug 1548356

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

Reviewed: https://review.openstack.org/283125
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=a90bc68e769d967ad8194ceafe4b281287b4a9ba
Submitter: Zuul
Branch: master

commit a90bc68e769d967ad8194ceafe4b281287b4a9ba
Author: Zane Bitter <email address hidden>
Date: Thu Mar 8 17:15:40 2018 -0500

    Correct behaviour of update_replace property in test resource

    When the update_replace property is set to True, we should replace
    the resource on every update where the 'value' property is
    modified.

    This was the original semantics of the resource, before it was
    erroneously changed in 113b0a49486967062c6757321027127f6e39c9ff.

    Change-Id: Icb5c3f3078a748359ee954b51f996ef08e9bc0ec
    Closes-Bug: #1548356