VMware: Support secret host_password option

Closes-Bug: #1357177
Change-Id: If64a2dfccb9837b972a9ed4213107ad8fa4ff7b8
This commit is contained in:
gengjh 2014-08-15 11:37:39 +08:00 committed by David Geng
parent ae630cf05c
commit 2a3fcd5a1e
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ OPTS = [
help='Username of VMware Vsphere'),
cfg.StrOpt('host_password',
default='',
help='Password of VMware Vsphere'),
help='Password of VMware Vsphere',
secret=True),
cfg.IntOpt('api_retry_count',
default=10,
help='Number of times a VMware Vsphere API must be retried'),