Comment 26 for bug 1835161

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

Reviewed: https://review.opendev.org/669037
Committed: https://git.openstack.org/cgit/openstack/puppet-glance/commit/?id=643f342304f6ed704202f065a9794e397d12e5b9
Submitter: Zuul
Branch: master

commit 643f342304f6ed704202f065a9794e397d12e5b9
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 glance will return a 413 Entity Too Large
    and not log anything to glance.log.

    Change-Id: If15f7cc9cef9a3bca855a3cd02068d45eedd171f
    Closes-Bug: #1835161