Merge "backend_argument should be marked secret"

This commit is contained in:
Jenkins 2015-04-13 23:24:14 +00:00 committed by Gerrit Code Review
commit 649a18b96c
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ FILE_OPTIONS = {
'deployments. Small workloads (single process) '
'like devstack can use the dogpile.cache.memory '
'backend.'),
cfg.MultiStrOpt('backend_argument', default=[],
cfg.MultiStrOpt('backend_argument', default=[], secret=True,
help='Arguments supplied to the backend module. '
'Specify this option once per argument to be '
'passed to the dogpile.cache backend. Example '