Comment 7 for bug 1623821

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

Reviewed: https://review.openstack.org/370994
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=5443453fbbaab761a42023c556ee7ed4c55d60ba
Submitter: Jenkins
Branch: stable/newton

commit 5443453fbbaab761a42023c556ee7ed4c55d60ba
Author: Sergey Kraynev <email address hidden>
Date: Thu Sep 15 04:08:20 2016 -0400

    Allow update inplace for allowed_address_pairs

    This patch allows to do update inplace for allowed_address_pairs
    properties. Scenario mentioned in bug works correct now.

    Also add couple fixes to related test:
    - Add explicit translation name to string, otherwise it returns objects,
      that raise error during resolving Property name, which should be a
      string.
    - Add check, that update of any of mentioned properties does not cause replace.

    Change-Id: I913fd36012179f2fdd602f2cca06a89e3fa896f3
    Closes-Bug: #1623821
    (cherry picked from commit 353e7319dbbff7f10e7cdf664f017a01e15b5168)