From b22803885fc3b47e42807c3d6e3c5d36986bab7c Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 10 Oct 2023 16:10:52 +0000 Subject: [PATCH] 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 --- ...elimit-tuning-for-zone-import-6d806b32c668c9c9.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/Mention-sizelimit-tuning-for-zone-import-6d806b32c668c9c9.yaml diff --git a/releasenotes/notes/Mention-sizelimit-tuning-for-zone-import-6d806b32c668c9c9.yaml b/releasenotes/notes/Mention-sizelimit-tuning-for-zone-import-6d806b32c668c9c9.yaml new file mode 100644 index 000000000..d12bf6139 --- /dev/null +++ b/releasenotes/notes/Mention-sizelimit-tuning-for-zone-import-6d806b32c668c9c9.yaml @@ -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.