diff --git a/upup/pkg/fi/cloudup/vsphere/vsphere_cloud.go b/upup/pkg/fi/cloudup/vsphere/vsphere_cloud.go index e3a4634870..18c86a6171 100644 --- a/upup/pkg/fi/cloudup/vsphere/vsphere_cloud.go +++ b/upup/pkg/fi/cloudup/vsphere/vsphere_cloud.go @@ -284,6 +284,7 @@ func (c *VSphereCloud) UploadAndAttachISO(vm *string, isoFile string) error { // passing empty cd-rom name so that the first one gets returned cdrom, err := devices.FindCdrom("") + cdrom.Connectable.StartConnected = true if err != nil { return err }