designate/releasenotes/notes/Mention-sizelimit-tuning-for-zone-import-6d806b32c668c9c9.yaml
Michael Johnson b22803885f Add release note about max_request_body_size
With the updated example api-paste.ini, deployments may need to adjust the
max_request_body_size setting to accommodate zone imports.
This patch adds a release note to highlight this setting.

Change-Id: I3a27100d073af5833155ea169abd71638c498ffc
2023-10-10 16:12:21 +00:00

11 lines
513 B
YAML

---
upgrade:
- |
The example "api-paste.ini" file for Designate has been updated to enable
the oslo middleware sizelimit filter by default. If you update your
"api-paste.ini" to the version with sizelimit in it, you will need to
adjust the [oslo_middleware] max_request_body_size setting in the
Designate configuration file to be large enough to accommodate the expected
maximum zone import size in your deployment. The oslo middleware
max_request_body_size default is 114688 bytes.