Mark HPE LeftHand driver as unsupported
The HPE team mentioned that the LeftHand CI is no longer supported, so we are marking this driver as unsupported for the Train release. Change-Id: I0d75d2bed6f7b3e70e4477617b954db71b1240ae
This commit is contained in:
parent
fa08588969
commit
27c0ca65a2
@ -176,6 +176,10 @@ class HPELeftHandISCSIDriver(driver.ISCSIDriver):
|
||||
|
||||
CI_WIKI_NAME = "HPE_Storage_CI"
|
||||
|
||||
# TODO(walter-boring) Remove this driver in the 'U' release as it is no
|
||||
# longer maintained.
|
||||
SUPPORTED = False
|
||||
|
||||
device_stats = {}
|
||||
|
||||
# v2 replication constants
|
||||
|
@ -214,7 +214,7 @@ driver.dell_emc_vxflexos=complete
|
||||
driver.dell_emc_xtremio=complete
|
||||
driver.fujitsu_eternus=complete
|
||||
driver.hpe_3par=complete
|
||||
driver.hpe_lefthand=complete
|
||||
driver.hpe_lefthand=missing
|
||||
driver.hpe_msa=complete
|
||||
driver.huawei_t_v1=complete
|
||||
driver.huawei_t_v2=complete
|
||||
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The HPE LeftHand 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 them.
|
||||
deprecations:
|
||||
- |
|
||||
The HPE LeftHand 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 them. The driver will be
|
||||
removed in the Ussuri release.
|
Loading…
Reference in New Issue
Block a user