Merge "Deprecate suppot for HPE Lefthand driver"

This commit is contained in:
Zuul 2020-06-18 15:36:20 +00:00 committed by Gerrit Code Review
commit 6bedf64cca
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# DEPRECATED !!
# Configures Cinder volume HPE lefthand ISCSI driver.
# Parameters are particular to each volume driver.
#
@ -63,6 +64,9 @@ define cinder::backend::hpelefthand_iscsi(
include cinder::deps
warning('The support for HPE Lefthand Driver has been deprecated and will
be removed in a future release')
cinder_config {
"${name}/volume_backend_name": value => $volume_backend_name;
"${name}/backend_availability_zone": value => $backend_availability_zone;

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The support for HPE Lefthand driver has been deprecated and will be removed
in a future release, in favor of removal of Lefthand driver from cinder.