octavia/releasenotes/notes/add-sizelimit-middleware-91dc6078522f81ec.yaml
Gregory Thiemonge a81cf552ce Added olso_middleware.sizelimit support
Change-Id: I484e4a88993196f63c8c9285dc2772507cc4d8c5
2023-11-28 07:10:53 -05:00

8 lines
317 B
YAML

---
upgrade:
- |
Octavia now uses the oslo middleware sizelimit module. It allows to limit
the size of the incoming requests in the API. Admins may need to ajust the
``[oslo_middleware].max_request_body_size`` setting to their needs. The
default value for ``max_request_body_size`` is 114688 bytes.