Revert "CLOUDSTACK-4649"

This reverts commit c82ef422b47fe2909ff79b7f91d2ba76bf007457.
This commit is contained in:
Anthony Xu 2013-09-12 13:00:32 -07:00
parent 1510139f15
commit 1f42153630

View File

@ -160,7 +160,6 @@ public class XenServer56FP1Resource extends XenServer56Resource {
VM template = templates.iterator().next();
VM.Record vmr = template.getRecord(conn);
vmr.platform.remove("device_id");
vmr.affinity = host;
vmr.otherConfig.remove("disks");
vmr.otherConfig.remove("default_template");