Mark Huawei Fusionstorage Driver Supported
The Fusionstorage driver has successfully adapted to Python 3.7 and the 3rd Party CI is happy. Therefor, the driver is being marked supported in 'U' release. Change-Id: Idc13e6b580d214741c682f470af00505b7c019ae
This commit is contained in:
parent
9b99ac5e2f
commit
046e172475
@ -110,9 +110,6 @@ class DSWAREDriver(driver.VolumeDriver):
|
||||
VERSION = '2.0'
|
||||
CI_WIKI_NAME = 'Huawei_FusionStorage_CI'
|
||||
|
||||
# TODO(jsbryant) Remove driver in the 'U' release due to no py37 support.
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(DSWAREDriver, self).__init__(*args, **kwargs)
|
||||
|
||||
|
@ -205,7 +205,7 @@ driver.huawei_v5=complete
|
||||
driver.huawei_f_v5=complete
|
||||
driver.huawei_18000=complete
|
||||
driver.huawei_dorado=complete
|
||||
driver.huawei_fusionstorage=missing
|
||||
driver.huawei_fusionstorage=complete
|
||||
driver.infinidat=complete
|
||||
driver.ibm_ds8k=complete
|
||||
driver.ibm_flashsystem=missing
|
||||
|
@ -0,0 +1,5 @@
|
||||
upgrade:
|
||||
- |
|
||||
The Huawei FusionStorage driver had previously been marked unsupported. The 3rd Party CI has
|
||||
been restored, and the driver is now fully supported in the Ussuri release.
|
||||
|
Loading…
Reference in New Issue
Block a user