d33faedbac
Updates reference for drivers API as well as nodes API to match the merged driver composition reform work. Change-Id: I89a7b1998a858d5c39f21c6653893aa8d7ad15bd Partial-Bug: 1524745
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"name": "test_node_dynamic",
|
|
"driver": "ipmi",
|
|
"driver_info": {
|
|
"ipmi_username": "ADMIN",
|
|
"ipmi_password": "password"
|
|
},
|
|
"power_interface": "ipmitool"
|
|
}
|