Merge "Follow-up for the API config option patch"

This commit is contained in:
Jenkins
2016-05-14 02:47:01 +00:00
committed by Gerrit Code Review

View File

@@ -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: