1af8cd5745
Since Juno, some new hardware properties have been added to Nova that should be included in the Kilo versions of the metadef JSON files. This bug, would add in new properties or objects found in Nova and update properties or objects if the definitions have changed. Closes-Bug: 1436877 Change-Id: I582827e666bece539674e4a191963ecf8ebf599f
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"display_name": "Common Operating System Properties",
|
|
"namespace": "OS::OperatingSystem",
|
|
"description": "When adding an image to Glance, you may specify some common image properties that may prove useful to consumers of your image.",
|
|
"protected": true,
|
|
"resource_type_associations" : [
|
|
{
|
|
"name": "OS::Glance::Image"
|
|
},
|
|
{
|
|
"name": "OS::Cinder::Volume",
|
|
"properties_target": "image"
|
|
}
|
|
],
|
|
"properties": {
|
|
"os_distro": {
|
|
"title": "OS Distro",
|
|
"description": "The common name of the operating system distribution in lowercase (uses the same data vocabulary as the libosinfo project). Specify only a recognized value for this field. Deprecated values are listed to assist you in searching for the recognized value.",
|
|
"type": "string"
|
|
},
|
|
"os_version": {
|
|
"title": "OS Version",
|
|
"description": "Operating system version as specified by the distributor. (for example, '11.10')",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|