ironic.drivers.modules.noop_mgmt module

ironic.drivers.modules.noop_mgmt module

No-op management interface implementation.

class ironic.drivers.modules.noop_mgmt.NoopManagement[source]

Bases: ironic.drivers.base.ManagementInterface

No-op management interface implementation.

Using this implementation requires the boot order to be preconfigured to first try PXE booting, then fall back to hard drives.

get_boot_device(task)[source]
get_properties()[source]
get_sensors_data(task)[source]
get_supported_boot_devices(task)[source]
set_boot_device(task, device, persistent=False)[source]
validate(task)[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.