Deprecate support for Dell EMC VNX driver

The Dell EMC VNX driver is deprecated because of the product reached
its EOL.

Depends-on: https://review.opendev.org/c/openstack/manila/+/907370
Change-Id: Ib4de7371964ea0e25753ec04e338480039a45355
This commit is contained in:
Takashi Kajinami 2024-02-17 07:11:20 +09:00
parent ef843ea5bf
commit 36eafc26ae
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# == define: manila::backend::dellemc_vnx
#
# DEPRECATED !!
# Configures Manila to use the Dell EMC Isilon share driver
# Compatible for multiple backends
#
@ -121,6 +122,8 @@ define manila::backend::dellemc_vnx (
include manila::deps
include manila::params
warning('Support for Dell EMC VNX driver has been deprecated.')
if $driver_handles_share_servers != undef {
warning('The driver_handles_share_servers parameter has been deprecated and has no effect')
}

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Support for Dell EMC VNX share driver has been deprecated and will be
removed in a future release.