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:
@@ -43,7 +43,7 @@ from nova import utils
|
||||
cloudpipe_opts = [
|
||||
cfg.StrOpt('vpn_image_id',
|
||||
default='0',
|
||||
help='image id used when starting up a cloudpipe vpn server'),
|
||||
help='Image ID used when starting up a cloudpipe vpn server'),
|
||||
cfg.StrOpt('vpn_flavor',
|
||||
default='m1.tiny',
|
||||
help=_('Flavor for vpn instances')),
|
||||
|
||||
Reference in New Issue
Block a user