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
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"namespace": "OS::Compute::Watchdog",
|
|
"display_name": "Watchdog Behavior",
|
|
"description": "Compute drivers may enable watchdog behavior over instances. See: http://docs.openstack.org/admin-guide-cloud/compute-flavors.html",
|
|
"visibility": "public",
|
|
"protected": true,
|
|
"resource_type_associations": [
|
|
{
|
|
"name": "OS::Glance::Image"
|
|
},
|
|
{
|
|
"name": "OS::Cinder::Volume",
|
|
"properties_target": "image"
|
|
},
|
|
{
|
|
"name": "OS::Nova::Flavor"
|
|
}
|
|
],
|
|
"properties": {
|
|
"hw_watchdog_action": {
|
|
"title": "Watchdog Action",
|
|
"description": "For the libvirt driver, you can enable and set the behavior of a virtual hardware watchdog device for each flavor. Watchdog devices keep an eye on the guest server, and carry out the configured action, if the server hangs. The watchdog uses the i6300esb device (emulating a PCI Intel 6300ESB). If hw_watchdog_action is not specified, the watchdog is disabled. Watchdog behavior set using a specific image's properties will override behavior set using flavors.",
|
|
"type": "string",
|
|
"enum": [
|
|
"disabled",
|
|
"reset",
|
|
"poweroff",
|
|
"pause",
|
|
"none"
|
|
]
|
|
}
|
|
}
|
|
}
|