From 33e8eb11fa4f0998fd4a70efaf076ef98f887092 Mon Sep 17 00:00:00 2001 From: EdLeafe Date: Fri, 13 May 2016 23:00:14 +0000 Subject: [PATCH] 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 --- nova/conf/api.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: