Comment 27 for bug 1835161

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

Reviewed: https://review.opendev.org/669032
Committed: https://git.openstack.org/cgit/openstack/puppet-heat/commit/?id=1d6872a85672eac87019dea95b8e8983ab4d0c22
Submitter: Zuul
Branch: master

commit 1d6872a85672eac87019dea95b8e8983ab4d0c22
Author: ZhongShengping <chdzsp@163.com>
Date: Thu Jul 4 11:34:43 2019 +0800

    Manage oslo_middleware/max_request_body_size

    So that we can increase it from the default 114688

    Useful in case for example the OS-Federation mapping is too large.

    If this limit is breached heat will return a 413 Entity Too Large
    and not log anything to heat.log.

    Change-Id: I90f15091088db67e6d33ef6272e59de69c4fe601
    Closes-Bug: #1835161