mirror of https://github.com/apache/cloudstack.git
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:
parent
1a77cdf946
commit
ea0e93ad4f
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue