fix properties' missing underline for VirtCPUTopology
According to the docs: https://opendev.org/openstack/nova-specs/src/branch/master/specs/juno/implemented/virt-driver-vcpu-topology.rst, cpu_maxsockets, cpu_maxcores, cpu_maxthreads should be cpu_max_sockets, cpu_max_cores, cpu_max_threads. Change-Id: Ieecfb11928f74a504b35172a2c96d3a8cba057c0 Signed-off-by: Ning Yao <yaoning@unitedstack.com>
This commit is contained in:
@@ -35,17 +35,17 @@
|
|||||||
"description": "Preferred number of threads to expose to the guest.",
|
"description": "Preferred number of threads to expose to the guest.",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"cpu_maxsockets": {
|
"cpu_max_sockets": {
|
||||||
"title": "Max vCPU Sockets",
|
"title": "Max vCPU Sockets",
|
||||||
"description": "Maximum number of sockets to expose to the guest.",
|
"description": "Maximum number of sockets to expose to the guest.",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"cpu_maxcores": {
|
"cpu_max_cores": {
|
||||||
"title": "Max vCPU Cores",
|
"title": "Max vCPU Cores",
|
||||||
"description": "Maximum number of cores to expose to the guest.",
|
"description": "Maximum number of cores to expose to the guest.",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"cpu_maxthreads": {
|
"cpu_max_threads": {
|
||||||
"title": "Max vCPU Threads",
|
"title": "Max vCPU Threads",
|
||||||
"description": "Maximum number of threads to expose to the guest.",
|
"description": "Maximum number of threads to expose to the guest.",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
|
Reference in New Issue
Block a user