Deprecate support for Nexenta Edge Driver

... because it was already removed from cinder[1].

[1] a1c58b50ea90986242afa9efe684bd5b87a39daf

Change-Id: Iabcc467f8c6bc43057c1efd4f487657b4b13c3d8
This commit is contained in:
Takashi Kajinami 2020-05-06 21:13:55 +09:00
parent 6a96dafc83
commit 38e35eddac
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# == Class: cinder::backend::nexenta_edge
#
# DEPRECATED!
# Setups Cinder with Nexenta Edge volume driver.
#
# === Parameters
@ -74,6 +75,9 @@ define cinder::backend::nexenta_edge (
$extra_options = {},
) {
warning('Support for Nexenta Edge Driver has been deprecated and will be removed \
in a future release')
cinder_config {
"${name}/volume_backend_name": value => $volume_backend_name;
"${name}/backend_availability_zone": value => $backend_availability_zone;

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Support for Nexenta Edge Driver has been deprecated and will be removed in
a future release.