Merge "Revert "Deprecate ibmc""
This commit is contained in:
commit
21873dfb52
@ -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
|
||||
========
|
||||
|
||||
|
@ -34,8 +34,6 @@ LOG = log.getLogger(__name__)
|
||||
|
||||
class IBMCManagement(base.ManagementInterface):
|
||||
|
||||
supported = False
|
||||
|
||||
def __init__(self):
|
||||
"""Initialize the iBMC management interface
|
||||
|
||||
|
@ -40,8 +40,6 @@ EXPECT_POWER_STATE_MAP = {
|
||||
|
||||
class IBMCPower(base.PowerInterface):
|
||||
|
||||
supported = False
|
||||
|
||||
def __init__(self):
|
||||
"""Initialize the iBMC power interface.
|
||||
|
||||
|
@ -29,8 +29,6 @@ LOG = log.getLogger(__name__)
|
||||
|
||||
class IBMCVendor(base.VendorInterface):
|
||||
|
||||
supported = False
|
||||
|
||||
def __init__(self):
|
||||
"""Initialize the iBMC vendor interface.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user