Comment 5 for bug 1817539

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

Reviewed: https://review.openstack.org/639072
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=762bf8c9e7bcfbbc4b6682e5f7c6347e213ad622
Submitter: Zuul
Branch: master

commit 762bf8c9e7bcfbbc4b6682e5f7c6347e213ad622
Author: Rabi Mishra <email address hidden>
Date: Thu Feb 21 17:34:17 2019 +0530

    Don't always validate heat stack when adding parameters

    There are certain cases we add parameters to plan environment
    when creating and updating a plan. As part of that action we
    aslo try to validate the stack/template. However, validation
    would fail, if we've resource mappings in user-environment that
    are not merged/added to the plan yet.

    This adds new input flag to plan create and update workflows which
    can then be changed in python-tripleoclient, so as not to imapct the
    UI workflows.

    Change-Id: I9c54379925339eaaa9a0ee61cb823bddc95737c7
    Partial-Bug: #1817539