Small edits on help strings
These were initially noted during import into the manuals at https://review.openstack.org/67502 Fixes include rework of text, missing or extra spaces, wrong capitalization and no sentence style capitalization. A hacking check has been added that tests that all config options start with a capital letter. Change-Id: I0a1c333bbb3a812932d3972a7403f94da0bff341 Co-Authored-By: Daniel Berrange <berrange@redhat.com> Co-Authored-By: Diane Fleming <diane.fleming@rackspace.com>
This commit is contained in:
@@ -32,8 +32,8 @@ from nova import wsgi
|
||||
auth_opts = [
|
||||
cfg.BoolOpt('api_rate_limit',
|
||||
default=False,
|
||||
help=('whether to use per-user rate limiting for the api. '
|
||||
'This option is only used by v2 api. rate limiting '
|
||||
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.')),
|
||||
cfg.StrOpt('auth_strategy',
|
||||
default='noauth',
|
||||
|
Reference in New Issue
Block a user