Remove cleanup of [service:api] max_header_line

... because the logic was added during the previous cycle[1] and
the option should be removed when a deployment is upgraded to Zed.

[1] f39567e17b

Change-Id: Iecc650fe94846a2f643ff2bf0b613026a1fb6570
This commit is contained in:
Takashi Kajinami 2022-11-27 01:36:47 +09:00
parent 6aeb861a3d
commit d9634ff74a
1 changed files with 0 additions and 5 deletions

View File

@ -151,11 +151,6 @@ class designate::api (
'service:api/quotas_verify_project_id' : value => $quotas_verify_project_id;
}
# TODO(tkajinam): Remove this after Zed release
designate_config {
'service:api/max_header_line': ensure => absent;
}
if $auth_strategy == 'keystone' {
include designate::keystone::authtoken
}