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 @@ ...@@ -157,8 +157,7 @@
"type": "integer", "type": "integer",
"default": 1024, "default": 1024,
"minimum": 128, "minimum": 128,
"multipleOf": 128, "multipleOf": 128
"maximum": 92160
}, },
"disk-size": { "disk-size": {
"title": "Disk size", "title": "Disk size",
...@@ -187,8 +186,7 @@ ...@@ -187,8 +186,7 @@
"title": "CPU count", "title": "CPU count",
"description": "Number of CPU cores.", "description": "Number of CPU cores.",
"type": "integer", "type": "integer",
"minimum": 1, "minimum": 1
"maximum": 8
}, },
"cpu-options": { "cpu-options": {
"title": "CPU Additional options: cores, threads, sockets, maxcpus.", "title": "CPU Additional options: cores, threads, sockets, maxcpus.",
......
...@@ -10,8 +10,7 @@ ...@@ -10,8 +10,7 @@
"type": "integer", "type": "integer",
"default": 1024, "default": 1024,
"minimum": 128, "minimum": 128,
"multipleOf": 128, "multipleOf": 128
"maximum": 92160
}, },
"disk-size": { "disk-size": {
"title": "Disk size", "title": "Disk size",
...@@ -33,8 +32,7 @@ ...@@ -33,8 +32,7 @@
"title": "CPU count", "title": "CPU count",
"description": "Number of CPU cores.", "description": "Number of CPU cores.",
"type": "integer", "type": "integer",
"minimum": 1, "minimum": 1
"maximum": 8
}, },
"cpu-options": { "cpu-options": {
"title": "CPU Additional options: cores, threads, sockets, maxcpus.", "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