From df827926861d5329ffdea9d7a4faf38e646d3136 Mon Sep 17 00:00:00 2001 From: Ramakrishnan G Date: Sat, 31 May 2014 01:51:38 +0530 Subject: [PATCH] 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5d0ba482..8a9d965a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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