Merge "Deprecating ScaleIO Volume Config"

This commit is contained in:
Zuul 2020-05-20 22:01:00 +00:00 committed by Gerrit Code Review
commit 07448ba92b
2 changed files with 7 additions and 0 deletions

View File

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

View File

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