Add SUPPORTED flag to Lenovo FC driver

Change-Id: I29ffedcbad44d9b73bdeab92a105df2ec24396ef
This commit is contained in:
Chris M 2017-02-03 10:41:44 -07:00
parent 1c948c791c
commit 0b112b802f
1 changed files with 3 additions and 1 deletions

View File

@ -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)