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:
Andreas Jaeger
2014-01-18 09:45:48 +01:00
parent 80efcae3a3
commit bc10b3c2b2
61 changed files with 416 additions and 397 deletions

View File

@@ -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')),