summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRohan Kanade <rohan.kanade@izeltech.com>2014-01-17 14:25:02 -0800
committerRohan Kanade <rohan.kanade@izeltech.com>2014-03-03 20:52:19 +0100
commitba207b4aa086da32df891b8627515acc93830da8 (patch)
treef9b210a32bef260d24202bff051fa76554d7e384 /setup.cfg
parent76e630538600e48913a5685bee897f9aab5aee90 (diff)
downloadironic-ba207b4aa086da32df891b8627515acc93830da8.tar.gz
Implement the SeaMicro Power driver
* Implement ironic's PowerInterface for SeaMicro power driver * Use python-seamicroclient to access SeaMicro hardware * Adds unit tests for SeaMicro power driver * Adds python-seamicroclient to requirments.txt Change-Id: I4b7263a28d479faebe1969f3d622bbb1f9957897 Implements: blueprint seamicro-power-driver
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 434d1e3c3..80f821cbf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,9 +35,11 @@ ironic.drivers =
fake_ipminative = ironic.drivers.fake:FakeIPMINativeDriver
fake_ssh = ironic.drivers.fake:FakeSSHDriver
fake_pxe = ironic.drivers.fake:FakePXEDriver
+ fake_seamicro = ironic.drivers.fake:FakeSeaMicroDriver
pxe_ipmitool = ironic.drivers.pxe:PXEAndIPMIToolDriver
pxe_ipminative = ironic.drivers.pxe:PXEAndIPMINativeDriver
pxe_ssh = ironic.drivers.pxe:PXEAndSSHDriver
+ pxe_seamicro = ironic.drivers.pxe:PXEAndSeaMicroDriver
[pbr]
autodoc_index_modules = True