Remove deprecation of snmp drivers
Now that there is a gate running with virtual pdu we can officially keep it an support it Change-Id: Ie6accaa2a29007fa2e0c97329e37efd5f907fc7b
This commit is contained in:
parent
b15a8cf90a
commit
e806cf7a88
@ -219,8 +219,6 @@ class FakeDracDriver(base.BaseDriver):
|
|||||||
class FakeSNMPDriver(base.BaseDriver):
|
class FakeSNMPDriver(base.BaseDriver):
|
||||||
"""Fake SNMP driver."""
|
"""Fake SNMP driver."""
|
||||||
|
|
||||||
supported = False
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
if not importutils.try_import('pysnmp'):
|
if not importutils.try_import('pysnmp'):
|
||||||
raise exception.DriverLoadError(
|
raise exception.DriverLoadError(
|
||||||
|
@ -234,8 +234,6 @@ class PXEAndSNMPDriver(base.BaseDriver):
|
|||||||
class is merely the glue between them.
|
class is merely the glue between them.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
supported = False
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Driver has a runtime dependency on PySNMP, abort load if it is absent
|
# Driver has a runtime dependency on PySNMP, abort load if it is absent
|
||||||
if not importutils.try_import('pysnmp'):
|
if not importutils.try_import('pysnmp'):
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- The pxe_snmp and fake_snmp are now supported and
|
||||||
|
tested.
|
Loading…
Reference in New Issue
Block a user