designate/releasenotes/notes/bug-1967825-c3463edde9a9dd7a.yaml
Takashi Kajinami 1a4ace8a9a Deprecate ineffective [service:api] max_header_line
This parmaeter has had no effect since [1] was merged. Because
the parmaeter has been broken for several cycles and there has been
the alternative parameter ([DEFAULT] max_header_line) to configure
the same, this change makes the parameter for removal instead of fixing
it.

[1] a09064a5d1

Closes-Bug: #1967825
Change-Id: I04ea6b8132e6aee35eb72992273f63f3512d4aeb
2022-04-05 16:39:22 +09:00

8 lines
255 B
YAML

---
deprecations:
- |
The ``[service:api] max_header_line`` parameter has been deprecated. This
parameter has hd no effect since the Train release. Use
the ``[DEFAULT] max_header_line`` parameter of the ``oslo.service`` library
instead.