Comment 25 for bug 1835161

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

Reviewed: https://review.opendev.org/669034
Committed: https://git.openstack.org/cgit/openstack/puppet-mistral/commit/?id=8a28a993c98cbeb3328eadbb3c0b63e3e60e2e25
Submitter: Zuul
Branch: master

commit 8a28a993c98cbeb3328eadbb3c0b63e3e60e2e25
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 mistral will return a 413 Entity Too Large
    and not log anything to mistral.log.

    Change-Id: I3a658d4426689ba09188b0889082b63a744065fc
    Closes-Bug: #1835161