368f7dbcc5
This brings the Images API Reference to the glance tree as part of the effort described here: https://wiki.openstack.org/wiki/Documentation/Migrate#API_Reference_Plan This patch includes the Metadefs API reference, with the content revised and corrected. Change-Id: I8c10893e92edb7c608b58d33539ab57ab4f57d3e Closes-bug: #1599314
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"created_at": "2016-06-28T14:57:10Z",
|
|
"description": "The libvirt compute driver options.",
|
|
"display_name": "libvirt Driver Options",
|
|
"namespace": "OS::Compute::Libvirt",
|
|
"owner": "admin",
|
|
"properties": {
|
|
"hw_boot_menu": {
|
|
"description": "If true, enables the BIOS bootmenu.",
|
|
"enum": [
|
|
"true",
|
|
"false"
|
|
],
|
|
"title": "Boot Menu",
|
|
"type": "string"
|
|
},
|
|
"hw_serial_port_count": {
|
|
"description": "Specifies the count of serial ports.",
|
|
"minimum": 0,
|
|
"title": "Serial Port Count",
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"protected": true,
|
|
"resource_type_associations": [
|
|
{
|
|
"created_at": "2016-06-28T14:57:10Z",
|
|
"name": "OS::Glance::Image",
|
|
"prefix": "hw_"
|
|
},
|
|
{
|
|
"created_at": "2016-06-28T14:57:10Z",
|
|
"name": "OS::Nova::Flavor",
|
|
"prefix": "hw:"
|
|
}
|
|
],
|
|
"schema": "/v2/schemas/metadefs/namespace",
|
|
"self": "/v2/metadefs/namespaces/OS::Compute::Libvirt",
|
|
"visibility": "public"
|
|
}
|