Comment 21 for bug 1835161

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

Reviewed: https://review.opendev.org/669039
Committed: https://git.openstack.org/cgit/openstack/puppet-gnocchi/commit/?id=9ae01ae5ee922206a1fe08a39e951b8f6632228b
Submitter: Zuul
Branch: master

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

    Change-Id: Icef45885a9089360bfb7cd414581c4b04809e4f7
    Closes-Bug: #1835161