Deprecating Dell SC Iscsi Volume Config
The use of resource cinder::backend::dellsc_iscsi is now deprecated in favor of the new resource cinder::backend::dellemc_sc instead. Change-Id: I0ded45810dccfb2469d826ff234c8ca291dc1b13
This commit is contained in:
parent
e107d93a9a
commit
3816fab9be
@ -112,6 +112,9 @@ define cinder::backend::dellsc_iscsi (
|
||||
|
||||
include cinder::deps
|
||||
|
||||
warning('The cinder::backend::dellsc_iscsi is deprecated and will be removed in V-release, \
|
||||
please use cinder::backend::dellemc_sc resource instead.')
|
||||
|
||||
if $dell_sc_server_folder == 'srv' {
|
||||
warning("The OpenStack default value of dell_sc_server_folder differs from the puppet module \
|
||||
default of \"srv\" and will be changed to the upstream OpenStack default in N-release.")
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- cinder::backend::dellsc_iscsi is deprecated and will be
|
||||
removed in the V-release, use new resource
|
||||
cinder::backend::dellemc_sc instead.
|
Loading…
Reference in New Issue
Block a user