From: Andreas Jaeger <aj@suse.de>
Date: Mon, 21 Jul 2014 19:42:14 +0000 (+0200)
Subject: Update help strings
X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2c9ad3f0cb28ab562590c140d063f815a4efdd97;p=openstack-build%2Fcinder-build.git

Update help strings

Fix capitalization of help strings to make help strings consistent.

Change-Id: I04341c31cbb21b01229916cef7bc8ccb199614a2
---

diff --git a/cinder/exception.py b/cinder/exception.py
index fcfd4ad95..c383d52d6 100644
--- a/cinder/exception.py
+++ b/cinder/exception.py
@@ -37,7 +37,7 @@ LOG = logging.getLogger(__name__)
 exc_log_opts = [
     cfg.BoolOpt('fatal_exception_format_errors',
                 default=False,
-                help='make exception message format errors fatal'),
+                help='Make exception message format errors fatal.'),
 ]
 
 CONF = cfg.CONF
diff --git a/cinder/volume/drivers/emc/emc_vnx_cli.py b/cinder/volume/drivers/emc/emc_vnx_cli.py
index ca1326209..bad73e0cd 100644
--- a/cinder/volume/drivers/emc/emc_vnx_cli.py
+++ b/cinder/volume/drivers/emc/emc_vnx_cli.py
@@ -67,7 +67,7 @@ loc_opts = [
                help='VNX secondary SP IP Address.'),
     cfg.IntOpt('default_timeout',
                default=60 * 24 * 365,
-               help='Default Time Out For CLI operations in minutes. '
+               help='Default timeout for CLI operations in minutes. '
                'For example, LUN migration is a typical long '
                'running operation, which depends on the LUN size and '
                'the load of the array. '
diff --git a/cinder/volume/drivers/hds/iscsi.py b/cinder/volume/drivers/hds/iscsi.py
index fd287ac97..2a604d245 100644
--- a/cinder/volume/drivers/hds/iscsi.py
+++ b/cinder/volume/drivers/hds/iscsi.py
@@ -38,7 +38,7 @@ LOG = logging.getLogger(__name__)
 iSCSI_OPTS = [
     cfg.StrOpt('hds_hnas_iscsi_config_file',
                default='/opt/hds/hnas/cinder_iscsi_conf.xml',
-               help='configuration file for HDS iSCSI cinder plugin')]
+               help='Configuration file for HDS iSCSI cinder plugin')]
 
 CONF = cfg.CONF
 CONF.register_opts(iSCSI_OPTS)
diff --git a/cinder/volume/drivers/hds/nfs.py b/cinder/volume/drivers/hds/nfs.py
index c93ddfdcd..5fdea27c0 100644
--- a/cinder/volume/drivers/hds/nfs.py
+++ b/cinder/volume/drivers/hds/nfs.py
@@ -41,7 +41,7 @@ LOG = logging.getLogger(__name__)
 NFS_OPTS = [
     cfg.StrOpt('hds_hnas_nfs_config_file',
                default='/opt/hds/hnas/cinder_nfs_conf.xml',
-               help='configuration file for HDS NFS cinder plugin'), ]
+               help='Configuration file for HDS NFS cinder plugin'), ]
 
 CONF = cfg.CONF
 CONF.register_opts(NFS_OPTS)
diff --git a/etc/cinder/cinder.conf.sample b/etc/cinder/cinder.conf.sample
index 25c4dcb67..4e134af42 100644
--- a/etc/cinder/cinder.conf.sample
+++ b/etc/cinder/cinder.conf.sample
@@ -198,7 +198,7 @@
 # Options defined in cinder.exception
 #
 
-# make exception message format errors fatal (boolean value)
+# Make exception message format errors fatal. (boolean value)
 #fatal_exception_format_errors=false
 
 
@@ -1109,7 +1109,7 @@
 # VNX secondary SP IP Address. (string value)
 #san_secondary_ip=<None>
 
-# Default Time Out For CLI operations in minutes. For example,
+# Default timeout for CLI operations in minutes. For example,
 # LUN migration is a typical long running operation, which
 # depends on the LUN size and the load of the array. An upper
 # bound in the specific deployment can be set to avoid
@@ -1196,7 +1196,7 @@
 # Options defined in cinder.volume.drivers.hds.iscsi
 #
 
-# configuration file for HDS iSCSI cinder plugin (string
+# Configuration file for HDS iSCSI cinder plugin (string
 # value)
 #hds_hnas_iscsi_config_file=/opt/hds/hnas/cinder_iscsi_conf.xml
 
@@ -1205,7 +1205,7 @@
 # Options defined in cinder.volume.drivers.hds.nfs
 #
 
-# configuration file for HDS NFS cinder plugin (string value)
+# Configuration file for HDS NFS cinder plugin (string value)
 #hds_hnas_nfs_config_file=/opt/hds/hnas/cinder_nfs_conf.xml