Add IloDriver and its IloPower module

Add a new ironic driver for managing HP Proliant Gen8 servers
using iLO4. This commit introduces the power module for
IloDriver.

Implements: blueprint ironic-ilo-power-driver
Change-Id: I8d521f67fb14a6132626782b05cd490cd42ba476
Co-Authors: Anusha Ramineni<anusha.iiitm@gmail.com>
This commit is contained in:
Ramakrishnan G 2014-05-31 01:51:38 +05:30 committed by Anusha Ramineni
parent 8f0a0fcdda
commit df82792686
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ ironic.drivers =
pxe_ipminative = ironic.drivers.pxe:PXEAndIPMINativeDriver
pxe_ssh = ironic.drivers.pxe:PXEAndSSHDriver
pxe_seamicro = ironic.drivers.pxe:PXEAndSeaMicroDriver
ilo = ironic.drivers.ilo:IloDriver
[pbr]
autodoc_index_modules = True