summaryrefslogtreecommitdiff
path: root/ironic/drivers/irmc.py
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2020-01-20 09:53:46 -0800
committerJulia Kreger <juliaashleykreger@gmail.com>2020-01-22 09:24:10 -0800
commit92fee405380972fef71979d27c5225b2794e3549 (patch)
treec4d5873344af9542a53372e933ab379c34cbccbb /ironic/drivers/irmc.py
parent2f08b1084f421dd9b21599ec3a3abbc19e8ae553 (diff)
downloadironic-92fee405380972fef71979d27c5225b2794e3549.tar.gz
Deprecate irmc hardware type
Third party CI for the Fujitsu irmc hardware type has been down for a substantial amount of time and we've been unable to contact anyone at Fujitsu. As such, we are deprecating the driver in order to eventually remove it from the code base. Change-Id: If0d124352dec7072d7f806d60628eefe3619a8b0 Story: 2007186 Task: 38312
Diffstat (limited to 'ironic/drivers/irmc.py')
-rw-r--r--ironic/drivers/irmc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ironic/drivers/irmc.py b/ironic/drivers/irmc.py
index f3c2d7c65..0e3cb5386 100644
--- a/ironic/drivers/irmc.py
+++ b/ironic/drivers/irmc.py
@@ -38,6 +38,8 @@ class IRMCHardware(generic.GenericHardware):
have iRMC S4 management system.
"""
+ supported = False
+
@property
def supported_bios_interfaces(self):
"""List of supported bios interfaces."""