Merge "IBM driver update CI_WIKI_NAME"
This commit is contained in:
commit
d189da7c91
@ -86,7 +86,7 @@ class FlashSystemFCDriver(fscommon.FlashSystemDriver):
|
||||
VERSION = "1.0.12"
|
||||
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "IBM_FlashSystem_CI"
|
||||
CI_WIKI_NAME = "IBM_STORAGE_CI"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(FlashSystemFCDriver, self).__init__(*args, **kwargs)
|
||||
|
@ -84,7 +84,7 @@ class FlashSystemISCSIDriver(fscommon.FlashSystemDriver):
|
||||
VERSION = "1.0.12"
|
||||
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "IBM_FlashSystem_CI"
|
||||
CI_WIKI_NAME = "IBM_STORAGE_CI"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(FlashSystemISCSIDriver, self).__init__(*args, **kwargs)
|
||||
|
@ -72,7 +72,7 @@ class IBMStorageDriver(san.SanDriver,
|
||||
VERSION = "2.0.0"
|
||||
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "IBM_XIV-DS8K_CI"
|
||||
CI_WIKI_NAME = "IBM_STORAGE_CI"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""Initialize the driver."""
|
||||
|
@ -93,7 +93,7 @@ class StorwizeSVCFCDriver(storwize_common.StorwizeSVCCommonDriver):
|
||||
VERSION = "2.1.1"
|
||||
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "IBM_STORWIZE_CI"
|
||||
CI_WIKI_NAME = "IBM_STORAGE_CI"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(StorwizeSVCFCDriver, self).__init__(*args, **kwargs)
|
||||
|
@ -93,7 +93,7 @@ class StorwizeSVCISCSIDriver(storwize_common.StorwizeSVCCommonDriver):
|
||||
VERSION = "2.1.1"
|
||||
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "IBM_STORWIZE_CI"
|
||||
CI_WIKI_NAME = "IBM_STORAGE_CI"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(StorwizeSVCISCSIDriver, self).__init__(*args, **kwargs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user