Merge "Mark Huawei Fusionstorage Driver Supported"

This commit is contained in:
Zuul 2020-03-04 06:01:05 +00:00 committed by Gerrit Code Review
commit f7a8729572
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.