Commit 97c45d30 authored by Alain Takoudjou's avatar Alain Takoudjou

kvm: remove memory and cpu maxvalue in json schema

parent 86295f82
......@@ -157,8 +157,7 @@
"type": "integer",
"default": 1024,
"minimum": 128,
"multipleOf": 128,
"maximum": 92160
"multipleOf": 128
},
"disk-size": {
"title": "Disk size",
......@@ -187,8 +186,7 @@
"title": "CPU count",
"description": "Number of CPU cores.",
"type": "integer",
"minimum": 1,
"maximum": 8
"minimum": 1
},
"cpu-options": {
"title": "CPU Additional options: cores, threads, sockets, maxcpus.",
......
......@@ -10,8 +10,7 @@
"type": "integer",
"default": 1024,
"minimum": 128,
"multipleOf": 128,
"maximum": 92160
"multipleOf": 128
},
"disk-size": {
"title": "Disk size",
......@@ -33,8 +32,7 @@
"title": "CPU count",
"description": "Number of CPU cores.",
"type": "integer",
"minimum": 1,
"maximum": 8
"minimum": 1
},
"cpu-options": {
"title": "CPU Additional options: cores, threads, sockets, maxcpus.",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment