Comment 24 for bug 1835161

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

Reviewed: https://review.opendev.org/669040
Committed: https://git.openstack.org/cgit/openstack/puppet-panko/commit/?id=dfdb5f7d5370f24d77b25d5dd81040700aa4aeb2
Submitter: Zuul
Branch: master

commit dfdb5f7d5370f24d77b25d5dd81040700aa4aeb2
Author: ZhongShengping <chdzsp@163.com>
Date: Thu Jul 4 11:34:44 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 panko will return a 413 Entity Too Large
    and not log anything to panko.log.

    Change-Id: Ifc011b5a261b7dfd13edf606c8f3cc711ca53489
    Closes-Bug: #1835161