
Contains .inc files which have all the contents of the .rst files but are grouped together for easier editing. Contains parameters.yaml, which has all parameters in one file. Contains request and response samples (JSON and XML) that are pointed to from the .inc files. Change-Id: I42d5451300f95774a3ec4df66bc95cb36795844d
16 lines
577 B
JSON
16 lines
577 B
JSON
{
|
|
"description": "The hypervisor type. It may be used by the host properties filter for scheduling. The ImagePropertiesFilter filters compute nodes that satisfy any architecture, hypervisor type, or virtual machine mode properties specified on the instance's image properties. Image properties are contained in the image dictionary in the request_spec.",
|
|
"enum": [
|
|
"xen",
|
|
"qemu",
|
|
"kvm",
|
|
"lxc",
|
|
"uml",
|
|
"vmware",
|
|
"hyperv"
|
|
],
|
|
"name": "hypervisor_type",
|
|
"title": "Hypervisor Type",
|
|
"type": "string"
|
|
}
|