Skip to content

Commit 3a6bb6f

Browse files
authored
Fix startup property
1 parent 80a0440 commit 3a6bb6f

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)