diff options
author | Dmitry Tantsur <divius.inside@gmail.com> | 2018-06-26 14:51:35 +0200 |
---|---|---|
committer | Dmitry Tantsur <divius.inside@gmail.com> | 2018-06-27 13:08:42 +0200 |
commit | 1a07137118a95d72b3eb3b66121ee337fb989429 (patch) | |
tree | 05152ace090f7cca25f835f2f9167ea44a72e153 /setup.cfg | |
parent | 3d8f3ec1a985388a7639abffcb664639fd67855c (diff) | |
download | ironic-1a07137118a95d72b3eb3b66121ee337fb989429.tar.gz |
Remove the ipmitool classic drivers
This change removes pxe_ipmitool and agent_ipmitool. Some tests
and documentation bits are removed, since we no longer have any
classic drivers to provide examples.
The Inspector.create_if_enabled method is no longer used and was
removed. The [inspector]enabled option will be deprecated in
a follow-up.
IRONIC_ENABLED_DRIVERS is removed from devstack to prevent
devstack-gate from injecting the removed drivers into it.
A temporary migration from queens is updated to disable all
classic drivers. It will be removed when the enabled_drivers
option is completely removed.
Change-Id: Iab247e3b3336f90446ef0687edb340cf8282a925
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -52,12 +52,6 @@ ironic.dhcp = neutron = ironic.dhcp.neutron:NeutronDHCPApi none = ironic.dhcp.none:NoneDHCPApi -ironic.drivers = - agent_ipmitool = ironic.drivers.ipmi:AgentAndIPMIToolDriver - agent_ipmitool_socat = ironic.drivers.ipmi:AgentAndIPMIToolAndSocatDriver - pxe_ipmitool = ironic.drivers.ipmi:PXEAndIPMIToolDriver - pxe_ipmitool_socat = ironic.drivers.ipmi:PXEAndIPMIToolAndSocatDriver - ironic.hardware.interfaces.bios = fake = ironic.drivers.modules.fake:FakeBIOS no-bios = ironic.drivers.modules.noop:NoBIOS |