Merge "Add SUPPORTED flag to Lenovo FC driver"
This commit is contained in:
@@ -32,8 +32,10 @@ class LenovoFCDriver(dothill_fc.DotHillFCDriver):
|
||||
|
||||
VERSION = "1.6"
|
||||
|
||||
SUPPORTED = True
|
||||
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "Vedams-LenovoStorage_FCISCSI_CI"
|
||||
CI_WIKI_NAME = "Lenovo_Storage_CI"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(LenovoFCDriver, self).__init__(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user