You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/07/06 21:03:39 UTC

[30/30] git commit: Making nexus vsm password encryptable

Making nexus vsm password encryptable


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b957933a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b957933a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b957933a

Branch: refs/heads/vpc
Commit: b957933a0e6f43cfe4cfb71ddb08c590880699c7
Parents: 57927c9
Author: Vijayendra Bhamidipati <vi...@citrix.com>
Authored: Tue Jul 3 17:26:05 2012 -0700
Committer: kishan <ki...@cloud.com>
Committed: Tue Jul 3 17:26:05 2012 -0700

----------------------------------------------------------------------
 .../com/cloud/network/CiscoNexusVSMDeviceVO.java   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b957933a/plugins/hypervisors/vmware/src/com/cloud/network/CiscoNexusVSMDeviceVO.java
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/vmware/src/com/cloud/network/CiscoNexusVSMDeviceVO.java b/plugins/hypervisors/vmware/src/com/cloud/network/CiscoNexusVSMDeviceVO.java
index 6165ec1..c01dae0 100644
--- a/plugins/hypervisors/vmware/src/com/cloud/network/CiscoNexusVSMDeviceVO.java
+++ b/plugins/hypervisors/vmware/src/com/cloud/network/CiscoNexusVSMDeviceVO.java
@@ -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")