Merge "[cache] memcache_password should be secret"

This commit is contained in:
Zuul 2023-11-16 17:27:47 +00:00 committed by Gerrit Code Review
commit d1d673b98b

View File

@ -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,