e1fe3024bb
The XenAPI driver is dead. Let's hold the tissues and clear out references from the documentation instead. Change-Id: I6ec331cf7d2d1ded924893f707ed963027939754 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
21 lines
998 B
JSON
21 lines
998 B
JSON
{
|
|
"namespace": "OS::Compute::XenAPI",
|
|
"display_name": "XenAPI Driver Options",
|
|
"description": "The XenAPI compute driver options. \n\nThese are properties specific to compute drivers. 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": {
|
|
"auto_disk_config": {
|
|
"title": "Disk Adapter Type",
|
|
"description": "If true, the root partition on the disk is automatically resized before the instance boots. This value is only taken into account by the Compute service when using a Xen-based hypervisor with the XenAPI driver. The Compute service will only attempt to resize if there is a single partition on the image, and only if the partition is in ext3 or ext4 format.",
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"objects": []
|
|
}
|