Comment 10 for bug 1817539

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

Reviewed: https://review.openstack.org/641190
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=5ae6367d033cd9b435f9326a41a9ffa12adaa1ac
Submitter: Zuul
Branch: stable/rocky

commit 5ae6367d033cd9b435f9326a41a9ffa12adaa1ac
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.

    Also includes I56258428d7a9461af64055a5605f3227bfadda2f that fixes
    some issues with this patch on master.

    Change-Id: I9c54379925339eaaa9a0ee61cb823bddc95737c7
    Partial-Bug: #1817539
    (cherry picked from commit 762bf8c9e7bcfbbc4b6682e5f7c6347e213ad622)