Merge "Deprecating Dell EMC XtremIO ISCSI Volume Config"

This commit is contained in:
Zuul 2020-04-22 20:36:26 +00:00 committed by Gerrit Code Review
commit f6440e73ad
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.