Deprecating ScaleIO Volume Config
A new Dell EMC VxFlexOS config is added with new parameters. Use that instead. See https://review.opendev.org/#/c/728720/ Change-Id: I9a820e4ed83a3e22fafa8e0cfe2153fd33f09090
This commit is contained in:
parent
de4bb88dec
commit
6a27375c2a
@ -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),
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
deprecations:
|
||||
- Resource tripleo::profile::base::cinder::volume::dellemc_vxflexos
|
||||
will be removed in W-Release.
|
Loading…
Reference in New Issue
Block a user