Merge "Mark trustee_domain_admin_password secret"

This commit is contained in:
Jenkins 2016-03-11 01:05:54 +00:00 committed by Gerrit Code Review
commit 7e58172a60
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ trust_opts = [
cfg.StrOpt('trustee_domain_admin_id',
help=_('Id of the admin with roles sufficient to manage users'
' in the trustee_domain')),
cfg.StrOpt('trustee_domain_admin_password',
cfg.StrOpt('trustee_domain_admin_password', secret=True,
help=_('Password of trustee_domain_admin')),
cfg.ListOpt('roles',
default=[],