diff --git a/os_dpm/config/config.py b/os_dpm/config/config.py old mode 100644 new mode 100755 index a9632d1..c4847f2 --- a/os_dpm/config/config.py +++ b/os_dpm/config/config.py @@ -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"""),