assembler/qemu: fix 'size' schema type
It is an integer not a string.
This commit is contained in:
parent
2a3e5107f4
commit
ed8b71da36
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ STAGE_OPTS = """
|
|||
},
|
||||
"size": {
|
||||
"description": "Virtual disk size",
|
||||
"type": "string"
|
||||
"type": "integer"
|
||||
},
|
||||
"root_fs_type": {
|
||||
"description": "Type of the root filesystem",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue