Merge "Revert "Deprecate ibmc""

This commit is contained in:
Zuul 2020-05-20 17:59:00 +00:00 committed by Gerrit Code Review
commit 21873dfb52
4 changed files with 0 additions and 10 deletions

View File

@ -2,10 +2,6 @@
iBMC driver
===============
.. warning::
The ``ibmc`` driver has been deprecated due to a lack of a functioning
third party CI and will be removed in the Victoria development cycle.
Overview
========

View File

@ -34,8 +34,6 @@ LOG = log.getLogger(__name__)
class IBMCManagement(base.ManagementInterface):
supported = False
def __init__(self):
"""Initialize the iBMC management interface

View File

@ -40,8 +40,6 @@ EXPECT_POWER_STATE_MAP = {
class IBMCPower(base.PowerInterface):
supported = False
def __init__(self):
"""Initialize the iBMC power interface.

View File

@ -29,8 +29,6 @@ LOG = log.getLogger(__name__)
class IBMCVendor(base.VendorInterface):
supported = False
def __init__(self):
"""Initialize the iBMC vendor interface.