6a08b7dba8
The namespace had incorrect capitalization. Also, added additional text in description to make people aware that the properties only apply to the VMware compute driver. Change-Id: Ic1c3c333a1c70782a0780ace0323b2f6728bdd09 Closes-bug: 1367548
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"namespace": "OS::Compute::VMware",
|
|
"display_name": "VMware Driver Options",
|
|
"description": "The VMware compute driver options. \n\nThese are properties specific to VMWare compute drivers and will only have an effect if the VMWare compute driver is enabled in Nova. For a list of all hypervisors, see here: https://wiki.openstack.org/wiki/HypervisorSupportMatrix.",
|
|
"visibility": "public",
|
|
"protected": true,
|
|
"resource_type_associations": [
|
|
{
|
|
"name": "OS::Glance::Image"
|
|
}
|
|
],
|
|
"properties": {
|
|
"vmware_adaptertype": {
|
|
"title": "Disk Adapter Type",
|
|
"description": "The virtual SCSI or IDE controller used by the hypervisor.",
|
|
"type": "string",
|
|
"enum": [
|
|
"lsiLogic",
|
|
"busLogic",
|
|
"ide"
|
|
]
|
|
},
|
|
"vmware_ostype": {
|
|
"title": "OS Type",
|
|
"description": "A VMware GuestID which describes the operating system installed in the image. This value is passed to the hypervisor when creating a virtual machine. If not specified, the key defaults to otherGuest. See thinkvirt.com.",
|
|
"type": "string",
|
|
"default": "otherGuest"
|
|
}
|
|
},
|
|
"objects": []
|
|
}
|