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:
@@ -28,10 +28,10 @@ MC = None
|
||||
availability_zone_opts = [
|
||||
cfg.StrOpt('internal_service_availability_zone',
|
||||
default='internal',
|
||||
help='availability_zone to show internal services under'),
|
||||
help='The availability_zone to show internal services under'),
|
||||
cfg.StrOpt('default_availability_zone',
|
||||
default='nova',
|
||||
help='default compute node availability_zone'),
|
||||
help='Default compute node availability_zone'),
|
||||
]
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
Reference in New Issue
Block a user