Merge "Correct help for unified_limits"

This commit is contained in:
Zuul 2020-05-01 07:29:56 +00:00 committed by Gerrit Code Review
commit 3ec9940710
1 changed files with 3 additions and 3 deletions

View File

@ -42,9 +42,9 @@ global caching and `[unified_limit] caching` are enabled.
list_limit = cfg.IntOpt(
'list_limit',
help=utils.fmt("""
Maximum number of entities that will be returned in a role collection. This may
be useful to tune if you have a large number of unified limits in your
deployment.
Maximum number of entities that will be returned in a unified limit
collection. This may be useful to tune if you have a large number of
unified limits in your deployment.
"""))
enforcement_model = cfg.StrOpt(