Do not use the cpus settings for the moment

This commit is contained in:
Julien Duponchelle 2017-03-06 15:28:04 +01:00
parent 5f989ea5c2
commit 236e60bc46
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -15,7 +15,6 @@
"first_port_name": "Management", "first_port_name": "Management",
"port_name_format": "Port{port1}", "port_name_format": "Port{port1}",
"qemu": { "qemu": {
"cpus": 2,
"adapter_type": "e1000", "adapter_type": "e1000",
"adapters": 13, "adapters": 13,
"ram": 256, "ram": 256,
@ -24,7 +23,7 @@
"console_type": "telnet", "console_type": "telnet",
"boot_priority": "cd", "boot_priority": "cd",
"kvm": "require", "kvm": "require",
"options": "-cpu core2duo" "options": "-smp 2 -cpu core2duo"
}, },
"images": [ "images": [
{ {