Merge "Deprecating Dell EMC Xtremio Iscsi Volume Config"

This commit is contained in:
Zuul 2020-06-10 00:08:46 +00:00 committed by Gerrit Code Review
commit e62b614331
2 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,9 @@ class tripleo::profile::base::cinder::volume::dellemc_xtremio_iscsi (
) {
include tripleo::profile::base::cinder::volume
warning('The dellemc_xtremio_iscsi class will be removed in V-Release, please use the dellemc_xtremio resource instead.')
if $step >= 4 {
cinder::backend::dellemc_xtremio_iscsi { $backend_name :
backend_availability_zone => hiera('cinder::backend::dellemc_xtremio_iscsi::backend_availability_zone', undef),

View File

@ -0,0 +1,4 @@
---
deprecations:
- Resource tripleo::profile::base::cinder::volume::dellemc_xtremio_iscsi
will be removed in V-Release.