Comment 11 for bug 1640815

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

Reviewed: https://review.openstack.org/396523
Committed: https://git.openstack.org/cgit/openstack/instack-undercloud/commit/?id=9b22c1072c292a8777a8ab9590262c4332c1c481
Submitter: Jenkins
Branch: stable/newton

commit 9b22c1072c292a8777a8ab9590262c4332c1c481
Author: Julie Pichon <email address hidden>
Date: Thu Jul 28 10:56:01 2016 +0100

    Increase Mistral Task Size limit

    When selecting environments to deploy from the UI, every environment
    filename gets added individually to 'environments' key in the Mistral
    environment. Apparently it means we hit the Mistral execution size
    limit pretty quickly.

    This isn't needed for the CLI at this point because it bunches all the
    environment files together into one big "user-environments.yaml" file,
    for backwards-compabitility reasons.

    Note that this Mistral value seems to affect both input and output for
    task execution, which is why this patch was initially created as a
    prerequisite for Ia9d2312e942229b659cfc65d4c370874e87f44da.

    Change-Id: I24453b6d83171860065b050f437602e1f655d8b8
    Closes-Bug: #1640815
    (cherry picked from commit 4ee68a5229bed653a669826e45108d25f207c024)