puppet-nova/releasenotes/notes/max_request_body_size-97fb21a434aa250b.yaml
ZhongShengping bb4afe7d3d 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
2019-07-04 11:44:22 +08:00

6 lines
126 B
YAML

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