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
This commit is contained in:
Michael Johnson 2023-10-10 16:10:52 +00:00
parent bd726d75e8
commit b22803885f

View File

@ -0,0 +1,10 @@
---
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.