Comment 3 for bug 1688387

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

Reviewed: https://review.openstack.org/462724
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=1b877698ce76f858d6d9d0dc629261bf21aa89f9
Submitter: Jenkins
Branch: stable/ocata

commit 1b877698ce76f858d6d9d0dc629261bf21aa89f9
Author: James Slagle <email address hidden>
Date: Fri Mar 31 10:24:32 2017 -0400

    Add --skip-deploy-identifier

    Add a new cli argument, --skip-deploy-identifier. The argument will
    eventually be passed to the tripleo-common DeployStackAction action to
    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.

    Removes the setting of DeployIdentifier completely from tripleoclient,
    as that is now handled by the tripleo-common action.

    Depends-On: Idb901a841846fec33d189b3c95f669b0380498ce
    Change-Id: I294eabe84e070367981534030b5927062f00c628
    Closes-Bug: #1688387
    (cherry picked from commit f3acb69ffce3c630df5b3051779a7af21b96af47)