Merge "Implements: Reactive HUAWEI ibmc driver"

This commit is contained in:
Zuul 2020-04-27 22:53:57 +00:00 committed by Gerrit Code Review
commit 4d41af5038
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.