CP-12769: Send server connection details to the Health Check Service

- Call TransferCallHomeSettingsAction with suppressHistory=true so the action doesn't show on the Events page
- This change also fixes LogsTabTests test failure.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2015-07-01 16:38:12 +01:00
parent ea786180fc
commit 7c737d6ce8

View File

@ -875,7 +875,7 @@ namespace XenAdmin
var newCallHomeSettings = pool.CallHomeSettings;
new TransferCallHomeSettingsAction(pool, newCallHomeSettings,
newCallHomeSettings.GetSecretyInfo(pool.Connection, CallHomeSettings.UPLOAD_CREDENTIAL_USER_SECRET),
newCallHomeSettings.GetSecretyInfo(pool.Connection, CallHomeSettings.UPLOAD_CREDENTIAL_PASSWORD_SECRET), false).RunAsync();
newCallHomeSettings.GetSecretyInfo(pool.Connection, CallHomeSettings.UPLOAD_CREDENTIAL_PASSWORD_SECRET), true).RunAsync();
}
/// <summary>