Add secret=True to password option

Add secret=True to the password option 'remote_image_user_password'

Change-Id: Iac6cef34c4ecf2338c2af0c61d36d6aa6e9edc8e
This commit is contained in:
John L. Villalovos 2015-10-08 19:33:39 -07:00
parent 13740f65ff
commit 453013a6f2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ opts = [
help='share name of remote_image_server'),
cfg.StrOpt('remote_image_user_name',
help='User name of remote_image_server'),
cfg.StrOpt('remote_image_user_password',
cfg.StrOpt('remote_image_user_password', secret=True,
help='Password of remote_image_user_name'),
cfg.StrOpt('remote_image_user_domain',
default='',