Configure secondary_san_password as secret

Change-Id: Ica6563573527065d64316f8621edd4bedce41375
Closes-Bug: #1759453
This commit is contained in:
ZhongShengping 2018-03-28 11:05:06 +08:00
parent 322719e56e
commit 624020c60f
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ default of \"vol\" and will be changed to the upstream OpenStack default in N-re
"${name}/iscsi_port": value => $iscsi_port;
"${name}/secondary_san_ip": value => $secondary_san_ip;
"${name}/secondary_san_login": value => $secondary_san_login;
"${name}/secondary_san_password": value => $secondary_san_password;
"${name}/secondary_san_password": value => $secondary_san_password, secret => true;
"${name}/secondary_sc_api_port": value => $secondary_sc_api_port;
}