c07563f042
The Cloud Administrators Guide has been moved from XML to RST and all URLs have changed. Adjust glance and change http://docs.openstack.org/admin-guide-cloud/content/customize-flavors.html to new location http://docs.openstack.org/admin-guide-cloud/compute-flavors.html. Change-Id: Ibb9a5f9394480976f37aa0338413f04abae735d9 Implements: blueprint reorganise-user-guides
20 lines
1.1 KiB
JSON
20 lines
1.1 KiB
JSON
{
|
|
"namespace": "OS::Compute::VMwareFlavor",
|
|
"display_name": "VMware Driver Options for Flavors",
|
|
"description": "VMware Driver Options for Flavors may be used to customize and manage Nova Flavors. These are properties specific to VMWare compute drivers and will only have an effect if the VMWare compute driver is enabled in Nova. See: http://docs.openstack.org/admin-guide-cloud/compute-flavors.html",
|
|
"visibility": "public",
|
|
"protected": true,
|
|
"resource_type_associations": [
|
|
{
|
|
"name": "OS::Nova::Flavor"
|
|
}
|
|
],
|
|
"properties": {
|
|
"vmware:hw_version": {
|
|
"title": "VMware Hardware Version",
|
|
"description": "Specifies the hardware version VMware uses to create images. If the hardware version needs to be compatible with a cluster version, for backward compatibility or other circumstances, the vmware:hw_version key specifies a virtual machine hardware version. In the event that a cluster has mixed host version types, the key will enable the vCenter to place the cluster on the correct host.",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|