Comment 7 for bug 1688387

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

Reviewed: https://review.openstack.org/489813
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=de872dd3dec645b853d86f0a8e6751efd1ae3b0d
Submitter: Jenkins
Branch: stable/newton

commit de872dd3dec645b853d86f0a8e6751efd1ae3b0d
Author: James Slagle <email address hidden>
Date: Fri Mar 31 16:13:52 2017 -0400

    Add skip_deploy_identifier

    Add a new action argument, skip_deploy_identifier to DeployStackAction.
    The argument will disable setting a unique value for the
    DeployIdentifier parameter, which means the SoftwareDeployment resources
    in the templates will only be triggered if there is an actual change to
    their configuration. This argument can be used to avoid always applying
    configuration, such as during node scale out.

    Change-Id: Idb901a841846fec33d189b3c95f669b0380498ce
    Closes-Bug: #1688387
    (cherry picked from commit 9d158874301eaa9444811f2c21cc9d86c2eaad7a)
    (cherry picked from commit 320960c804fcdcaa1458a7dec1fbbe70f77900ee)