Deprecate support for Veritas HyperScale Block Stoage driver

... because it has been removed from cinder[1].

[1] 9aca21f5cec8f03a3bb410acb21399955144fe0f

Change-Id: I1fb97537ee162175474b3f672e418fbe6c27e9c7
This commit is contained in:
Takashi Kajinami 2020-05-06 21:18:13 +09:00
parent 178112470f
commit 0da2b260eb
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# == define: cinder::backend::veritas_hyperscale
#
# DEPRECATED!
# Configures Cinder to use the Veritas HyperScale Block Storage driver
#
# === Parameters
@ -44,6 +45,9 @@ define cinder::backend::veritas_hyperscale (
include cinder::deps
warning('Support for Veritas HyperScale Block Stoage driver is 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 Veritas HyperScale Block Stoage driver has been deprecated and
will be removed in a future release.