Merge "[cache] memcache_password should be secret"
This commit is contained in:
commit
d1d673b98b
@ -126,6 +126,7 @@ FILE_OPTIONS = {
|
||||
help='the user name for the memcached which SASL enabled'),
|
||||
cfg.StrOpt('memcache_password',
|
||||
default='',
|
||||
secret=True,
|
||||
help='the password for the memcached which SASL enabled'),
|
||||
cfg.BoolOpt('tls_enabled',
|
||||
default=False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user