Changed admin pass to include secret marker

as per bandit linting error 109

Closes-Bug: #1686462
Change-Id: Idfa0a471d37764188ae333bcbfb88a29ef4ddd62
This commit is contained in:
Nicolas 2017-04-18 11:29:02 -07:00
parent 275a4e0820
commit 6bc1d221f8
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ murano_auth_opts = [
cfg.StrOpt('admin_user',
help='User name for murano authentication.'),
cfg.StrOpt('admin_password',
cfg.StrOpt('admin_password', secret=True,
help='Password for murano authentication.'),
cfg.StrOpt('user_domain_name',