summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQianbiao.NG <iampurse@vip.qq.com>2020-04-26 20:45:53 +0800
committerJulia Kreger <juliaashleykreger@gmail.com>2020-04-27 13:42:38 +0000
commit66a0533d06913b39bbb50ab6e1d08a16172be2f4 (patch)
treec726cc38e5f91d4aa39d79e6e303184f920c2e67
parentb083a02d1c0822e539af9cd0c1a037a92a1a74c3 (diff)
downloadironic-66a0533d06913b39bbb50ab6e1d08a16172be2f4.tar.gz
Implements: Reactive HUAWEI ibmc driver
Now that HUAWEI ironic 3rd party CI is back, the ``ibmc`` hardware type driver is supported. We can reactive the ibmc driver. Change-Id: I136aba37d8f5b2044e9c0f28498eb75b2d6499c9 Story: 2007594 Task: 39559 Signed-off-by: Qianbiao.NG <iampurse@vip.qq.com>
-rw-r--r--ironic/drivers/ibmc.py2
-rw-r--r--releasenotes/notes/reactive-ibmc-driver-d2149ca81a198090.yaml5
2 files changed, 5 insertions, 2 deletions
diff --git a/ironic/drivers/ibmc.py b/ironic/drivers/ibmc.py
index bbee2ce61..0f9ae5a5b 100644
--- a/ironic/drivers/ibmc.py
+++ b/ironic/drivers/ibmc.py
@@ -25,8 +25,6 @@ from ironic.drivers.modules import noop
class IBMCHardware(generic.GenericHardware):
"""Huawei iBMC hardware type."""
- supported = False
-
@property
def supported_management_interfaces(self):
"""List of supported management interfaces."""
diff --git a/releasenotes/notes/reactive-ibmc-driver-d2149ca81a198090.yaml b/releasenotes/notes/reactive-ibmc-driver-d2149ca81a198090.yaml
new file mode 100644
index 000000000..9aea1f614
--- /dev/null
+++ b/releasenotes/notes/reactive-ibmc-driver-d2149ca81a198090.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Now that HUAWEI ironic 3rd party CI is back, the ``ibmc`` hardware type
+ driver is supported.