puppet-cinder/releasenotes/notes/max_request_body_size-a199b5c1e0d2f104.yaml
ZhongShengping 85b2b1ff67 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
2019-07-04 11:36:05 +08:00

6 lines
126 B
YAML

---
features:
- |
Add support to configure `[oslo_middleware]/max_request_body_size` with
`$max_request_body_size`.