mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fix CID-1222222
This commit is contained in:
parent
50990c4042
commit
2648912afa
@ -477,7 +477,7 @@ public class XcpServerDiscoverer extends DiscovererBase implements Discoverer, L
|
||||
Boolean.parseBoolean(value);
|
||||
|
||||
value = _params.get("xenserver.check.hvm");
|
||||
_checkHvm = false;
|
||||
_checkHvm = Boolean.parseBoolean(value);
|
||||
_connPool = XenServerConnectionPool.getInstance();
|
||||
|
||||
_agentMgr.registerForHostEvents(this, true, false, true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user