diff options
author | Dan Prince <dprince@redhat.com> | 2015-11-09 09:09:07 -0500 |
---|---|---|
committer | Lucas Alvares Gomes <lucasagomes@gmail.com> | 2015-11-10 09:30:53 +0000 |
commit | 030304d7c276c63e4a2086e0f716aea4bc12a29f (patch) | |
tree | 9d9f62baec76927751bf361b83c57b33fda907e0 /setup.cfg | |
parent | 36db38d21119a8206f64a79b59c7fdf4092dc259 (diff) | |
download | ironic-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |