05d85dd8bb
This patch adds these storage interface fields to api-ref: - storage_interface of Node - default_storage_interface of Driver - enabled_storage_interfaces of Driver These fields were introdeced with API version 1.33. Change-Id: Iac73d7ae4976dfd437b9821a2221dd842be24b55 Partial-Bug: #1559691
71 lines
1.4 KiB
JSON
71 lines
1.4 KiB
JSON
{
|
|
"default_boot_interface": "pxe",
|
|
"default_console_interface": "no-console",
|
|
"default_deploy_interface": "iscsi",
|
|
"default_inspect_interface": "no-inspect",
|
|
"default_management_interface": "ipmitool",
|
|
"default_network_interface": "flat",
|
|
"default_power_interface": "ipmitool",
|
|
"default_raid_interface": "no-raid",
|
|
"default_storage_interface": "noop",
|
|
"default_vendor_interface": "no-vendor",
|
|
"enabled_boot_interfaces": [
|
|
"pxe"
|
|
],
|
|
"enabled_console_interfaces": [
|
|
"no-console"
|
|
],
|
|
"enabled_deploy_interfaces": [
|
|
"iscsi",
|
|
"direct"
|
|
],
|
|
"enabled_inspect_interfaces": [
|
|
"no-inspect"
|
|
],
|
|
"enabled_management_interfaces": [
|
|
"ipmitool"
|
|
],
|
|
"enabled_network_interfaces": [
|
|
"flat",
|
|
"noop"
|
|
],
|
|
"enabled_power_interfaces": [
|
|
"ipmitool"
|
|
],
|
|
"enabled_raid_interfaces": [
|
|
"no-raid",
|
|
"agent"
|
|
],
|
|
"enabled_storage_interfaces": [
|
|
"noop"
|
|
],
|
|
"enabled_vendor_interfaces": [
|
|
"no-vendor"
|
|
],
|
|
"hosts": [
|
|
"897ab1dad809"
|
|
],
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:6385/v1/drivers/ipmi",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://127.0.0.1:6385/drivers/ipmi",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "ipmi",
|
|
"properties": [
|
|
{
|
|
"href": "http://127.0.0.1:6385/v1/drivers/ipmi/properties",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://127.0.0.1:6385/drivers/ipmi/properties",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"type": "dynamic"
|
|
}
|