Merge "Default lockutils to using a tempdir"

This commit is contained in:
Jenkins 2013-01-29 07:41:13 +00:00 committed by Gerrit Code Review
commit 3b7c719d31
1 changed files with 2 additions and 3 deletions

View File

@ -39,9 +39,8 @@ util_opts = [
cfg.BoolOpt('disable_process_locking', default=False,
help='Whether to disable inter-process locks'),
cfg.StrOpt('lock_path',
default=os.path.abspath(os.path.join(os.path.dirname(__file__),
'../')),
help='Directory to use for lock files')
help=('Directory to use for lock files. Default to a '
'temp directory'))
]