Comment 28 for bug 1835161

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

Reviewed: https://review.opendev.org/669031
Committed: https://git.openstack.org/cgit/openstack/puppet-ironic/commit/?id=cd37458f67f33f8424fdb3bbeab2a4c58f915ad5
Submitter: Zuul
Branch: master

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

    Change-Id: Icd4f0e41da2917ae9e0411ad774fe9b0bec2849f
    Closes-Bug: #1835161