ironic.drivers.generic
Module¶Generic hardware types.
ironic.drivers.generic.
GenericHardware
[source]¶Bases: ironic.drivers.hardware_type.AbstractHardwareType
Abstract base class representing generic hardware.
This class provides reasonable defaults for all of the interfaces.
ironic.drivers.generic.
ManualManagementHardware
[source]¶Bases: ironic.drivers.generic.GenericHardware
Hardware type that uses manual power and boot management.
Using this hardware type assumes that an operator manages reboot and setting boot devices manually. This hardware type should only be used when no suitable hardware type exists in ironic, or the existing hardware type misbehaves for any reason.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.