AMT Management Driver
Bases: ironic.drivers.base.ManagementInterface
Set next boot device (one time only) of AMT Client.
| Parameters: | 
  | 
|---|---|
| Raises: | AMTFailure  | 
| Raises: | AMTConnectFailure  | 
Get the current boot device for the task’s node.
Returns the current boot device of the node.
| Parameters: | task – a task from TaskManager. | ||||
|---|---|---|---|---|---|
| Returns: | a dictionary containing:
  | 
Get a list of the supported boot devices.
| Parameters: | task – a task from TaskManager. | 
|---|---|
| Returns: | A list with the supported boot devices. | 
Set the boot device for the task’s node.
Set the boot device to use on next boot of the node.
| Parameters: | 
  | 
|---|---|
| Raises: | InvalidParameterValue if an invalid boot device is specified.  | 
Validate the driver_info in the node
Check if the driver_info contains correct required fields
| Parameters: | task – a TaskManager instance contains the target node | 
|---|---|
| Raises: | MissingParameterValue if any required parameters are missing. | 
| Raises: | InvalidParameterValue if any parameters have invalid values. |