Comment 30 for bug 1835161

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

Reviewed: https://review.opendev.org/669041
Committed: https://git.openstack.org/cgit/openstack/puppet-cinder/commit/?id=85b2b1ff67eeb6f8e977ed5a84b8e4748637b78a
Submitter: Zuul
Branch: master

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

    Change-Id: I4364ef41400ea6c66c843318119f24ef7c47434b
    Closes-Bug: #1835161