summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-11-09 09:09:07 -0500
committerLucas Alvares Gomes <lucasagomes@gmail.com>2015-11-10 09:30:53 +0000
commit030304d7c276c63e4a2086e0f716aea4bc12a29f (patch)
tree9d9f62baec76927751bf361b83c57b33fda907e0 /setup.cfg
parent36db38d21119a8206f64a79b59c7fdf4092dc259 (diff)
downloadironic-030304d7c276c63e4a2086e0f716aea4bc12a29f.tar.gz
Add agent_iboot entrypoint
This patch adds a new driver combination/entrypoint so that the Iboot power driver can be used with an IPA agent based deployment workflow. Change-Id: I677e60a333ec65cbd2852270fb091f17428e5e36 Closes-bug: #1514439
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 93029fcc5..a5ecc11fc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,6 +33,7 @@ ironic.dhcp =
ironic.drivers =
agent_amt = ironic.drivers.agent:AgentAndAMTDriver
+ agent_iboot = ironic.drivers.agent:AgentAndIBootDriver
agent_ilo = ironic.drivers.ilo:IloVirtualMediaAgentDriver
agent_ipmitool = ironic.drivers.agent:AgentAndIPMIToolDriver
agent_irmc = ironic.drivers.irmc:IRMCVirtualMediaAgentDriver