Deprecate ineffective [DEFAULT] max_param_size
This option has been unused since identity v2 API was removed[1].
[1] d5e9c0b4fe
Change-Id: I739d28fff9304d58c4f278c5faecc4dddf755f9e
This commit is contained in:
parent
97431ec99b
commit
7ac41c21ea
@ -59,6 +59,9 @@ adversely impact performance.
|
||||
max_param_size = cfg.IntOpt(
|
||||
'max_param_size',
|
||||
default=64,
|
||||
deprecated_for_removal=True,
|
||||
deprecated_reason=utils.fmt('This option has had no effect.'),
|
||||
deprecated_since='2025.1',
|
||||
help=utils.fmt(
|
||||
"""
|
||||
Limit the sizes of user & project ID/names.
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The ``[DEFAULT] max_param_size`` option has been deprecated. This option
|
||||
was used in identity v2 APU but identity v2 API was removed in 13.0.0
|
||||
release.
|
Loading…
Reference in New Issue
Block a user