Skip to content

Commit 7396050

Browse files
authored
Merge pull request #7 from AlinaNova21/fix_startup_prop
Fix VirtualMachineConfig.Startup property
2 parents 80a0440 + 3a6bb6f commit 7396050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/qemu_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ type VirtualMachineCreateOptions struct {
400400
// cloud-init setup public ssh keys (one key per line, OpenSSH format)
401401
SSHKeys string `json:"sshkeys,omitempty"`
402402
StartDate string `json:"startdate,omitempty"`
403-
StartUp int8 `json:"startup,omitempty"`
403+
StartUp string `json:"startup,omitempty"`
404404
Storage string `json:"storage,omitempty"`
405405
Tablet int8 `json:"tablet,omitempty"`
406406
// tags of the VM. only for meta information

0 commit comments

Comments
 (0)