Merge "fix properties' missing underline for VirtCPUTopology"

This commit is contained in:
Zuul 2020-01-28 05:31:28 +00:00 committed by Gerrit Code Review
commit 903e85fdd3
1 changed files with 3 additions and 3 deletions

View File

@ -35,17 +35,17 @@
"description": "Preferred number of threads to expose to the guest.",
"type": "integer"
},
"cpu_maxsockets": {
"cpu_max_sockets": {
"title": "Max vCPU Sockets",
"description": "Maximum number of sockets to expose to the guest.",
"type": "integer"
},
"cpu_maxcores": {
"cpu_max_cores": {
"title": "Max vCPU Cores",
"description": "Maximum number of cores to expose to the guest.",
"type": "integer"
},
"cpu_maxthreads": {
"cpu_max_threads": {
"title": "Max vCPU Threads",
"description": "Maximum number of threads to expose to the guest.",
"type": "integer"