Hidden password parameter from log file

closes-Bug: 1670626

Change-Id: I09a20975a5f61a98ea3f0bd41e7e41c633da3ac7
This commit is contained in:
sreeteja 2017-04-18 12:05:21 +05:30
parent 8b9bc4aa8b
commit a915761d30
1 changed files with 1 additions and 1 deletions

2
os_dpm/config/config.py Normal file → Executable file
View File

@ -31,7 +31,7 @@ COMMON_DPM_OPTS = [
Hostname or IP address of the HMC that manages the target CPC"""),
cfg.StrOpt('hmc_username', help="""
User name for connection to the HMC"""),
cfg.StrOpt('hmc_password', help="""
cfg.StrOpt('hmc_password', secret=True, help="""
Password for connection to the HMC"""),
cfg.StrOpt('cpc_object_id', help="""
DPM Object-id of the target CPC"""),