mirror of https://github.com/kubernetes/kops.git
Fixed cdrom to be connected during startup (#8)
This commit is contained in:
parent
5889814c90
commit
4ace0f9ca5
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue