b22803885f
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
11 lines
513 B
YAML
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.
|