Merge "Remove rendundant parentheses of cfg help strings"

This commit is contained in:
Jenkins
2014-04-11 06:43:05 +00:00
committed by Gerrit Code Review

View File

@@ -41,7 +41,7 @@ util_opts = [
help='Whether to disable inter-process locks'),
cfg.StrOpt('lock_path',
default=os.environ.get("OSLO_LOCK_PATH"),
help=('Directory to use for lock files.'))
help='Directory to use for lock files.')
]