Mark Huawei volume driver as unsupported
The Huawei CI has not reported past our CI requirements. Checking name: Huawei FusionStorage CI last seen: 2016-09-30 08:36:22 (77 days, 8:53:56 old) last success: 2016-09-30 08:36:22 (77 days, 8:51:53 old) success rate: 54% Per Cinder's non-compliance policy [1] this patch marks the driver as unsupported and deprecated and it will be approved if the issue is not corrected by the next cycle. [1] https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers#Non-Compliance_Policy Change-Id: I266b54515dae0c205ae429ec40e7cfd2fc3d3f7c
This commit is contained in:
parent
cd06286062
commit
aec037b157
@ -84,6 +84,10 @@ class HuaweiBaseDriver(driver.VolumeDriver):
|
|||||||
# ThirdPartySytems wiki page
|
# ThirdPartySytems wiki page
|
||||||
CI_WIKI_NAME = "Huawei_volume_CI"
|
CI_WIKI_NAME = "Huawei_volume_CI"
|
||||||
|
|
||||||
|
# TODO(smcginnis) Either remove this if CI requirements are met, or
|
||||||
|
# remove this driver in the Pike release per normal deprecation
|
||||||
|
SUPPORTED = False
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(HuaweiBaseDriver, self).__init__(*args, **kwargs)
|
super(HuaweiBaseDriver, self).__init__(*args, **kwargs)
|
||||||
|
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- The Huawei driver has been marked as unsupported and is
|
||||||
|
now deprecated. enable_unsupported_drivers will need to
|
||||||
|
be set to True in cinder.conf to continue to use it.
|
||||||
|
deprecations:
|
||||||
|
- The Huawei driver has been marked as unsupported and is
|
||||||
|
now deprecated. enable_unsupported_drivers will need to
|
||||||
|
be set to True in cinder.conf to continue to use it. If
|
||||||
|
its support status does not change it will be removed in
|
||||||
|
the next release.
|
Loading…
x
Reference in New Issue
Block a user