Remove the v3 word from help message of api_rate_limit option

This patch removes the v3 word from api_rate_limit option help message.
And use v2.1 instead of it.

Change-Id: I927fcd773d1b89ea8378aa4dfcb0febb112c2128
Partial-Bug: #1462901
This commit is contained in:
He Jie Xu 2015-09-01 16:53:22 +08:00
parent bd3b5a62b4
commit e7fd1fb358
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ auth_opts = [
default=False,
help='Whether to use per-user rate limiting for the api. '
'This option is only used by v2 api. Rate limiting '
'is removed from v3 api.'),
'is removed from v2.1 api.'),
cfg.StrOpt('auth_strategy',
default='keystone',
help='''