Merge "Deprecating Old Dell SC Volume Config"

This commit is contained in:
Zuul 2020-05-07 02:07:40 +00:00 committed by Gerrit Code Review
commit 1e3910a361
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class tripleo::profile::base::cinder::volume::dellsc (
) {
include tripleo::profile::base::cinder::volume
warning('The tripleo_dellsc class will be removed in V-Release, please use the triplo_dellemc_sc resource instead.')
if $step >= 4 {
# Include support for 'excluded_domain_ip' until it's deprecated in THT

View File

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