Follow-up for the API config option patch
There were a few comments and suggestions for improvements in the wording for the recent series of patches that added improved help text to the API config options. Rather than hold up those patches, this follow-up patch cleans up those issues. Blueprint centralize-config-options-newton Change-Id: I512ea8c2be383e1abef7580e32deaa40e2c76c60
This commit is contained in:
@@ -19,7 +19,11 @@ from oslo_config import cfg
|
||||
auth_opts = [
|
||||
cfg.BoolOpt("api_rate_limit",
|
||||
default=False,
|
||||
deprecated_for_removal=True,
|
||||
deprecated_group="DEFAULT",
|
||||
help="""
|
||||
*DEPRECATED*
|
||||
|
||||
Determines whether rate limiting for the API is per-user. This option is only
|
||||
used by v2 API. Rate limiting is removed from v2.1 API.
|
||||
|
||||
@@ -345,7 +349,7 @@ to use.
|
||||
|
||||
Possible values:
|
||||
|
||||
Either "True" or "False" (default)
|
||||
True, False (default)
|
||||
|
||||
* Related options:
|
||||
|
||||
|
Reference in New Issue
Block a user