* Update the index page's description. * Add a section about the hash ring to architecture. * Add some new modules to, and remove some old modules from, the developer doc quick links, to make the list of quicklinks shorter and more useful. * Correct a few broken links in the developer docs. Change-Id: Ifac1dc355631a2d77b7ccdea362fb83ffbe6a4db
21 lines
579 B
ReStructuredText
21 lines
579 B
ReStructuredText
.. _drivers:
|
|
|
|
=================
|
|
Pluggable Drivers
|
|
=================
|
|
|
|
The IPMITool driver provides an interface to the command-line `ipmitool`_
|
|
utility, whereas the IPMINative driver provides an interface to the newer
|
|
`pyghmi`_ python library.
|
|
|
|
.. toctree::
|
|
../api/ironic.drivers.base
|
|
../api/ironic.drivers.pxe
|
|
../api/ironic.drivers.modules.ipminative
|
|
../api/ironic.drivers.modules.ipmitool
|
|
../api/ironic.drivers.modules.pxe
|
|
../api/ironic.drivers.modules.ssh
|
|
|
|
.. _ipmitool: http://ipmitool.sourceforge.net/
|
|
.. _pyghmi: https://github.com/stackforge/pyghmi
|