mirror of https://github.com/apache/cloudstack.git
CS-14952: Nexus vSwitch: vCenter IP Address and DataCenter information is not present in the "virtual_supervisor_module" table. VSwitch Crendentials are not encrypted.
Description: Qualifying the VSM password stored in virtual_supervisor_module as encryptable. The encryption/decryption is transparently done by the cloudstack DAO layer.
This commit is contained in:
parent
5c2b4ed646
commit
e71732babc
|
|
@ -58,7 +58,7 @@ public class CiscoNexusVSMDeviceVO implements CiscoNexusVSMDevice, Identity{
|
|||
@Column(name = "username")
|
||||
private String vsmUserName;
|
||||
|
||||
@Column(name = "password")
|
||||
@Column(name = "password", encryptable=true)
|
||||
private String vsmPassword;
|
||||
|
||||
@Column(name = "ipaddr")
|
||||
|
|
|
|||
Loading…
Reference in New Issue