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:
futaotao 2020-02-26 11:25:53 +08:00 committed by Sean McGinnis
parent 9b99ac5e2f
commit 046e172475
3 changed files with 6 additions and 4 deletions

View File

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

View File

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

View File

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