summaryrefslogtreecommitdiff
path: root/ironic/openstack
diff options
context:
space:
mode:
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.'))