Revert "CLOUDSTACK-4649"

This reverts commit 5950d37e9f.
This commit is contained in:
Anthony Xu 2013-10-17 11:26:11 -07:00
parent f52533c819
commit fdd33fbb17
1 changed files with 0 additions and 1 deletions

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");