mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #525 from MihaelaStoica/CP-12769
CP-12769: Send server connection details to the Health Check Service
This commit is contained in:
commit
4b247c1479
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user