Comment 2 for bug 1688387

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

Reviewed: https://review.openstack.org/462723
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=320960c804fcdcaa1458a7dec1fbbe70f77900ee
Submitter: Jenkins
Branch: stable/ocata

commit 320960c804fcdcaa1458a7dec1fbbe70f77900ee
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)