You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2013/06/26 12:48:34 UTC

git commit: updated refs/heads/master-6-17-stable to ea0e93a

Updated Branches:
  refs/heads/master-6-17-stable 1a77cdf94 -> ea0e93ad4


CLOUDSTACK-3208: showing xenhost username and password details in plain text in logs when we pefrom removehost from CS

Signed-off-by: Abhinandan Prateek <ap...@apache.org>


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

Branch: refs/heads/master-6-17-stable
Commit: ea0e93ad4f2925082799a76aa506d1d786bf9a0d
Parents: 1a77cdf
Author: Harikrishna Patnala <ha...@citrix.com>
Authored: Wed Jun 26 15:25:40 2013 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Wed Jun 26 16:18:27 2013 +0530

----------------------------------------------------------------------
 .../com/cloud/hypervisor/xen/resource/XenServerConnectionPool.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ea0e93ad/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerConnectionPool.java
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerConnectionPool.java b/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerConnectionPool.java
index e4dd675..5af1781 100644
--- a/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerConnectionPool.java
+++ b/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerConnectionPool.java
@@ -550,7 +550,7 @@ public class XenServerConnectionPool {
                     }
                 } catch (UuidInvalid e) {
                     String msg = "Host(" + hostUuid + ") doesn't belong to pool(" + poolUuid + "), please execute 'xe pool-join master-address=" + mConn.getIp()
-                        + " master-username=" + mConn.getUsername() + " master-password=" + mConn.getPassword();
+                        + " master-username=" + mConn.getUsername();
                     if (s_logger.isDebugEnabled()) {
                         s_logger.debug(msg);
                     }