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:
Walter A. Boring IV 2019-07-31 07:26:46 -07:00
parent fa08588969
commit 27c0ca65a2
3 changed files with 17 additions and 1 deletions

View File

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

View File

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

View File

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