summaryrefslogtreecommitdiff
path: root/ironic/openstack
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2014-02-19 21:06:53 +0100
committerAndreas Jaeger <aj@suse.de>2014-02-21 16:46:33 +0100
commit5a241dfd70a9dd58ccb035717482ffea6884bbc1 (patch)
tree6a40d12c1ecc858412930063a1b9a311ed75e6b8 /ironic/openstack
parent23b7f5381a61e779a0634b689fbae22c9ca7ad09 (diff)
downloadironic-5a241dfd70a9dd58ccb035717482ffea6884bbc1.tar.gz
Improve help strings
Better follow oslo.config style guide for consistent help strings: * Capitalize help strings * End help strings with "." * Improve wording and capitalization. Change-Id: Ib647bd85e636b16f1d1a040bb9ba04cd319a8826
Diffstat (limited to 'ironic/openstack')
-rw-r--r--ironic/openstack/common/lockutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/openstack/common/lockutils.py b/ironic/openstack/common/lockutils.py
index 34d2a6390..eda2bbdd6 100644
--- a/ironic/openstack/common/lockutils.py
+++ b/ironic/openstack/common/lockutils.py
@@ -41,7 +41,7 @@ LOG = logging.getLogger(__name__)
util_opts = [
cfg.BoolOpt('disable_process_locking', default=False,
- help='Whether to disable inter-process locks'),
+ help='Whether to disable inter-process locks.'),
cfg.StrOpt('lock_path',
default=os.environ.get("IRONIC_LOCK_PATH"),
help=('Directory to use for lock files.'))