Revert "Deprecate ibmc"

This reverts commit 7e825a28c0.

The iBMC module was undeprecated in
66a0533d06, but several of the changes
from the original deprecation were not reverted.

Change-Id: I27a66cc92f320e73a63d2025a50a68f6a3731813
Story: 2007594
Task: 39808
(cherry picked from commit 94af61bc15)
This commit is contained in:
Zane Bitter 2020-05-19 14:55:09 -04:00 committed by QianBiao Ng
parent 5eea00db84
commit 0f77220df1
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.