diff --git a/nova/conf/api.py b/nova/conf/api.py index 89b186386..caedb5724 100644 --- a/nova/conf/api.py +++ b/nova/conf/api.py @@ -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: