Deprecating Dell EMC XtremIO ISCSI Volume Config

The use of resource cinder::backend::dellemc_xtremio_iscsi is
now deprecated in favor of the new resource
cinder::backend::dellemc_xtremio instead.

Change-Id: Ic40213b34e090fbd65f36dbf98622080d6e08fe3
This commit is contained in:
rajinir 2020-04-20 17:04:34 -05:00 committed by Takashi Kajinami
parent 2520cff40d
commit 509905c695
2 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,9 @@ define cinder::backend::dellemc_xtremio_iscsi (
include cinder::deps
warning('The cinder::backend::dellemc_xtremio_iscsi is deprecated and will be removed in V-release, \
please use cinder::backend::dellemc_xtremio resource instead.')
$driver = 'dell_emc.xtremio.XtremIOISCSIDriver'
cinder_config {
"${name}/volume_backend_name": value => $volume_backend_name;

View File

@ -0,0 +1,5 @@
---
deprecations:
- cinder::backend::delemc_xtremio_iscsi is deprecated and will be
removed in the V-release, use new
resource cinder::backend::dellemc_xtremio instead.