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

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
This commit is contained in:
Harikrishna Patnala 2013-06-26 15:25:40 +05:30 committed by Abhinandan Prateek
parent ec2bf09284
commit 0d1f512728

View File

@ -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);
}