Skip to content

Commit de41505

Browse files
authored
Merge pull request rancher#90 from rancher/vmware_inherit_guestid
[vSphere] Don't override GuestId for VMs created from a template
2 parents fbbd3f9 + 722ccc7 commit de41505

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/vmwarevsphere/create.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ func (d *Driver) createFromVmName() error {
218218
spec := types.VirtualMachineCloneSpec{
219219
Location: loc,
220220
Config: &types.VirtualMachineConfigSpec{
221-
GuestId: "otherLinux64Guest",
222221
NumCPUs: int32(d.CPU),
223222
MemoryMB: int64(d.Memory),
224223
VAppConfig: d.getVAppConfig(),

0 commit comments

Comments
 (0)