summaryrefslogtreecommitdiff
path: root/keystone/common/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/common/config.py')
-rw-r--r--keystone/common/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/config.py b/keystone/common/config.py
index ebc1c2fa7..7a8c385a3 100644
--- a/keystone/common/config.py
+++ b/keystone/common/config.py
@@ -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 '