Comment 29 for bug 1835161

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

Reviewed: https://review.opendev.org/669036
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=bb4afe7d3d725334f0976de9c69c4a7d8be453b0
Submitter: Zuul
Branch: master

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

    Change-Id: I772046f81fe5570a68512c2607ca9cbf8b1fe8c7
    Closes-Bug: #1835161