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>
This commit is contained in:
Qianbiao.NG 2020-04-26 20:45:53 +08:00 committed by Julia Kreger
parent b083a02d1c
commit 66a0533d06
2 changed files with 5 additions and 2 deletions

View File

@ -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."""

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Now that HUAWEI ironic 3rd party CI is back, the ``ibmc`` hardware type
driver is supported.