Skip to content

Commit 2a90738

Browse files
committed
CP-18791: Make appliance-specs building stable
Signed-off-by: Kun Ma <kun.ma@citrix.com>
1 parent 92efcc5 commit 2a90738

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

builder/xenserver/iso/builder.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ func (self *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (pa
308308
&xscommon.StepDetachVdi{
309309
VdiUuidKey: "iso_vdi_uuid",
310310
},
311+
&xscommon.StepDetachVdi{
312+
VdiUuidKey: "isoname_vdi_uuid",
313+
},
311314
&xscommon.StepDetachVdi{
312315
VdiUuidKey: "tools_vdi_uuid",
313316
},

0 commit comments

Comments
 (0)