Merge "Mark HPE LeftHand driver as unsupported"

This commit is contained in:
Zuul 2019-09-10 18:57:04 +00:00 committed by Gerrit Code Review
commit 13e1b1892f
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" 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 = {} device_stats = {}
# v2 replication constants # v2 replication constants

View File

@ -217,7 +217,7 @@ driver.dell_emc_vxflexos=complete
driver.dell_emc_xtremio=complete driver.dell_emc_xtremio=complete
driver.fujitsu_eternus=complete driver.fujitsu_eternus=complete
driver.hpe_3par=complete driver.hpe_3par=complete
driver.hpe_lefthand=complete driver.hpe_lefthand=missing
driver.hpe_msa=complete driver.hpe_msa=complete
driver.huawei_t_v1=complete driver.huawei_t_v1=complete
driver.huawei_t_v2=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.