help='User name for the DFM server'),
cfg.StrOpt('netapp_password',
default=None,
- help='Password for the DFM server'),
+ help='Password for the DFM server',
+ secret=True),
cfg.StrOpt('netapp_server_hostname',
default=None,
help='Hostname for the DFM server'),
help='User name to connect to Nexenta SA'),
cfg.StrOpt('nexenta_password',
default='nexenta',
- help='Password to connect to Nexenta SA'),
+ help='Password to connect to Nexenta SA',
+ secret=True),
cfg.IntOpt('nexenta_iscsi_target_portal_port',
default=3260,
help='Nexenta target portal port'),
help="3PAR Super user username"),
cfg.StrOpt('hp3par_password',
default='',
- help="3PAR Super user password"),
+ help="3PAR Super user password",
+ secret=True),
cfg.StrOpt('hp3par_domain',
default="OpenStack",
help="The 3par domain name to use"),
help='Username for SAN controller'),
cfg.StrOpt('san_password',
default='',
- help='Password for SAN controller'),
+ help='Password for SAN controller',
+ secret=True),
cfg.StrOpt('san_private_key',
default='',
help='Filename of private key to use for SSH authentication'),
help='Username for XenAPI connection'),
cfg.StrOpt('xenapi_connection_password',
default=None,
- help='Password for XenAPI connection'),
+ help='Password for XenAPI connection',
+ secret=True),
]
xenapi_nfs_opts = [
help='User name for the VPSA'),
cfg.StrOpt('zadara_password',
default=None,
- help='Password for the VPSA'),
+ help='Password for the VPSA',
+ secret=True),
cfg.StrOpt('zadara_vpsa_poolname',
default=None,