diff --git a/oslo_cache/_opts.py b/oslo_cache/_opts.py index e99a890b..d583d7b6 100644 --- a/oslo_cache/_opts.py +++ b/oslo_cache/_opts.py @@ -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,