Deprecate ineffective [DEFAULT] max_param_size
This option has been unused since identity v2 API was removed[1]. [1] d5e9c0b4fe814ba6e6d36a7d1ea676914c79e5eb 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 = cfg.IntOpt(
|
||||||
'max_param_size',
|
'max_param_size',
|
||||||
default=64,
|
default=64,
|
||||||
|
deprecated_for_removal=True,
|
||||||
|
deprecated_reason=utils.fmt('This option has had no effect.'),
|
||||||
|
deprecated_since='2025.1',
|
||||||
help=utils.fmt(
|
help=utils.fmt(
|
||||||
"""
|
"""
|
||||||
Limit the sizes of user & project ID/names.
|
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…
x
Reference in New Issue
Block a user