mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 19:44:21 +01:00
CLOUDSTACK-4649
use the same virtual hardware platform in XS 6.2 as that in XS 6.0.2
This commit is contained in:
parent
60e0873a93
commit
1510139f15
@ -160,6 +160,7 @@ public class XenServer56FP1Resource extends XenServer56Resource {
|
|||||||
VM template = templates.iterator().next();
|
VM template = templates.iterator().next();
|
||||||
|
|
||||||
VM.Record vmr = template.getRecord(conn);
|
VM.Record vmr = template.getRecord(conn);
|
||||||
|
vmr.platform.remove("device_id");
|
||||||
vmr.affinity = host;
|
vmr.affinity = host;
|
||||||
vmr.otherConfig.remove("disks");
|
vmr.otherConfig.remove("disks");
|
||||||
vmr.otherConfig.remove("default_template");
|
vmr.otherConfig.remove("default_template");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user